> 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/tarif-enums-und-assisted-setup-gruppe.md).

# Tarif-Enums und Assisted-Setup-Gruppe

## 72242969 SOUDHL Tariff Status

Nicht erweiterbar: Draft, Validated, Active, Archived.

## 72242970 SOUDHL Product Type

Erweiterbar: Parcel, Europaket, International, International Premium, Express, Return. Klassifiziert ein Tarifprodukt; der Rate-Lookup verwendet primär `Product Code`.

## 72242971 SOUDHL Billing Level

Nicht erweiterbar: Package, Shipment, Invoice. Aktuell multipliziert nur Package den Basisbetrag mit Package Count; Shipment/Invoice bleiben Faktor 1.

## 72242972 SOUDHL Weight Method

Nicht erweiterbar:

* Actual
* Higher of Actual/Volume

## 72242973 SOUDHL Rate Method

Nicht erweiterbar:

* Weight Step
* Fixed
* Base Plus Kg
* Additional Kg

## 72242974 SOUDHL Charge Method

Nicht erweiterbar: Fixed, Percent, Index Percent.

## 72242975 SOUDHL Charge Level

Nicht erweiterbar: Package, Shipment, Invoice, Additional Kg. Fixed Charges multiplizieren Package mit Package Count und Additional Kg mit Billable Weight.

## 72242976 SOUDHL Result Line Type

Nicht erweiterbar:

* Summary
* Base Rate
* Fixed Charge
* Percent Charge
* Service
* Customs
* Information

Service und Customs sind aktuell reserviert und werden von der Engine nicht erzeugt.

## 72242977 SOUDHL Import Status

Nicht erweiterbar: Uploaded, Validated, Activated, Error.

## Enum Extension 72242951 SOUAssistedSetup

Erweitert `Assisted Setup Group` um Wert `SOUDHLConnector` mit Caption „DHL Connector by solutioo“. Die Assisted-Setup-Codeunit gruppiert darunter Konfiguration und Boxen.

## Integrationshinweis

Nur Product Type ist unter den Tarif-Enums erweiterbar. Status und Formeln bilden abgeschlossene Engine-Zustände; Consumer dürfen nicht voraussetzen, dass ein beliebiger EnumExt-Wert automatisch berechenbar ist.


---

# 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/tarif-enums-und-assisted-setup-gruppe.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.
