> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/dpd-connector-premium/sendungen-erstellen-praxis/vom-auftrag-zum-etikett.md).

# Vom Auftrag zum Etikett

## Vom Auftrag zum Etikett

Das ist der Kernablauf, der für **alle** DPD-Produkte gilt. Die produktspezifischen Besonderheiten finden Sie auf den jeweiligen Unterseiten.

### Einstieg: DPD Versand öffnen

| Ausgangspunkt                  | Aktion                                           |
| ------------------------------ | ------------------------------------------------ |
| **Verkaufsauftrag** (Karte)    | **DPD Versand**                                  |
| **Verkaufsauftrag** (Liste)    | **DPD Versandmaske** oder **DPD: Stapelversand** |
| **Gebuchte Verkaufslieferung** | **DPD Versand**                                  |

Ob sich die **grafische Versandmaske** oder die **klassische Paketliste** öffnet, steuert das Feld *Standard-BC-Versandmaske verwenden* – siehe [Versandmaske wählen](/dpd-connector-premium/verbindung-and-konfiguration/versandmaske-wahlen.md).

### Schritt für Schritt (grafische Versandmaske)

{% stepper %}
{% step %}

#### Mandant / DPD-Konto & Adressen prüfen

DPD-Konto (bei Mehrmandant) wählen, Absender- und Empfängeradresse kontrollieren.
{% endstep %}

{% step %}

#### Versandprodukt wählen

Nur aktivierte Produkte stehen zur Auswahl (siehe [Versandprodukte & SOCodes](/dpd-connector-premium/stammdaten-einrichten/versandprodukte-and-socodes.md)). Produktabhängig erscheinen Zusatzoptionen (Small, Unfrei, Samstag, ID-Check) und bedingte Bereiche (Paketshop, Predict, Zoll, Gefahrgut).
{% endstep %}

{% step %}

#### Pakete erstellen

Modus **Smart** (automatische Kartonauswahl, siehe [Boxen & Smart Packing](/dpd-connector-premium/stammdaten-einrichten/boxen-and-smart-packing.md)) oder **Manuell**. Artikel per Drag & Drop auf Pakete verteilen, Gewicht prüfen.
{% endstep %}

{% step %}

#### An DPD senden

Über **An DPD senden** wird die Sendung übermittelt und die DPD-Sendungsnummer erzeugt. Vor dem Senden prüft die Maske Produkt, Konto, Absender, Pakete, Gewicht und Optionen.
{% endstep %}

{% step %}

#### Etiketten drucken

**Labels** (Download), **Vorschau** (nur PDF) oder **Alles drucken** (Labels + ADR + Handelsrechnung + Höherversicherung). Ausgabe als PDF oder ZPL je nach [Druckoptionen](/dpd-connector-premium/verbindung-and-konfiguration/druck-and-etiketten-optionen.md).
{% endstep %}
{% endstepper %}

### Pflichtangaben (immer)

| Damit …         | muss …                                                     |
| --------------- | ---------------------------------------------------------- |
| Upload möglich  | jedes Paket ein **Gewicht > 0 g** haben (max. **31,5 kg**) |
| Upload möglich  | das gewählte **Produkt aktiviert** sein                    |
| Maße akzeptiert | keine Dimension **> 9999 mm** betragen                     |

### Häufige Fehler

<details>

<summary>„Paket hat kein Gewicht (0 g)…"</summary>

Weisen Sie dem Paket Artikel zu oder tragen Sie das Gewicht manuell ein. DPD akzeptiert keine Pakete ohne Gewicht.

</details>

<details>

<summary>„Produkt … ist in der DPD Produkt-Einrichtung deaktiviert"</summary>

Aktivieren Sie das Produkt in der [Produkt-Einrichtung](/dpd-connector-premium/stammdaten-einrichten/versandprodukte-and-socodes.md) oder wählen Sie ein anderes.

</details>

<details>

<summary>„Ein Paket wiegt … kg und überschreitet das DPD-Maximum von 31,5 kg"</summary>

Verteilen Sie die Artikel auf mehrere Pakete (siehe [Mehrpaket-Sendung](/dpd-connector-premium/sendungen-erstellen-praxis/mehrpaket-sendung-mps.md)).

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.solutioo.de/dpd-connector-premium/sendungen-erstellen-praxis/vom-auftrag-zum-etikett.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
