> 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/dpd-connector-premium/test-and-betrieb/tipps-and-best-practices.md).

# Tipps & Best Practices

## Tipps & Best Practices

Mit diesen Empfehlungen holen Sie das Meiste aus dem DPD Connector heraus und vermeiden typische Stolperfallen.

### Stammdaten zuerst

{% hint style="success" %}
Der wichtigste Hebel für schnellen, fehlerfreien Versand sind **saubere Stammdaten**. Wer einmalig gut pflegt, spart bei jeder Sendung Zeit.
{% endhint %}

* **Artikelmaße & -gewichte** pflegen → [Smart Packing](/dpd-connector-premium/stammdaten-einrichten/boxen-and-smart-packing.md) wählt automatisch den richtigen Karton.
* **Gefahrgut**: UN-Nummern importieren ([Stammdaten-Import](/dpd-connector-premium/stammdaten-einrichten/stammdaten-import-gefahrstoff-datenbank.md)) und am Artikel hinterlegen → Klasse/Faktor kommen automatisch.
* **Zoll**: HS-Code und Ursprungsland am [Artikel](/dpd-connector-premium/beleg-and-stammdaten-optionen/artikel-einrichtung.md) pflegen → Zollpositionen werden automatisch befüllt.
* **Debitor-Defaults** (Produkt, Predict, Versicherung) setzen → weniger Klicks pro Auftrag.

### Effizient versenden

* Viele Aufträge? Nutzen Sie den [Stapelversand](/dpd-connector-premium/sendungen-erstellen-praxis/stapelversand-mehrere-auftrage.md) statt Einzelversand.
* Kein Beleg nötig? [Direktversand](/dpd-connector-premium/sendungen-erstellen-praxis/direktversand-ohne-verkaufsbeleg.md) verwenden.
* Etiketten am Labeldrucker? Auf **ZPL** umstellen ([Druckoptionen](/dpd-connector-premium/verbindung-and-konfiguration/druck-and-etiketten-optionen.md)).
* **Alles drucken** spart Schritte: Etikett + ADR + Handelsrechnung + Höherversicherung in einem Rutsch.

### Sauber abschließen

* Erstellen Sie **täglich** den [Tagesabschluss](/dpd-connector-premium/sendungen-erstellen-praxis/sendung-stornieren-and-tagesabschluss.md) – die Ladeliste ist Ihr Nachweis gegenüber DPD.
* Nicht übergebene, aber hochgeladene Sendungen rechtzeitig **stornieren**, damit keine ungenutzten Etiketten offen bleiben.

### Testen vor dem Echtbetrieb

* Bleiben Sie anfangs im **Sandbox-Modus** und nutzen Sie die [Demo-Daten](/dpd-connector-premium/test-and-betrieb/testbelege-demo-daten.md).
* Schalten Sie erst per [Go-Live](/dpd-connector-premium/verbindung-and-konfiguration/sandbox-and-produktivbetrieb-go-live.md) scharf – Business Central prüft dann die Vollständigkeit.

### Im Fehlerfall

* Erste Anlaufstelle ist das [API-Aufruf-Protokoll](/dpd-connector-premium/test-and-betrieb/api-aufruf-protokoll-and-fehlerbehebung.md): Es zeigt die genaue DPD-Antwort je Sendung.
* Häufige Meldungen und Lösungen finden Sie unter [Fehlermeldungen & Lösungen](/dpd-connector-premium/faq-and-fehlerbehebung/fehlermeldungen-and-losungen.md).
* Für automatische Statusaktualisierung den [Tracking-Push-Service](/dpd-connector-premium/azure-integrationen/tracking-push-service.md) einrichten.

### Rechte richtig vergeben

* Nur wenige Personen als **DPD Super User**; Versandmitarbeiter als **DPD Integration User** – siehe [Rollencenter & Berechtigungen](/dpd-connector-premium/referenz-and-datenmodell/rollencenter-kacheln-and-berechtigungen.md).

### Checkliste vor dem Versand

1. Produkt aktiviert und passend zum Szenario?
2. Gewicht > 0 und ≤ 31,5 kg pro Paket?
3. Bei Gefahrgut/Zoll/Versicherung: Pflichtfelder gesetzt?
4. Bei B2C: Predict-Kanal und -Wert gefüllt?
5. Absender/DPD-Konto korrekt (bei Multi-Mandant)?


---

# 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/dpd-connector-premium/test-and-betrieb/tipps-and-best-practices.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.
