> ## Documentation Index
> Fetch the complete documentation index at: https://help.polygon-one.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Suppliers

> Create, import, and manage supplier data

## Overview

In the **Suppliers** area under the **Compliance** section, you manage all of your company's suppliers. Suppliers must be created before you can link articles to them or import orders.

<Frame caption="Supplier list in Polygon One">
  <img src="https://mintcdn.com/polygonone/X6Kqc80rXQkut6JS/images/helpcenter/datenhaltung/lieferanten-liste.png?fit=max&auto=format&n=X6Kqc80rXQkut6JS&q=85&s=496b0d310b3da53a89950f33745a2147" width="2550" height="1277" data-path="images/helpcenter/datenhaltung/lieferanten-liste.png" />
</Frame>

## Importing Suppliers (CSV)

The fastest way to create many suppliers at once is the CSV import. The column mapping can be pre-configured under **Settings → CSV Imports**, allowing you to keep your own CSV structure.

### CSV Fields

| Field              | Required | Description                                    |
| ------------------ | -------- | ---------------------------------------------- |
| **Name**           | Yes      | Company name of the supplier                   |
| **Email**          | Yes      | Contact email of the supplier                  |
| **Contact Person** | No       | Name of the contact person                     |
| **Country**        | No       | Country of origin                              |
| **Address**        | No       | Address of the supplier                        |
| **External ID**    | No       | External supplier identifier (e.g. ERP number) |

### Performing the Import

<Steps>
  <Step title="Prepare the CSV file">
    Create a CSV file containing at least the required fields (Name, Email).
  </Step>

  <Step title="Map the columns">
    Before you trigger the import, map the columns of your CSV file to the corresponding fields in Polygon One under **Settings → CSV Imports**.

    <Frame caption="CSV column mapping for supplier import">
      <img src="https://mintcdn.com/polygonone/X6Kqc80rXQkut6JS/images/helpcenter/datenhaltung/lieferanten-import-mapping.png?fit=max&auto=format&n=X6Kqc80rXQkut6JS&q=85&s=df78fc57e33b380c4e60fe2e5b276c9b" width="1050" height="1174" data-path="images/helpcenter/datenhaltung/lieferanten-import-mapping.png" />
    </Frame>
  </Step>

  <Step title="Start the import">
    Navigate to the **Suppliers** area and click **Import**.
  </Step>

  <Step title="Select the file">
    Select the file on your computer and click **Open**.
  </Step>

  <Step title="Review the preview & confirm">
    In the **preview**, review the detected rows and select the records to import. Then confirm the import.
  </Step>
</Steps>

<Tip>
  Under **Settings → CSV Imports → Suppliers** you can permanently map your column names to the Polygon One fields. You can also adjust them for each file you import.
</Tip>

## Creating Suppliers Manually

<Steps>
  <Step title="Create a new supplier">
    In the **Suppliers** area, click **Create**.
  </Step>

  <Step title="Enter the data">
    Fill in the following fields:

    * **Supplier name** (required)
    * **Email** (required)
    * **Contact person** (optional)
    * **Country** (required)
    * **External ID** (optional) — e.g. your internal ERP supplier number
    * **Articles** (optional) — assign articles directly

    <Frame caption="Create a supplier manually">
      <img src="https://mintcdn.com/polygonone/X6Kqc80rXQkut6JS/images/helpcenter/datenhaltung/lieferanten-erstellen.png?fit=max&auto=format&n=X6Kqc80rXQkut6JS&q=85&s=0a139abc2f1cc49f3c643180ee52078e" width="543" height="683" data-path="images/helpcenter/datenhaltung/lieferanten-erstellen.png" />
    </Frame>
  </Step>

  <Step title="Save">
    Click **Create** to add the supplier.
  </Step>
</Steps>

## Editing Suppliers

Existing suppliers can be edited at any time from the table:

1. In the supplier list, click the **Actions** menu (⋯) for the supplier you want.
2. Select **Edit**.
3. Adjust the fields and save.

<Frame caption="Edit menu for suppliers">
  <img src="https://mintcdn.com/polygonone/X6Kqc80rXQkut6JS/images/helpcenter/datenhaltung/lieferanten-aktionen.png?fit=max&auto=format&n=X6Kqc80rXQkut6JS&q=85&s=628fcd938639b5eb186c8b320ef404dd" width="564" height="698" data-path="images/helpcenter/datenhaltung/lieferanten-aktionen.png" />
</Frame>

## Inviting Suppliers

You can invite suppliers to provide data directly from the supplier list:

1. Click **Request information** for the supplier you want.
2. Select the EUDR-relevant articles for which data is needed.
3. Optional: Customize the invitation message.
4. The supplier receives an email with access to the supplier portal.

<Frame caption="Invite a supplier with article selection">
  <img src="https://mintcdn.com/polygonone/X6Kqc80rXQkut6JS/images/helpcenter/datenhaltung/lieferanten-einladen.png?fit=max&auto=format&n=X6Kqc80rXQkut6JS&q=85&s=56d0f2c9bd4d3410bf16e105e1da755f" width="539" height="759" data-path="images/helpcenter/datenhaltung/lieferanten-einladen.png" />
</Frame>

<Info>
  Using the **Invite all suppliers** function in the inbound or data collection workflow, you can also send bulk invitations. All suppliers with an email address are invited at the same time.
</Info>

<Tip>
  Use the **REST API** for automatic synchronization with your ERP system. You can find the details in the [API reference](/en/api-reference/introduction).
</Tip>
