Closed georgelxl6 closed 2 months ago
Hi @georgelxl6,
Could you provide more details in which API are you calling? In order to retrieve inventory information from a seller you need to do it by SKU level and not ASIN.
You can get inventory quantity in both ways below:
1) Call the getListingsItem API, the parameter includedData = attributes
will give you this information under the fulfillment_availability
attribute. This method uses SKU to fetch the information.
2) Get the report GET_MERCHANT_LISTINGS_ALL_DATA and the column quantity
will provide the value in the ASIN level.
Thanks, Leonardo Nakagawa Solutions Architect, Selling Partner API Developer Support
Thank you for your response. I am using catalog API https://sellingpartnerapi-fe.amazon.com/catalog/2022-04-01/items/ I know only ASIN code
Hi @georgelxl6,
In that case, I recommend you use the GET_MERCHANT_LISTINGS_ALL_DATA where you can have the inventory information and also the seller-sku attribute where after if needed you can call the getListingsItem API.
Thanks, Leonardo Nakagawa Solutions Architect, Selling Partner API Developer Support
closed for inactivity
I tired to get the remain quantity of inventory from ASIN code, but I can't. This is my python code
I tried like above, the it is not the correct value. What is wrong.