> 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/dhl-express-connector-nav/pakete-erstellen-und-versenden/vom-auftrag-zum-etikett.md).

# Vom Auftrag zum Etikett

## Vom Auftrag zum Etikett

{% stepper %}
{% step %}
**Verkaufsauftrag prüfen**

Öffnen Sie den Verkaufsauftrag. Kontrollieren Sie Liefername, Adresse, **zweistelligen** Ländercode, E-Mail und Telefonnummer sowie die zu versendenden Mengen.
{% endstep %}

{% step %}
**Paketzeile anlegen**

Scrollen Sie zum Bereich **DHL Paketzuweisung** und legen Sie eine neue Zeile an. Wählen Sie den **Paket-Code**. Das **Geplante Versanddatum** wird vorbelegt; bei aktivierter Abholung nach 14:00 oft auf den nächsten Werktag 10:00.
{% endstep %}

{% step %}
**Abholung und Gewicht**

Stellen Sie **Abholung anfordern** pro Paket ein (Standard kommt aus der Konfiguration). Wählen Sie die Gewichtseinheit (**g** oder **kg**) und tragen Sie ein Gewicht größer als null ein. Öffnen Sie bei Bedarf die Paketdetailseite für weitere Angaben.
{% endstep %}

{% step %}
**Zoll und besondere Daten prüfen**

Die Anzeige **Zollpflichtig / Customs Declarable** ergibt sich aus Empfängerland und Verpackung. Bei Zollpflicht können Sie den **Exportgrund** am Paket anpassen. Kontrollieren Sie außerdem Gefahrgut, MRN und eigenes Zolldokument – Zolldokumente müssen vor dem Upload angehängt werden.
{% endstep %}

{% step %}
**Tarif optional abrufen**

Mit **DHL Express Tarif abrufen** erhalten Sie – sofern DHL für die Kombination einen Preis liefert – Betrag und Währung. Die Abfrage erzeugt noch kein Etikett und bucht keine Abholung.
{% endstep %}

{% step %}
**Paket hochladen**

Wählen Sie **Pakete hochladen** oder auf der Detailseite **Versandaufkleber generieren**. Nach Erfolg werden Uploaddatum, DHL-Sendungsnummer, Tracking und Dokumente gespeichert.
{% endstep %}

{% step %}
**Etikett ausgeben**

Drucken Sie ausgewählte oder alle Etiketten oder laden Sie das PDF herunter. Frachtbrief und Zollrechnung stehen nur zur Verfügung, wenn sie angefordert und von DHL geliefert wurden.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Ist **Abholung anfordern** am Paket aus, wird das Etikett trotzdem erstellt. Organisieren Sie die Abholung dann separat. Bei aktivierter Abholung nach dem Same-Day-Cutoff (ca. 14:00) setzen Sie das geplante Versanddatum auf den Folgetag oder deaktivieren die Abholung für dieses Paket.
{% endhint %}


---

# 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/dhl-express-connector-nav/pakete-erstellen-und-versenden/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.
