Discussions

Ask a Question
Back to All

Rating inconsistency API vs WEB

Hello,

I'm trying to retrieve shipping rates via API. Unfortunately it seems that the API returns different rates vs the Web app which calls same version (V1) of the API although different url.

I tried posting the payload that the web app makes (https://app.easyship.com/quote) to the API call via Postman (https://api.easyship.com/rate/v1/rates) so that the payload being sent is the same, but still I get different rates when I check the JSON response.

Would someone be able to help me out with an advice regarding this inconsistency?

Thanks