Discussions

Ask a Question
Back to All

Sorry, we couldn't find any shipping solutions based on the information provided

I am testing the rate API, but it shows me an error "Sorry, we couldn't find any shipping solutions based on the information provided" on every country

I am using sandbox access token "sand_nbDSPzlOzpl8CKGhFezrqtIavaGia9XnSLYTiPB6xzY="
I am pasting my request body here:
{
"origin_country_alpha2": "SG",
"origin_postal_code": "WC2N",
"destination_country_alpha2":"US",
"destination_postal_code":"10030",
"items":[
{
"description":"Silk dress",
"sku":"PRV1001-60",
"actual_weight":0.27,
"height":1.7,
"width":1.7,
"length":1.7,
"category":"fashion",
"declared_currency":"AUD",
"declared_customs_value":1
}
]
}

So, please suggest what country should i test for getting result.