Discussions

Ask a Question
Back to All

Failing to Retrieve USPS locations

I am trying to Retrieve USPS locations in the US and I keep getting this response how can I solve this?

{
"error": {
"code": "invalid_content",
"details": [
"We do not support locations for USPS in United States."
],
"links": [
{
"kind": "documentation",
"name": "Errors",
"url": "https://developers.easyship.com/reference/errors"
},
{
"kind": "documentation",
"name": "List USPS Locations",
"url": "https://developers.easyship.com/reference/locations_usps_index"
}
],
"message": "The request body content is not valid.",
"request_id": "c489b039408095b260692dd843cb91d2",
"type": "invalid_request_error"
}
}