# Introduction

Welcome to the official documentation of the **Dropshipping** plugin by Hubyte for Shopware 6.

## What does this plugin do?

The Dropshipping Plugin automates order forwarding to suppliers or manufacturers who can be used as suppliers in your Shopware store. As soon as an order reaches a configured status, emails with all order-relevant information are automatically sent to the responsible supplier(s).

### Core features

* **Automatic order forwarding** – Suppliers are notified automatically when an order status changes
* **Flexible supplier management** – Create dedicated suppliers or use manufacturers as suppliers
* **CSV and XML export** – Send order data as file attachments to suppliers
* **DHL integration** – Automatic creation of DHL shipping labels (requires DHL Versand by Pickware)
* **Minimum order value** – Supplier-specific minimum order value with cart validation
* **Test mode** – Redirect all emails to a test address

## Overview

| Section                                                                                                                             | Description                                                    |
| ----------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [Plugin configuration](/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/plugin-configuration.md)             | Global settings: trigger status, email options, DHL            |
| [Supplier management](/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/supplier-configuration.md)            | Create and configure dedicated suppliers                       |
| [Manufacturer configuration](/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/manufacturer-configuration.md) | Activate manufacturers as dropshipping partners                |
| [Product configuration](/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/product-configuration.md)           | Assign products to a supplier or manufacturer                  |
| [Workflows](/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/workflows.md)                                   | Processes and flows in detail                                  |
| [Managing orders](/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/order-management.md)                      | Identify dropshipping orders and resend emails                 |
| [CSV & XML export](/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/csv-xml-export.md)                       | Export templates, variables, and examples                      |
| [Email templates](/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/email-templates.md)                       | Customize and use email templates                              |
| [Text snippets](/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/text-snippets.md)                           | Customize storefront texts (house number, minimum order value) |
| [DHL integration](/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/dhl-integration.md)                       | Automatically create shipping labels                           |
| [Minimum order value](/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/minimum-order-value.md)               | Configure minimum order value per supplier                     |

## System requirements from plugin version 4.x

* Shopware 6.7.\*
* PHP 8.x
* For DHL label creation as email attachments, the extension [DHL Versand by Pickware](https://store.shopware.com/de/viiso52049132916f/dhl-versand.html) is required


---

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