> 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/diensttyp-depot-client-vs.-cloud-service.md).

# Diensttyp: Depot-Client vs. Cloud-Service

## Diensttyp: Depot-Client vs. Cloud-Service

Der DPD Connector unterstützt zwei DPD-Anbindungsarten. Der Diensttyp wird im [Einrichtungsassistenten](/dpd-connector-premium/erste-schritte/einrichtungsassistent.md) oder auf der [DPD Konfiguration](/dpd-connector-premium/verbindung-and-konfiguration/dpd-konfiguration-feldreferenz.md) gewählt.

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Depot-Client (DPD WebConnect)</strong></td><td>Für Großkunden mit direktem Depotvertrag. Anmeldung mit Delis-ID/Passwort, Token-basiert.</td></tr><tr><td><strong>Cloud-Service (myDPD)</strong></td><td>Für Standardkunden über den myDPD Cloud-Service mit Benutzer-ID und Token.</td></tr></tbody></table>

### Zugangsdaten

{% tabs %}
{% tab title="Depot-Client" %}

| Feld       | Quelle                               |
| ---------- | ------------------------------------ |
| Delis-ID   | von DPD                              |
| Passwort   | von DPD                              |
| Sendedepot | aus Vertrag / automatisch beim Login |

Beim **Verbindung testen / Token erstellen** meldet sich die App bei DPD an und speichert Token, Gültigkeit und Sendedepot.
{% endtab %}

{% tab title="Cloud-Service" %}

| Feld                 | Quelle                |
| -------------------- | --------------------- |
| Cloud-Benutzer-ID    | von DPD (<it@dpd.de>) |
| Cloud-Benutzer-Token | von DPD               |

Beim **Verbindung testen** wird die Cloud-Verbindung geprüft (kein Token-Handling nötig).
{% endtab %}
{% endtabs %}

### Basis-URLs (automatisch)

Die Basis-URL wird aus dem Modus abgeleitet und muss nicht manuell gepflegt werden:

| Modus      | URL                               |
| ---------- | --------------------------------- |
| Sandbox    | `https://public-ws-stage.dpd.com` |
| Produktion | `https://public-ws.dpd.com`       |

{% hint style="info" %}
Beim Wechsel des Diensttyps werden gespeicherte Tokens automatisch zurückgesetzt, damit keine unpassenden Zugangsdaten verwendet werden.
{% 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/verbindung-and-konfiguration/diensttyp-depot-client-vs.-cloud-service.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.
