Closed hellokids86 closed 1 month ago
The issue seems to be with confirming Amazon Partnered LTL with confirmTransportationOptions .
The issue seems to be with confirming Amazon Partnered LTL with confirmTransportationOptions .
SPD Not support?
Is SPD for Small Parcel? If so, this is working, however LTL by Amazon Partnered Carriers is not working.
I issue encountered this problem, just recreate it
the same issue, just return ERROR: Fail to execute CONFIRM_CARRIERS API with errors, the api works well before today. I view the info in the console, it shows that it has multiple delivery address. and when we create shipment with only one box, then we can pass the whole flow. Not sure it is because of multiple delivery address lead this issue?
+1
Note: It seems to be a duplicate of https://github.com/amzn/selling-partner-api-models/issues/4048
I use SPD shipments, details are in the linked ticket.
See also bug #4253 which notes the only current workaround is delete everything and retry.
Hello,
I am trying to confirm transport options on an inbound shipment via the API. I receive the following error back after checking the operation status. It works on and off depending on the options I choose when confirming transportation. Not sure what is wrong with my request.
{ "operation": "confirmTransportationOptions", "operationId": "a41cc4e8-9235-4472-b832-3d3931cedcf6", "operationProblems": [ { "code": "BadRequest", "message": "ERROR: Fail to execute CONFIRM_CARRIERS API with errors.", "severity": "ERROR" } ], "operationStatus": "FAILED" }