Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
brandondev1 opened this issue Sep 19, 2024 · 0 comments

Comments

@brandondev1
Copy link

brandondev1 commented Sep 19, 2024

Seeing this randomly (happens sometimes, but subsequent identical plans will succeed) when executing GetInboundOpertationStatus after GenerateTransportationOptions.

I submitted this issue previously, but it was closed for some reason as being "similar" to issue 4048 even though that is a ConfirmTransportationOptions issue with a completely different error.

GenerateTransportationOptions

REQUEST:
{
    "uri": "https://sellingpartnerapi-na.amazon.com/inbound/fba/2024-03-20/inboundPlans/wf5b422a1d-6a93-480a-876c-261f701ca50f/transportationOptions ",
    "method": "POST",,
    "body": {
        "placementOptionId": "pl758be03e-58f0-4d49-b093-ae36637ef346",
        "shipmentTransportationConfigurations": [
            {
                "readyToShipWindow": {
                    "start": "2024-09-23T00:00:00.000Z"
                },
                "shipmentId": "she7dc40c7-e8d5-4e34-a90c-8764e99cd96b",
                "contactInformation": {
                    "phoneNumber": "813-333-2233",
                    "email": "[email protected]",
                    "name": "Sam Iam"
                },
                "pallets": [
                    {
                        "quantity": 1,
                        "stackability": "NON_STACKABLE",
                        "weight": {
                            "unit": "LB",
                            "value": 466
                        },
                        "dimensions": {
                            "unitOfMeasurement": "IN",
                            "length": 48,
                            "width": 40,
                            "height": 40
                        }
                    }
                ],
                "freightInformation": {
                    "freightClass": "FC_50",
                    "declaredValue": {
                        "code": "USD",
                        "amount": 1000
                    }
                }
            }
        ]
    }
}

RESPONSE:
{
  "operationId": "6d482cc5-52df-40d9-953a-c78634d61065"
}

Subsequent request to GetInboundOperationStatus

REQUEST:
{
    "uri": "https://sellingpartnerapi-na.amazon.com/inbound/fba/2024-03-20/operations/6d482cc5-52df-40d9-953a-c78634d61065",
    "method": "GET",
}

RESPONSE:
{
  "operationStatus": "FAILED",
  "operationId": "64b29674-80b4-4064-ab13-bbd7019b45d1",
  "operation": "generateTransportationOptions",
  "operationProblems": [
    {
      "severity": "ERROR",
      "code": "BadRequest",
      "message": "ERROR: Fail to execute COMPUTE_TRANSPORTATION_OPTIONS API with errors."
    }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant