Discussions

Ask a Question
Back to All

No shipping solutions available based on the information provided

{
"origin_address": {
"state": "NY",
"city": "East New York",
"postal_code": "10014",
"country_alpha2": "US"
},
"destination_address": {
"state": "FL",
"city": "Tampa",
"postal_code": "33602",
"country_alpha2": "US"
},
"incoterms": "DDU",
"insurance": {
"is_insured": false
},
"courier_selection": {
"apply_shipping_rules": true
},
"shipping_settings": {
"units": {
"weight": "lb",
"dimension": "in"
},
"output_currency": "USD"
},
"parcels": [
{
"items": [
{
"quantity": 1,
"dimensions": {
"length": "30.00",
"width": "500.00",
"height": "500.00"
},
"actual_weight": "30.00",
"declared_currency": "USD",
"declared_customs_value": "449.10",
"category": "computers_laptops",
"description": "Apple Watch Series 10"
}
],
"total_actual_weight": "30.00"
}
]
}