The API makes it possible to provide and process shipment information for dangerous goods in order to ensure the safe and legally compliant transport of these materials. Specific information is required for precise processing, such as UN number, packaging type, weight and risk classification of the dangerous goods. This information complies with the standards of the ADR (European Agreement concerning the International Carriage of Dangerous Goods by Road) and facilitates compliance with international safety regulations.
The detailed information for dangerous good must be included in lines item (dangerousGoods) and is required if you ship dangerous goods.
This documentation explains the JSON format in which all necessary information for the preparation of quotations and orders should be transmitted.
Here is an example of a shipment of lithium-ion batteries.
"lines": [
{
"unitQuantity": 1,
"unitPackageType": "KT",
"unitLength": 33,
"unitWidth": 31,
"unitHeight": 45,
"unitWeight": 11,
"content": "Batteries",
"wantsPalletExchange": false,
"isStackable": false,
"dangerousGoods": [
{
"unNo": "3480",
"substanceName": "LITHIUM-IONEN-BATTERIEN",
"packageType": "Kiste",
"quantity": 1,
"weightGross": 11,
"weightNetOrVolume": 9,
"weightNetOrVolumeUnit": "NGW",
"riskMain": "9A",
"pointsTotal": 27,
"pointsMultiplier": 3,
"adrVersion": "ADR2023",
"classificationCode": "M4",
"packagingGroup": null,
"isExemptedQuantity": false,
"isLimitedQuantity": false,
"isHighConsequencesDangerousGood": false,
"isSpecialProvision188": false,
"transportCategory": "2",
"tunnelRestriction": "(E)"
}
]
}
]
If you have any specific questions regarding authentification or API, feel free to contact me (Lukas) via [email protected]