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
571 stars 730 forks source link

ListPlacementOptions returns always empty placementOptions list in the response #4017

Closed maxim-saltanov-skuvault closed 1 week ago

maxim-saltanov-skuvault commented 2 months ago

I am trying to implement the new workflow https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v2024-03-20-use-case-guide#fulfillment-inbound-shipment-workflow for the case when "box packing info" is "NO": CreateInboundPlan -> GeneratePlacementOptions -> ListPlacementOptions -> ConfirmPlacementOptions

But stuck on the ListPlacementOptions step - it's always returns empty response: {"pagination":{},"placementOptions":[]}

I researched and found out an initial reason

When I try to request the status of any GeneratePlacementOptions operation, after the first query I get status = IN_PROGRESS and a few seconds after the second status = FAILED with details image

If I try to request the status of CreateInboundPlan, I see the next problem for an item I am trying to send "approval is required before this item can be sent to Amazon":

image

Any reason and how to fix it?

puppsupr commented 1 month ago

Hi maxim-saltanov-skuvault, Are you still facing this issue ?

github-actions[bot] commented 1 week ago

This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.

github-actions[bot] commented 1 week ago

closed for inactivity