Closed manikandan26 closed 3 weeks ago
@manikandan26 seems your InboundPlan wasn't created for some reason (due an error or the creation is in progress). You need to check the operation status to see the status and reason - https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v2024-03-20-reference#getinboundoperationstatus
I have the same issue but I identified that the capacity storage limit was exceeded, the v0 shows the right error, but the v2024-03-20 shows a generic error. so this error made avoided instantly the inbound plan
Hi @manikandan26, thanks for reaching out! As @maxim-saltanov-skuvault mentioned, you need to check the status of the operation as creating the inbound plan is an asynchronous operation. In most cases you will get a error message in the response giving you details about the error. Best, Marc Selling Partner Developer Services
closed for inactivity
Problem description:
When creating a InboundPlan, I will get the below response without an error
{"operationId":"b606ce09-52be-4079-991f-XXXXXX","inboundPlanId":"wfdcade68d-9449-428a-9879-XXXXXX"}
But this plan will get VOIDED immediately when checking getInboundPlan ( [status] => VOIDED)
Error:
This is the output of getInboundPlan API
Code
This is the input of createInboundPlan API