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
619 stars 741 forks source link

How to get the delivery address of the shipment #4324

Open Ironkyy opened 2 weeks ago

Ironkyy commented 2 weeks ago

I want to get the destination of the shipment based on the ID of FBASHIPMENT. Is there an interface I can use?

MeenaAmz commented 2 weeks ago

getShipment provides the destination address of the fulfillment center when you pass in the inboundPlanId and shipmentId. You could also see the same information on Seller Central UI, Send to Amazon interface.

Thanks Meena Selling Partner Developer Services

Ironkyy commented 2 weeks ago

I am using an old version of the API and there is no inplanId

Ironkyy commented 2 weeks ago

Are there other ways to obtain destination information?

Ironkyy commented 1 week ago

@MeenaAmz
Is there any other interface method that can be obtained?

MeenaAmz commented 1 week ago

@Ironkyy Please use getShipmentItems, the field ShipToAddress has the address of the fulfillment center. This operation does not require an inbound plan id.

Ironkyy commented 1 week ago

Now I can only get the destinationFulfillmentCenterId. I want to get the detailed address of the warehouse. Is there any API that can achieve this?

Ironkyy commented 1 week ago

@MeenaAmz Are there any API methods to achieve this?