Discussions
Shiping API Giving Internal Server error
I am Trying to call the get all shipment API but getting Internal Server error Following is the Response for the same
{
"error": {
"code": "internal_server_error",
"details": [
"An error occurred while processing your request. Please try again later."
],
"links": [
{
"kind": "documentation",
"name": "Errors",
"url": "https://developers.easyship.com/reference/errors"
},
{
"kind": "documentation",
"name": "List all Shipments",
"url": "https://developers.easyship.com/reference/shipments_index"
},
{
"kind": "how-to-guide",
"name": "How to Automate your Shipments",
"url": "https://developers.easyship.com/docs/how-to-automate-your-shipments"
}
],
"message": "Unexpected internal error.",
"request_id": "8511170f644ecbb302d89e71105b8e4b",
"type": "api_error"
}
}