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

Fulfillment Inbound API v2024-03-20 listPackingOptions Always returns "po00000000-0000-0000-0000-000000000000" #4101

Open andyslack opened 3 weeks ago

andyslack commented 3 weeks ago

As per this ticket which was closed: https://github.com/amzn/selling-partner-api-models/issues/641

I am also getting the following response:

[
  {
    "packingOptions": [
      {
        "packingGroups": [
          "pgdeb9e9b2-230d-4782-9d3c-9cd220b43a30"
        ],
        "fees": [],
        "discounts": [],
        "packingOptionId": "po00000000-0000-0000-0000-000000000000",
        "supportedShippingConfigurations": [],
        "status": "ACCEPTED"
      }
    ],
    "pagination": {}
  }
]

I have already Created the Inbound plan, generated packing options:

Screenshot 2024-08-18 at 10 38 07

However the above is returned... any ideas?

ccyun06 commented 3 weeks ago

me too.Have you encountered this problem?https://github.com/amzn/selling-partner-api-models/issues/4102

mafge commented 2 weeks ago

Hello @andyslack. thanks for reaching out! Have you tried to continue the flow with the provided packingOptionId and ran into some issues? If so please post the error response and the specific call details. Thanks! Best, Marc Selling Partner Developer Services

mehrdadsamadie commented 1 week ago

I am having same issue is someone find how to resolve it?

mafge commented 1 week ago

Hello @mehrdadsamadie, thanks for reaching out! Have you tried to continue the flow with the provided packingOptionId and ran into some issues? If so please post the error response and the specific call details. Thanks! Best, Marc Selling Partner Developer Services