All Collections
Label Creator
To Ship
How to notify Dangerous Materials for your shipments
How to notify Dangerous Materials for your shipments
Updated over a week ago

According to your Carrier there are some different measures to follow in order to notify the presence of Dangerous Materials for your shipments.


Let's see the right configuration to do so! 🔎

As a general setup, you'll be able to select Dangerous Materials option directly from your Carriers Options while creating the shipment:

Take a look at the examples below in order to correctly add it inside your Shipping API call based on your Carrier:

Fedex:

"fedexdangerousgoods": {

"label": "Dangerous Goods",

"parameters": {

"fedexdangerousgoods": "1"

For UPS you need to add upshazardousgoods line.

For DHL instead, add dhlexpressdangerousgoods.

Spring XBS:

{
"CarrierOptions": [
{
"name": "springxbsdangerousgoods",
"value": "1"
}
]
}

Asendia:

{
"CarrierOptions": [
{
"name": "asendiaeuropedangerousgoods",
"value": "1"
}
]
}

Done! 🎈

Did this answer your question?