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

How to know if a placement option is Amazon Optimized, Partial Shipment Split or Minimal Shipment Split? #4166

Closed hamduc7 closed 1 week ago

hamduc7 commented 1 week ago

Dear All,

I see that we can see 3 placement categories on Amazon UI: Amazon Optimized Partial Shipment Split Minimal Shipment Split

image

But I don't see any API that returns this data.

The listPlacementOptions does not have any information about this The getShipment function returns shipment.destination.destinationType: AMAZON_OPTIMIZED and AMAZON_WAREHOUSE. So looks like this is the function we want but how to know if it is Partital Split or Mininal Split?

@mafge

Thank you very much

mafge commented 1 week ago

Hi @hamduc7, thanks for reaching out! Currently there is no way to determine via API whether a placement option is determined amazon-optimized, partial or minimal shipment split. However you get all the relevant data like fee and number of shipments for each placement option. Hope that helps! Best, Marc Selling Partner Developer Services

hamduc7 commented 1 week ago

@mafge thank you