> 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/stammdaten-einrichten/boxen-and-smart-packing.md).

# Boxen & Smart Packing

## Boxen & Smart Packing

Der Connector kann den passenden Karton automatisch ermitteln. Dazu pflegen Sie Ihre **Boxen** (Kartons) mit Innenmaßen und Maximalgewicht auf der Seite **DPD Boxen**.

### Box-Stammdaten

| Feld                    | Bedeutung                   |
| ----------------------- | --------------------------- |
| **Code / Beschreibung** | Schlüssel und Name          |
| **Innenmaße (L/B/H)**   | für den Maß-Abgleich        |
| **Max. Gewicht**        | Gewichtsgrenze der Box      |
| **Produkttyp**          | optionaler DPD-Produktbezug |

### Smart Packing – Funktionsweise

```mermaid
flowchart TD
    A[Artikel + Gewicht des Auftrags] --> B{Passt alles in eine Box?}
    B -- ja --> C[1 Paket mit allen Artikeln]
    B -- nein --> D[Pro Stück ein Paket mit individuell bester Box]
```

Der Algorithmus prüft alle 6 Orientierungen eines Artikels gegen die Box-Innenmaße, berücksichtigt das Gesamtgewicht und wählt die **volumenmäßig kleinste passende** Box.

### Datenquellen-Priorität

| Priorität | Quelle                        | Felder                                |
| --------- | ----------------------------- | ------------------------------------- |
| 1         | Standard BC (Artikel-Einheit) | Länge, Breite, Höhe (cm)              |
| 2         | DPD-Felder am Artikel         | DPD Shipping Length/Width/Height (mm) |
| 1         | Standard BC (Artikel)         | Bruttogewicht                         |
| 2         | Fallback                      | Nettogewicht                          |

### Produktempfehlung nach Zielland

| Zielland        | ≤ 500 g       | ≤ 3 kg        | > 3 kg       |
| --------------- | ------------- | ------------- | ------------ |
| **DE** (Inland) | PARCELLetter  | Classic Small | Classic      |
| **EU**          | Classic Small | Classic Small | Classic      |
| **Nicht-EU**    | Express Int.  | Express Int.  | Express Int. |

{% hint style="info" %}
Pflegen Sie die Artikelmaße möglichst über die **Standard-BC-Felder**. Die DPD-Felder am Artikel dienen als Override, wenn abweichende Versandmaße nötig sind – siehe [Artikel-Einrichtung](/dpd-connector-premium/beleg-and-stammdaten-optionen/artikel-einrichtung.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/stammdaten-einrichten/boxen-and-smart-packing.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.
