amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
590 stars 728 forks source link

Fulfillment Inbound 2024-03-20 Generate Transportation Options: Fail to execute COMPUTE_TRANSPORTATION_OPTIONS API with errors #4165

Closed brandondev1 closed 3 weeks ago

brandondev1 commented 3 weeks ago

Another random ambiguous error from the amazing Fulfillment Inbound v2024-03-20 API with no indication on what the actual issue is. Seeing this randomly (happens sometimes, but subsequent identical plans will succeed) when executing GetInboundOpertationStatus after GenerateTransportationOptions

{
  "operationStatus": "FAILED",
  "operationId": "3bffa62a-8722-46c6-9ae1-f4f7d7e5f49a",
  "operation": "generateTransportationOptions",
  "operationProblems": [
    {
      "severity": "ERROR",
      "code": "BadRequest",
      "message": "ERROR: Fail to execute COMPUTE_TRANSPORTATION_OPTIONS API with errors."
    }
  ]
}
puppsupr commented 3 weeks ago

Hi brandondev1, Please provide full request and response along with inbound plan ID.

puppsupr commented 3 weeks ago

4048 Similar issue. Please provide your request and response in that thread. Closing this.

brandondev1 commented 3 weeks ago

@puppsupr, How is this "similar" to issue 4048? That is a ConfirmTransportationOptions issue. This is a different error from GenerateTransportationOptions.