Discussions

Ask a Question
Back to All

The place of shipment is the United States multibox parcels (Number of parameters > 1) Unable to find the express method

Condition: the place of shipment is the United States
question:parcels (Number of parameters > 1) Unable to find the express method
description:parcels (Number of parameters = 1)Can return to express normally
The following is parcels (Number of parameters > 1) participation and participation
submit:
{
"origin_address":{
"line_1":"S&B Industry Inc.",
"line_2":"15001 Heritage Parkway - Suite 150",
"state":"TX",
"city":"Fort Worth",
"postal_code":"76177",
"country_alpha2":"US",
"contact_name":"1111",
"company_name":"11111",
"contact_phone":"111111",
"contact_email":"[email protected]"
},
"destination_address":{
"state":"Nevada",
"city":"Doral",
"postal_code":"89183",
"country_alpha2":"US"
},
"incoterms":"DDU",
"insurance":{
"is_insured":false,
"insured_amount":"7076.00",
"insured_currency":"USD"
},
"shipping_settings":{
"units":{
"weight":"kg",
"dimensions":"cm"
},
"output_currency":"USD"
},
"parcels":[
{
"total_actual_weight":"12.000",
"box":{
"length":42,
"width":29,
"height":39.5
},
"items":[
{
"quantity":1,
"category":"accessory_no_battery",
"description":"Machine",
"actual_weight":"12.000",
"declared_currency":"USD",
"declared_customs_value":"2345.00"
}
]
},
{
"total_actual_weight":"12.000",
"box":{
"length":42,
"width":29,
"height":39.5
},
"items":[
{
"quantity":1,
"category":"accessory_no_battery",
"description":"Machine",
"actual_weight":"12.000",
"declared_currency":"USD",
"declared_customs_value":"1234.00"
}
]
}
]
}

return
{
"status": "failure",
"errors": [
"Sorry, we couldn't find any shipping solutions based on the information provided."
],
"request_id": "156a4417-2bd5-4f13-924e-c84bc8ff408b",
"timestamp": "2022-07-01T02:38:47.531Z"
}