Discussions
Get Shipments From easyhip ERROR: we couldn't find any shipping solutions based on the information provided
Attached is the request and the response - what is the reason for the error?
REQUEST DATA:
{
"origin_address": {
"line_1": "55 PROSPECT ST",
"state": "New York",
"city": "Sydney",
"postal_code": "11201",
"country_alpha2": "US",
"contact_name": "shipping test",
"company_name": "shipping test",
"contact_phone": "+1396380000",
"contact_email": "[email protected]"
},
"destination_address": {
"line_1": "1 quai de Jemmapes",
"state": "",
"city": "Paris",
"postal_code": "75010",
"country_alpha2": "FR",
"contact_name": "Shira Bar",
"company_name": "Shira Bar",
"contact_phone": "5747479",
"contact_email": "[email protected]"
},
"shipping_settings": {
"units": {
"weight": "kg",
"dimensions": "cm"
}
},
"parcels": [
{
"total_actual_weight": 20,
"box": {
"slug": null,
"length": "17",
"width": "15",
"height": "16"
},
"items": [
{
"description": "test status",
"category": "home_decor",
"sku": "teststatus_64772843",
"quantity": 1,
"dimensions": {
"length": "17",
"width": "15",
"height": "16"
},
"actual_weight": 20,
"declared_currency": "USD",
"declared_customs_value": 2563
}
]
}
]
}
RESPONSE LOG:
{
"status": "partial_success",
"errors": [
"Sorry, we couldn't find any shipping solutions based on the information provided."
],
"shipment": {
"easyship_shipment_id": "ESUS10111679",
"created_at": "2022-09-15T10:56:22.817Z",
"updated_at": "2022-09-15T10:56:23.344Z",
"label_paid_at": null,
"label_generated_at": null,
"order_created_at": null,
"origin_address": {
"line_1": "55 PROSPECT ST",
"line_2": null,
"state": "New York",
"city": "Sydney",
"postal_code": "11201",
"country_alpha2": "US",
"contact_name": "shipping test",
"company_name": "shipping test",
"contact_phone": "+1396380000",
"contact_email": "[email protected]"
},
"sender_address": {
"line_1": "55 PROSPECT ST",
"line_2": null,
"state": "New York",
"city": "Sydney",
"postal_code": "11201",
"country_alpha2": "US",
"contact_name": "shipping test",
"company_name": "shipping test",
"contact_phone": "+1396380000",
"contact_email": "[email protected]"
},
"return_address": {
"line_1": "55 PROSPECT ST",
"line_2": null,
"state": "New York",
"city": "Sydney",
"postal_code": "11201",
"country_alpha2": "US",
"contact_name": "shipping test",
"company_name": "shipping test",
"contact_phone": "+1396380000",
"contact_email": "[email protected]"
},
"destination_address": {
"line_1": "1 quai de Jemmapes",
"line_2": null,
"state": null,
"city": "Paris",
"postal_code": "75010",
"country_alpha2": "FR",
"contact_name": "Shira Bar",
"company_name": "Shira Bar",
"contact_phone": "5747479",
"contact_email": "[email protected]"
},
"order_data": {
"platform_name": null,
"platform_order_number": null,
"order_tag_list": [
],
"seller_notes": null,
"buyer_notes": null
},
"metadata": {
},
"set_as_residential": false,
"consignee_tax_id": null,
"eei_reference": null,
"regulatory_identifiers": {
"eori": null,
"ioss": null,
"vat_number": null
},
"incoterms": null,
"insurance": {
"is_insured": false,
"insured_amount": 0.0,
"insured_currency": "USD"
},
"parcels": [
{
"total_actual_weight": 20.0,
"box": {
"id": null,
"courier_umbrella_name": null,
"courier_origin_country_alpha2": null,
"name": null,
"slug": null,
"outer_length": 17.0,
"outer_width": 15.0,
"outer_height": 16.0,
"weight": 0.0
},
"items": [
{
"description": "test status",
"category": "Home Decor",
"sku": "teststatus_64772843",
"quantity": 1,
"dimensions": {
"length": 17.0,
"width": 15.0,
"height": 16.0
},
"actual_weight": 20.0,
"origin_currency": "USD",
"origin_customs_value": 2563.0,
"declared_currency": "USD",
"declared_customs_value": 2563.0
}
]
}
],
"total_customs_value": 2563.0,
"total_actual_weight": 20.0,
"shipment_state": "created",
"pickup_state": "not_requested",
"delivery_state": "not_created",
"label_state": "not_created",
"warehouse_state": "none",
"trackings": [
],
"tracking_page_url": "https://www.trackmyshipment.co/shipment-tracking/ESUS10111679",
"shipping_documents": [
],
"currency": "USD",
"selected_courier": {
"id": null
},
"rates": [
]
}
}