Discussions

Ask a Question
Back to All

Rate API Response issue

Hello Team,
I get proper Rate response in "Get a Quote" but Not proper rate result from this API Url "https://api.easyship.com/v2/rates" and always get same error like " "Sorry, we couldn't find any shipping solutions based on the information provided." and my request Parameter is like below

Payload:

{"origin_address": {"state": "Florida", "city": "Orlando", "postal_code": "32809"},
"destination_address": {"state": "California", "city": "Pleasant Hill", "postal_code": "94523", "country_alpha2": "US"},
"incoterms": "DDU",
"insurance": {
"is_insured": false
},
"courier_selection": {
"apply_shipping_rules": true
},
"shipping_settings": {
"units": {
"weight": "kg",
"dimensions": "cm"
}
},
"parcels": [
{"total_actual_weight": 10,
"box":{"slug":"my_custom_box","length":15,"width":15,"height":15},
"items": [
{
"quantity": 1,
"description": "Silk dress",
"category": "board_games",
"sku": "test01",
"declared_currency": "USD",
"declared_customs_value": 40.00,
"dimensions":{
"length":15,
"width":15,
"height":15
}
}]
}]

}

Please let me know If you find any solution.

Thanks,
Rahul