For large part-load shipments you don't have to list every single pallet.
For large part-load shipments you don't have to list every single pallet. You can book directly by loading meters (Lademeter / LDM) — the space your goods occupy along the length of the truck.
When to use LDM booking
Use loading-meter booking when your shipment is a part / full load (Teil-/Komplettladung) that is best described by the floor space it takes up rather than by individual handling units — for example mixed or oversized goods, long items, or anything you would normally quote as "X loading meters".
| Your situation | Book as |
|---|---|
| A few individual pallets / packages | Normal lines with pallet package types (FP, EP, …) — see Package types |
| Part load described in loading meters | LDM booking (this page) |
| A complete dedicated vehicle | Van/Truck product |
How it works
An LDM shipment is sent as a single line with the package type PARTIE. The loading meters are expressed through the length field:
unitLength= loading meters in centimeters (e.g. 7.2 LDM →720)unitWidth= always240(the usable width of the truck bed)unitHeight= height in cm:250or260for a standard tractor-trailer (Sattelzug)300for a Megaliner
unitWeight= total weight in kilograms
You can combine LDM booking with the STANDARD (cheapest) or EXPRESS product just like any other shipment.
Example request
The example below books 7.2 loading meters at 5,800 kg from Düsseldorf to Mönchengladbach as a STANDARD shipment:
{
"product": "STANDARD",
"shipper": {
"address": {
"postCode": "40239",
"countryCode": "DE",
"city": "Düsseldorf"
}
},
"consignee": {
"address": {
"countryCode": "DE",
"postCode": "41061",
"city": "Mönchengladbach"
}
},
"lines": [
{
"unitQuantity": 1,
"unitPackageType": "PARTIE",
"content": "goods",
"unitLength": 720,
"unitWidth": 240,
"unitHeight": 250,
"unitWeight": 5800,
"wantsPalletExchange": false
}
]
}
The request above shows the minimum needed to get a quotation. For a binding booking you also need shipper/consigneenameandstreetand a pickup date — see Shipper and Consignee Information.
Quick reference
| Field | Value | Notes |
|---|---|---|
unitPackageType | PARTIE | Marks the line as a loading-meter shipment |
unitQuantity | 1 | One LDM block per line |
unitLength | LDM × 100 | Loading meters in cm (7.2 LDM = 720) |
unitWidth | 240 | Always 240 cm |
unitHeight | 250 / 260 / 300 | Sattelzug vs. Megaliner |
unitWeight | total kg | Gross weight of the whole block |
Notes
- Dimensions are always in centimeters, weight in kilograms.
- For pallet exchange set
wantsPalletExchange: true. - Additional services (tail lift, advance notice, etc.) work exactly as for any other shipment — see Shipper and Consignee Information.
Questions about LDM bookings? Reach the API team at [email protected].

