> For the complete documentation index, see [llms.txt](https://docs.hubyte.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hubyte.de/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/manufacturer-configuration.md).

# Manufacturer configuration

In addition to the dedicated supplier management, you can also activate existing **Shopware manufacturers** as dropshipping partners. This is useful if you already manage manufacturers in Shopware and want to use them directly as suppliers.

***

## Activating a manufacturer as a dropshipping partner

Open a manufacturer in the administration under:\
**Catalogue > Manufacturers > \[Select manufacturer]**

In the custom fields area under the **"Dropshipping"** tab, you will find the following fields:

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

| Field                                                                             | Description                                            |
| --------------------------------------------------------------------------------- | ------------------------------------------------------ |
| **Enable dropshipping for this supplier** <mark style="color:red;">**(3)**</mark> | Activates this manufacturer as a dropshipping supplier |
| **Recipient email** <mark style="color:red;">**(1)**</mark>                       | Primary email address to which orders are sent         |
| **Additional email address** <mark style="color:red;">**(2)**</mark>              | Second recipient email (optional)                      |

> **Important:** The "Enable dropshipping" field must be turned on for emails to be sent to this manufacturer.

***

## Difference: Supplier vs. Manufacturer

The plugin supports two ways to assign products to a dropshipping partner:

|                         | Dedicated supplier                              | Manufacturer                                                    |
| ----------------------- | ----------------------------------------------- | --------------------------------------------------------------- |
| **Management**          | Catalogue > Suppliers                           | Catalogue > Manufacturers                                       |
| **Email configuration** | In the supplier with additional email recipient | As a custom field on the manufacturer with additional recipient |
| **CSV/XML export**      | Fully configurable                              | –                                                               |
| **DHL settings**        | Global plugin configuration                     | Global plugin configuration                                     |
| **Minimum order value** | Configurable per supplier                       | Configurable per manufacturer                                   |

**Recommendation:** Use **dedicated suppliers** when you need full CSV/XML export capabilities. Use **manufacturers** when you already have an extensive manufacturer structure in Shopware.

***

## Assignment priority

If a product is assigned to both a dedicated supplier and a manufacturer, the following priority applies:

1. **Dedicated supplier** (via `hueb_supplier_id` on the product) – takes precedence when active
2. **Manufacturer** when the dropshipping custom field is enabled

***

## Product variants

When using product variants, the supplier or manufacturer assignment is automatically inherited from the **main product** if the variant itself has no dedicated assignment.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.hubyte.de/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/manufacturer-configuration.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.
