0

Issue Summary: I'm encountering a 500 Internal Server Error when using the Amazon Selling Partner API in relation to retrieving order data. This error occurred for the first time and is preventing me from retrieving order information.

Error Details:

Endpoint: GET https://sellingpartnerapi-na.amazon.com/orders/v0/orders

Error Messages:

  1. Request to GET https://sellingpartnerapi-na.amazon.com/orders/v0/orders resulted in a 500 Internal Server Error response:
{
  "errors": [
    {
      "code": "InternalFailure",
      "message": "We encountered an internal error. Please try again."
    }
  ]
}
  1. Request to GET https://sellingpartnerapi-na.amazon.com/orders/v0/orders/113-6916467-1968214/orderItems resulted in a 500 Internal Server Error response:
{
  "errors": [
    {
      "code": "InternalFailure",
      "message": "We encountered an internal error. Please try again."
    }
  ]
}

Steps to Reproduce:

  1. Make a GET request to the specified endpoint with the provided parameters.
  2. Observe the received 500 Internal Server Error response along with the mentioned error messages.

Expected Behavior: The API request to retrieve order information should return a valid response without any internal server errors.

Additional Information: This is the first time I've encountered this error while using the Amazon Selling Partner API. The error occurs when attempting to retrieve order details using the specified endpoint. Assistance or guidance on resolving this issue would be greatly appreciated.

  • Does this happen to any request? What are the parameters you submitted to get this error? Maybe the api endpoint upgraded their version so you also need to update the code? – Mr. Kenneth Aug 23 '23 at 08:13
  • I got error for 2 end points: 1. GET /orders/v0/orders/{orderId}/orderItems 2. GET /orders/v0/orders links: https://developer-docs.amazon.com/sp-api/docs/orders-api-v0-reference#getorders https://developer-docs.amazon.com/sp-api/docs/orders-api-v0-reference#getorderitems – Pratiksha Parghi Aug 23 '23 at 10:05

0 Answers0