> 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/einrichtung/versandoptionen-konfigurieren.md).

# Versandoptionen konfigurieren

## Versandoptionen konfigurieren

Öffnen Sie **DHL Label Configuration**, um die erweiterten Optionen zu pflegen.

### Standardprodukt und Maße

* **Express Product Code:** Standardprodukt für Sendungen, zum Beispiel ein vertraglich freigeschaltetes Inlandsprodukt.
* **Express Local Product Code:** nur verwenden, wenn DHL einen lokalen Produktcode vorgibt.
* **Express Unit System:** normalerweise **metric**.
* **Shipment Description:** allgemeine Beschreibung der Sendung.
* **Shipment Incoterm:** Standard-Lieferbedingung, zum Beispiel DAP oder DDP.

Eine Verpackung kann den globalen und lokalen Produktcode überschreiben. Dadurch können Sie unterschiedliche Verpackungen für Inland, Luft, Straße, Medical Express oder Dokumente vorbereiten.

### Etikett und Frachtbrief

* **Label Encoding Format:** normalerweise PDF.
* **Label Template Name:** von DHL vorgegebene Etikettenvorlage.
* **Frachtbriefdokument anfordern:** erzeugt ein separates Dokument, das dem Kurier übergeben und nicht auf das Paket geklebt wird.
* **Kontonummer auf Frachtbrief ausblenden:** verhindert die Anzeige der Kontonummer.

### Abholung und Benachrichtigung

Aktivieren Sie **Abholung anfordern**, wenn DHL beim Erstellen der Sendung eine Abholung buchen soll. Pflegen Sie späteste Abholzeit, Abholort und optionale Hinweise.

Die **Versandbenachrichtigung** sendet eine E-Mail, wenn das Etikett erstellt wurde. Sie bestätigt nicht den tatsächlichen Transportstatus. Für proaktive Benachrichtigungen empfiehlt DHL seine On-Demand-Delivery-Dienste.

### Zusatzleistungen

Zusätzliche Servicecodes werden kommagetrennt eingetragen und gelten für alle Sendungen dieser Konfiguration.

{% hint style="warning" %}
**AA** steht für Samstagszustellung und verlangt ein geplantes Versanddatum am Freitag. **AB** steht für Samstagsabholung und wird von der App blockiert, wenn es fälschlich als Samstagszustellung verwendet wird.
{% endhint %}

Nutzen Sie Zusatzcodes nur nach Bestätigung durch DHL. Verfügbarkeit hängt von Produkt, Strecke, Konto und Vertrag ab.


---

# 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/einrichtung/versandoptionen-konfigurieren.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.
