Discussions

Ask a Question
Back to All

Rates API Error

Response:

{
"status": "failure",
"errors": [
"Sorry, we couldn't find any shipping solutions based on the information provided."
],
"request_id": "ad9abdec-6ae7-4130-9b01-4c99bba91116"
}

Request:

{
"origin_address": {
"line_1": "21 Ellis St",
"line_2": null,
"state": "ENG",
"city": "London",
"postal_code": "SW1X 9AL",
"country_alpha2": "GB"
},
"destination_address": {
"line_1": "46 Green Lane",
"line_2": null,
"state": "ENG",
"city": "London",
"postal_code": "W42 1YH",
"country_alpha2": "GB"
},
"incoterms": "DDU",
"insurance": null,
"courier_selection": {
"apply_shipping_rules": false
},
"shipping_settings": {
"units": {
"weight": "g",
"dimensions": "cm"
},
"output_currency": "GBP"
}
}