> 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/erste-schritte/uberblick-and-architektur.md).

# Überblick & Architektur

## Überblick & Architektur

Der DPD Connector ist eine AppSource-Erweiterung für Business Central. Sie kapselt die DPD-Webservices (Login, Shipment, Parcelshop Finder) und stellt in BC Seiten, Aktionen und Berichte bereit, um Sendungen zu erzeugen, Etiketten zu drucken und Sendungen zu verfolgen.

### Kernfunktionen

* **Sendungserstellung** aus Verkaufsauftrag, gebuchter Lieferung, Angebot oder Einkaufsreklamation (Retoure)
* **Etikettendruck** als PDF oder ZPL (A4/A6/A7)
* **Grafische Versandmaske** oder klassische BC-Paketliste
* **Smart Packing** – automatische Kartonauswahl anhand Maßen und Gewicht
* **Zusatzdienste**: Predict/B2C, Paketshop, International/Zoll, Gefahrgut, ID-Check, Retoure, Food, Reifen, Ad-hoc-Abholung
* **Statusverfolgung** über Tracking-Push und SFTP (optional, via Azure Function)

### Datenfluss

```mermaid
flowchart LR
    BC["Business Central\n(DPD Connector)"] -->|SOAP/XML| DPD["DPD WebServices\nLogin · Shipment · Parcelshop"]
    DPD -->|Label PDF/ZPL + Paketnr.| BC
    DPD -.->|Tracking-Push / SFTP| AF["Azure Function\nDpdTrackingPush"]
    AF -->|OData v4 API| BC
```

### Beteiligte Objekte (Auswahl)

| Bereich               | Objekt in BC                  |
| --------------------- | ----------------------------- |
| Grundkonfiguration    | **DPD Konfiguration**         |
| Einrichtungsassistent | **DPD Versand konfigurieren** |
| Produkte              | **DPD Produkt-Einrichtung**   |
| Absender              | **DPD Absenderadressen**      |
| Mehrmandant           | **DPD Depot-Konten**          |
| Kartons               | **DPD Boxen**                 |
| Gefahrgut             | **DPD Gefahrgut-Stammdaten**  |
| Protokoll             | **DPD API-Aufruf-Protokoll**  |

{% hint style="info" %}
**Zwei Diensttypen:** Großkunden mit direktem Depotvertrag nutzen den **Depot-Client** (DPD WebConnect), Standardkunden den **Cloud-Service** (myDPD). Siehe [Diensttyp](/dpd-connector-premium/verbindung-and-konfiguration/diensttyp-depot-client-vs.-cloud-service.md).
{% 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/dpd-connector-premium/erste-schritte/uberblick-and-architektur.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.
