> 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/schnellstart-zur-ersten-testsendung.md).

# Schnellstart zur ersten Testsendung

## Schnellstart zur ersten Testsendung

{% stepper %}
{% step %}
**Sandbox wählen**

Öffnen Sie die DHL-Konfiguration und setzen Sie **Modus** auf **Sandbox**.
{% endstep %}

{% step %}
**Zugang und Absender eintragen**

Tragen Sie API-Zugang, DHL-Express-Kontonummer und vollständige Absenderdaten ein. Führen Sie **Verbindung testen** aus.
{% endstep %}

{% step %}
**Verpackung anlegen**

Legen Sie unter **DHL Pakete** mindestens eine Verpackung mit Code, Maßeinheit und vollständigen Maßen an. Tragen Sie den für Ihren Vertrag passenden Express-Produktcode ein.
{% endstep %}

{% step %}
**Testauftrag vorbereiten**

Verwenden Sie einen Verkaufsauftrag mit vollständiger Lieferadresse. Artikel müssen ein Nettogewicht besitzen. Für den ersten Test empfiehlt sich eine innerdeutsche Standardsendung ohne Zoll und Gefahrgut.
{% endstep %}

{% step %}
**Paket erstellen**

Legen Sie im Bereich **DHL Paketzuweisung** eine neue Zeile an. Wählen Sie die Verpackung, prüfen Sie Paketdatum, Gewichtseinheit und Gewicht.
{% endstep %}

{% step %}
**Hochladen und prüfen**

Wählen Sie **Pakete hochladen**. Prüfen Sie anschließend Versandnummer, Etikett und Tracking. Wenn keine Abholung angefordert wurde, organisieren Sie diese separat.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
Erst wenn die Standardsendung zuverlässig funktioniert, testen Sie internationale Sendungen, Zusatzleistungen und Gefahrgut.
{% 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/erste-schritte/schnellstart-zur-ersten-testsendung.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.
