> 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/verbindung-and-konfiguration/dpd-konfiguration-feldreferenz.md).

# DPD-Konfiguration (Feldreferenz)

## DPD-Konfiguration (Feldreferenz)

Die Seite **DPD Konfiguration** ist die zentrale Einstellungsseite. Sie ist in thematische Gruppen unterteilt. Nachfolgend alle Felder je Gruppe.

### API-Informationen

| Feld                           | Beschreibung                                                                                                  |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------- |
| **Code**                       | Schlüssel des Datensatzes (fix `DPD`).                                                                        |
| **Modus (Sandbox/Produktion)** | Sandbox = Testumgebung mit DPD-Testzugang. Produktion = echter DPD-Zugang mit realer Übermittlung/Berechnung. |
| **Versanddepot-Nummer**        | Ihre DPD-Sendedepot-Nummer laut Vertrag (nur Depot-Client).                                                   |
| **Diensttyp**                  | Depot-Client oder Cloud-Service.                                                                              |
| **Basis-URL**                  | Wird automatisch aus dem Modus abgeleitet (Sandbox/Produktion).                                               |
| **Delis-ID / Passwort**        | Depot-Zugangsdaten (nur im Produktionsmodus sichtbar).                                                        |
| **Cloud-Benutzer-ID / -Token** | Cloud-Service-Zugangsdaten.                                                                                   |
| **Nachrichtensprache**         | `de_DE` oder `en_EN`.                                                                                         |

### Druckoptionen

| Feld              | Werte                                                |
| ----------------- | ---------------------------------------------------- |
| **Papierformat**  | A4, A6, A7                                           |
| **Ausgabeformat** | PDF, ZPL                                             |
| **Startposition** | UPPER\_LEFT, UPPER\_RIGHT, LOWER\_LEFT, LOWER\_RIGHT |

Details siehe [Druck- & Etiketten-Optionen](/dpd-connector-premium/verbindung-and-konfiguration/druck-and-etiketten-optionen.md).

### Versandmaske

| Feld                                   | Beschreibung                                                                                                                                                                                   |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Standard-BC-Versandmaske verwenden** | Aktiv: klassische BC-Paketliste. Inaktiv (Standard): neue grafische DPD-Versandmaske. Siehe [Versandmaske wählen](/dpd-connector-premium/verbindung-and-konfiguration/versandmaske-wahlen.md). |

### Tracking-Push-Service

| Feld                                      | Beschreibung                                                                                    |
| ----------------------------------------- | ----------------------------------------------------------------------------------------------- |
| **DPD Tracking-Push aktivieren**          | Eingehende DPD-Scan-Ereignisse aktualisieren automatisch den Sendungsstatus.                    |
| **Tracking-Push Shared Secret**           | Gemeinsames Geheimnis zur Absicherung der Push-Aufrufe (auch in der Azure Function hinterlegt). |
| **BC-API-Endpunkt**                       | Anzeige des OData-v4-Endpunkts für die Azure Function (nur lesend).                             |
| **SFTP-Import aktivieren (SCANINFO/POD)** | Trackingdaten und Abliefernachweise werden per SFTP abgeholt.                                   |

### Diagnose / Debug

| Feld                              | Beschreibung                                                                                   |
| --------------------------------- | ---------------------------------------------------------------------------------------------- |
| **Azure-Diagnose aktivieren**     | Jeder Sendungsaufruf (Request/Response/Fault) wird zusätzlich ans Azure-Debug-Portal gesendet. |
| **Azure-Diagnose Endpunkt (URL)** | z. B. `https://<functionapp>.azurewebsites.net/api/diag`                                       |
| **Azure-Diagnose Schlüssel**      | Schlüssel `DIAG_INGEST_KEY` der Azure Function.                                                |

### Absender

Name 1/2, Straße, Hausnummer, PLZ, Stadt, Land, E-Mail, Telefon, Bundesland, Kontakt. Bei aktivem International zusätzlich **Sender EORI** und **USt-IdNr.**, bei Retouren die **Rücksendelager-Adresse**.

### Authentifizierung (nur lesend)

| Feld                               | Beschreibung                      |
| ---------------------------------- | --------------------------------- |
| **Auth-Token**                     | Aktuelles DPD-Token.              |
| **Token erstellt am / gültig bis** | Zeitstempel der Token-Gültigkeit. |

### Aktionen auf der Seite

| Aktion                                  | Zweck                                                        |
| --------------------------------------- | ------------------------------------------------------------ |
| **Produktivbetrieb aktivieren**         | Go-Live (Sandbox → Produktion) inkl. Verbindungstest.        |
| **Zurück in Sandbox/Test**              | Zurück in den Testbetrieb.                                   |
| **Token erstellen / Verbindung testen** | Token erzeugen (Depot) bzw. Verbindung prüfen (Cloud).       |
| **Versandprodukte konfigurieren**       | Öffnet die DPD Produkt-Einrichtung.                          |
| **Testbelege erstellen / löschen**      | Demo-Daten verwalten.                                        |
| **API-Aufruf-Protokoll**                | Lokales Protokoll aller DPD-Aufrufe.                         |
| **Azure-Diagnose testen**               | Sendet einen Testeintrag ans Diagnose-Portal.                |
| **Alles automatisch testen**            | Erzeugt für alle Demo-Aufträge automatisch Sendungen/Labels. |


---

# 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/verbindung-and-konfiguration/dpd-konfiguration-feldreferenz.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.
