> 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/verpackungen-anlegen.md).

# Verpackungen anlegen

## Verpackungen anlegen

Nur angelegte Verpackungen können bei der Sendungserstellung ausgewählt werden. Öffnen Sie **DHL Pakete** und legen Sie für jede tatsächlich verwendete Verpackung einen eigenen Datensatz an.

### Pflichtangaben

* **Code:** eindeutige interne Bezeichnung, zum Beispiel `EXP-KARTON-S`.
* **Maßeinheit:** standardmäßig **mm**. Alternativ cm.
* **Höhe, Breite und Länge:** tatsächliche Außenmaße in der gewählten Einheit.

Die Sendung wird abgewiesen, wenn Maße fehlen oder nach Umrechnung ungültig sind.

{% hint style="warning" %}
Werte wie `400 / 300 / 250` sind typischerweise **Millimeter**. Steht die Einheit fälschlich auf cm, sendet die App 400 cm an DHL – das führt zu Fehlern wie „piece length exceeds max“ oder „Requested product(s) not available“. Bei mm werden sie korrekt als 40 × 30 × 25 cm übermittelt.
{% endhint %}

Pakete mit Seiten über 1 m sind möglich, wenn die Einheit stimmt und das gewählte Express-Produkt die Größe erlaubt. Die App hat eine Soft-Grenze von 300 cm pro Seite; produktseitig kann DHL strengere Limits setzen.

### Express-Angaben

* **Express Pakettyp-Code:** optionaler DHL-Pakettyp.
* **Express Produktcode:** überschreibt das Standardprodukt der Konfiguration für diese Verpackung.
* **Express lokaler Produktcode:** nur bei DHL-Vorgabe.
* **Dokumentensendung:** aktivieren Sie dies ausschließlich für reine Dokumente ohne Wareninhalt. Auch bei einem Ziel außerhalb der EU wird dann keine Zolldeklaration erzeugt.

{% hint style="warning" %}
Die Auswahlliste „Produktart“ enthält teilweise Bezeichnungen aus dem klassischen DHL-Paketversand. Für DHL Express sind die **Express-Produktcodes** und Ihr DHL-Vertrag entscheidend. Siehe Express-Produktcodes.
{% endhint %}

### Empfehlung

Legen Sie sprechende Codes für typische Fälle an, beispielsweise Inland, EU-Luft, EU-Straße, Drittland, Medical Express und Dokument. Lassen Sie Produktcodes vor dem Live-Betrieb von DHL oder Ihrer Versandverantwortung bestätigen.


---

# 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/verpackungen-anlegen.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.
