# Suppliers

### Supplier Master Data <a href="#anagrafica-fornitori" id="anagrafica-fornitori"></a>

Path: [**Inventory → Suppliers**](https://app.zonwizard.com/analytics/supplier/list/)

The **Suppliers** section allows you to manage your supplier records and associate the products you purchase with each of them.

Correctly matching products to suppliers is essential because:

* It allows for the **automatic creation of purchase orders**
* It allows for the correct calculation of quantities, prices, and procurement times

**Suppliers list**

The supplier list shows the main information of each supplier:

* **Name:** Supplier's name
* **Products:** Preview of products associated with the supplier.
* **Country:** Supplier's country of origin.
* **Address:** Full address of the supplier.
* **Contacts:** Email, phone number and contact person.
* **Actions**

  * **Edit**: to update supplier information
  * **Archive**: to make the supplier invisible in the list

  <figure><img src="/files/xetJz7MPG2VYcAkSmEvi" alt=""><figcaption></figcaption></figure>

***

### Add a supplier <a href="#aggiungere-un-fornitore" id="aggiungere-un-fornitore"></a>

Path: [**Inventory → Suppliers**](https://app.zonwizard.com/analytics/supplier/list/)

1. Click on the “+” button at the top right
2. A modal will open where you can enter the supplier information

**Required fields**

* **Name**
* **Currency**
* **Country**&#x20;
* **Address**
* **Email**
* **Phone number**
* **Contact person**
* **Notes**

Once saved, the supplier will be available for product association.

<figure><img src="/files/H2d6yGtZZvXUSgHCt9T0" alt="" width="163"><figcaption></figcaption></figure>

***

### Editing a supplier <a href="#modificare-un-fornitore" id="modificare-un-fornitore"></a>

To edit a supplier's information:

1. Locate the supplier in the list
2. Click **Edit** in the **Actions** column
3. Update the desired information and save

***

### Archive a supplier <a href="#archiviare-un-fornitore" id="archiviare-un-fornitore"></a>

It is not possible to permanently delete a supplier.

To remove it from the list:

1. Click **Archive** in the **Actions** column.
2. The supplier will be hidden, but historical data will remain available.

<figure><img src="/files/PzOuckwFFeD4ZD1j8rwu" alt=""><figcaption></figcaption></figure>

***

### Associate products with a supplier <a href="#associare-i-prodotti-a-un-fornitore" id="associare-i-prodotti-a-un-fornitore"></a>

Path: **Inventory → Suppliers → Supplier Details**

Within a supplier's detail page, you can associate the products you purchase from them.

There are **two ways to associate them**:

#### Manual addition <a href="#aggiunta-manuale" id="aggiunta-manuale"></a>

You can enter product information directly by filling in the required fields.

<figure><img src="/files/SwYp0fuAOi2hxTimMdkx" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/mq94agfU31JQ222p7iWq" alt="" width="563"><figcaption></figcaption></figure>

#### Adding via Excel template <a href="#aggiunta-tramite-template-excel" id="aggiunta-tramite-template-excel"></a>

You can upload a pre-populated Excel file with product data to associate with the supplier, useful for bulk insertions.

<figure><img src="/files/vIilENQvj4MnspPotLZH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9evEPSDHFxBZh6is7Igh" alt="" width="163"><figcaption></figcaption></figure>

#### Product-Supplier Information <a href="#informazioni-prodotto-fornitore" id="informazioni-prodotto-fornitore"></a>

For each product associated with a supplier, you can specify:

* **Supplier SKU**: Code or description used by the supplier (*e.g., "Red Shirt XL"*)
* **Supplier Product ID**: Product identifier at the supplier (*e.g., EAN or item code*)
* **Minimum Order Quantity**: Minimum number of units that can be purchased per order
* **Multiple Quantity**: Mandatory quantity increments (*e.g., minimum 100 pieces in multiples of 10*)

This information is used automatically when **creating purchase orders**, both manually and automatically.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zonwizard.com/inventory/suppliers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
