> 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/entwicklerdokumentationen-business-central-dhl-connector/dhl-connector-entwicklerdokumentation/extensions-und-enums/produkt-dokument-und-zoll-enums.md).

# Produkt-, Dokument- und Zoll-Enums

## 72242951 SOUDHLProducts

`Extensible = true`. Fachliche Parcel-Produkte:

1. DHL Paket ohne Services
2. DHL Paket mit Services
3. DHL Paket mit GoGreen
4. DHL Paket mit GoGreen Plus als Standardbeauftragung
5. DHL Paket International
6. DHL Paket International mit GoGreen
7. DHL Europaket
8. DHL Europaket mit GoGreen
9. DHL Kleinpaket
10. DHL Kleinpaket mit GoGreen
11. DHL Kleinpaket mit GoGreen Plus als Standardbeauftragung
12. Warenpost International
13. Warenpost International mit GoGreen
14. Warenpost
15. Warenpost mit GoGreen

Das Enum allein erzeugt keinen gültigen Parcel-Request. Jeder neue Wert benötigt eine abgestimmte Billing-Map-Zeile und DHL-Produktsemantik.

## 72242962 SOUDHL Express Product

`Extensible = true`.

* ExpressWorldwide
* ExpressWorldwideDoc
* ExpressWorldwideEU
* Express0900
* Express1200
* EconomySelect
* EconomySelectDoc
* EconomySelectDomestic
* DomesticExpress
* DomesticExpressDoc

Die Übersetzung in MyDHL-Codes erfolgt in `SOUDHL Express Helper`. Neue Enum-Werte fallen ohne Codeunit-Anpassung auf Produktcode `P` zurück.

## 72242958 SOUDHL Document Type

`Extensible = true`, `Access = Public`.

* `Sales Order`
* `Warehouse Shipment`

Steuert die Bedeutung von `Package Header.Order No`, Empfängerauflösung und Quellreferenzen. Ein weiterer Enum-Wert erfordert Änderungen in Packing, Recipient, Pages und Posting; Erweiterbarkeit bedeutet hier nicht automatische Prozessunterstützung.

## 72242959 SOUDHL Export Type

`Extensible = false`.

* COMMERCIAL\_GOODS
* PRESENT
* COMMERCIAL\_SAMPLE
* DOCUMENT
* RETURN\_OF\_GOODS
* OTHER

Die Werte entsprechen der API-Domäne für Zollerklärungen. Bei OTHER ist eine Export Description erforderlich.


---

# 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/entwicklerdokumentationen-business-central-dhl-connector/dhl-connector-entwicklerdokumentation/extensions-und-enums/produkt-dokument-und-zoll-enums.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.
