> 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/erste-schritte/voraussetzungen-und-zugangsdaten.md).

# Voraussetzungen und Zugangsdaten

## Voraussetzungen und Zugangsdaten

### Business Central

Bevor Sie den Connector verwenden, muss Ihre Administration Folgendes sicherstellen:

* Die Erweiterung **DHL Connector** ist in Business Central 14 installiert.
* Ihrem Benutzer sind die benötigten DHL-Berechtigungen zugewiesen.
* In der Erweiterungsverwaltung ist **HTTP-Client-Anfragen zulassen** aktiviert.
* Die Debitoren-, Lieferadressen-, Artikel- und Gewichtsstammdaten sind gepflegt.

Fehlt Ihnen der Bereich **DHL Paketzuweisung** im Verkaufsauftrag oder eine DHL-Aktion, wenden Sie sich an Ihre Business-Central-Administration.

### MyDHL Express

Sie benötigen:

* API-Schlüssel bzw. Benutzername
* API-Geheimnis bzw. Passwort
* DHL-Express-Kontonummer mit 6 bis 12 Zeichen
* Freigeschaltete Produkte und Zusatzleistungen laut DHL-Vertrag
* Bei Gefahrgut: eine passende Gefahrgutvereinbarung mit DHL Express
* Bei internationalen Sendungen: EORI- und gegebenenfalls Umsatzsteuer-Identifikationsnummer

{% hint style="warning" %}
Übernehmen Sie Zugangsdaten ohne führende oder nachgestellte Leerzeichen. Speichern oder versenden Sie API-Passwörter nicht in ungeschützten Dokumenten oder E-Mails.
{% endhint %}

### Ländercodes

Für DHL Express werden zweistellige Codes verwendet, zum Beispiel **DE**, **FR**, **GB**, **CH** oder **US**. Das ältere Feld „DHL Country Code“ mit dreistelligen Werten gehört zum klassischen DHL-Paketmodell und ist für diesen Express-Ablauf nicht maßgeblich.


---

# 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/erste-schritte/voraussetzungen-und-zugangsdaten.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.
