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
586 stars 728 forks source link

Shipping Template for Order / Product #4193

Open look4meX opened 1 week ago

look4meX commented 1 week ago

Is it possible to download via API what the "Shipping Template" was at the time of placing the order, or where to download what Shipping Template is currently assigned to the product?

jawheral commented 1 week ago

Hi @look4meX,

It is possible to check the shipping template assigned to a product. You can use the Listings Items API to find a listing. Make sure to include attributes in the includedData parameter. In the response, there will be a merchant_shipping_group attribute which is an identifier representing the Shipping Configuration. After getting the merchant shipping group value, follow the steps in this tutorial to retrieve the shipping templates available and map that to the identifier assigned.

Best, Jawher Selling Partner API Solutions Architect