Dhl
POST "{baseUrl}/labels/generate_label"
application/json
{
"weight": "3000",
"width": "44",
"height": "26",
"length": "22",
"carrier_name":"Dhl",
"carrier_service_name":"n", // GET the carrier service name
"custom_reference":"20201218-013",
"description":"Book",
"cn23_data":{
"category":"3",
"shipping_price": "10,26",
"products":[
{
"unit_price":"59,90",
"quantity":1,
"description":"book 1",
"weight":"1000",
"country_code":"FR",
"currency_code":"EUR",
"hs_code": "49400000"
},
{
"unit_price":"13,95",
"quantity":1,
"description":"book 2",
"weight":"1000",
"country_code":"FR",
"currency_code":"EUR",
"hs_code": "49400000"
}
]
},
"sender":{
"lastname":"Doe",
"firstname":"John",
"address_line1":"1 rue du rempart villeneuve",
"address_line2":"",
"country":"FR",
"city":"Toulouse",
"zip":"31000",
"phone1":"+33768836843",
"email":"[email protected]",
"company_name":"My company name",
"labelType":"PDF_A4_300dpi"
},
"recipient":{
"lastname":"Jim",
"firstname":"Carrey",
"address_line1":"57 Rue de Rivoli",
"country":"FR",
"city":"Paris",
"zip":"75001",
"email":"[email protected]"
}
}
Updated 4 months ago