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

# Übersicht

## DHL Express Connector für Business Central

Mit dem DHL Express Connector erstellen Sie DHL-Express-Sendungen direkt aus Microsoft Dynamics 365 Business Central 14. Sie können Pakete zu Verkaufsaufträgen anlegen, Tarife abfragen, Versanddaten an DHL übertragen sowie Versandetiketten, Frachtbriefe und – bei internationalen Sendungen – Zolldokumente abrufen.

{% hint style="info" %}
Diese Dokumentation beschreibt den **DHL Express Connector** und die MyDHL-Express-Dienste. Angaben zum klassischen DHL-Paketversand, zu EKP-Nummern oder dreistelligen DHL-Ländercodes gelten für diese App nicht.
{% endhint %}

### Was Sie mit der App erledigen können

* Ein oder mehrere Pakete zu einem Verkaufsauftrag anlegen
* Versandetiketten einzeln oder gesammelt erstellen und drucken
* DHL-Express-Tarife vor dem Versand abrufen
* Eine Abholung anfordern und die Sendung verfolgen
* Sendungen innerhalb Deutschlands, in die EU und in Drittländer abwickeln
* Handelsrechnungen und eigene Zolldokumente elektronisch übermitteln
* Gefahrgutsendungen mit den von DHL Express vorgesehenen Angaben deklarieren
* Umfangreiche, mit DHL abgestimmte Versandfälle in der Sandbox prüfen

### Dokumentation

* [Erste Schritte](/dhl-express-connector-nav/erste-schritte.md)
* [Einrichtung](/dhl-express-connector-nav/einrichtung.md)
* [Pakete erstellen und versenden](/dhl-express-connector-nav/pakete-erstellen-und-versenden.md)
* [Internationaler Versand und Zoll](/dhl-express-connector-nav/internationaler-versand-und-zoll.md)
* [Gefahrgut](/dhl-express-connector-nav/gefahrgut.md)
* [Sandbox und sicherer Testbetrieb](/dhl-express-connector-nav/sandbox-und-sicherer-testbetrieb.md)
* [Fehlerbehebung und Support](/dhl-express-connector-nav/fehlerbehebung-und-support.md)

### Empfohlene Reihenfolge

1. Prüfen Sie die Voraussetzungen und richten Sie die Verbindung ein.
2. Legen Sie Ihre Verpackungen und benötigten Stammdaten an.
3. Erstellen Sie zunächst eine Testsendung im Sandbox-Modus.
4. Prüfen Sie Etikett, Tracking und gegebenenfalls Zoll- oder Gefahrgutangaben.
5. Wechseln Sie erst nach erfolgreicher Prüfung in den Live-Modus.

{% hint style="warning" %}
Bei Gefahrgut und Zollsendungen bleibt Ihr Unternehmen für die korrekte Klassifizierung, Verpackung, Dokumentation und Freigabe durch DHL verantwortlich. Die App prüft viele typische Fehler, ersetzt aber keine Prüfung durch Zoll-, Export- oder Gefahrgutverantwortliche.
{% endhint %}

**App-Version:** 25.11.20.0 · **Plattform:** Microsoft Dynamics 365 Business Central 14 · **Support:** <support@solutioo.de>


---

# 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/ubersicht.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.
