These docs are for v1.0. Click to read the latest docs for v2024.09.

Discussions

Ask a Question
Back to All

Get Rate API Not Working in Sandbox

Hello Team,

I am trying to get some results of rates API but I am always getting the below response.

{
"rates": [],
"messages": [
"Sorry, we couldn't find any shipping solutions based on the information provided."
]
}

I tried to call this API from Postman collection.

Based on this response I have to call shipment APIs but because of this, I am stuck.

However, it's working in production mode but I can not use that during the development.