Sales history of an ASIN
Is there a way to get the past/recent history of sales of a listing in Amazon SP-API?
Eg. given the ASIN
, marketplace-ID
and an x
number of days, the call would return how many of that ASIN
has been sold within the last x
days in that marketplace-ID
.
How to fetch the total number of products in a category in Amazon’s SP-API?
Okay, so I notice there are tools like Rocket Source and Scan Unlimited that are able to find the total number of products in a specific category, and on basis of that, they tell a % chance of how well/frequently a product can sell.
How to find profitable products to sell on Amazon in 2024?
I’m looking for effective strategies to identify profitable products to sell on Amazon FBA in 2024.
How to find profitable products to sell on Amazon in 2024?
I’m looking for effective strategies to identify profitable products to sell on Amazon FBA in 2024.
Amazon SP-API – get configurable products
I checked all types of “Inventory” reports (https://developer-docs.amazon.com/sp-api/docs/report-type-values-inventory) and none of them return information about whether the product is configurable or not. I really need to be able to check if product is set as configurable or not. Can I get this product information in another way?
putListingsItem with merchant_suggested_asin is on weird behavior
I’m really stuck on fileld merchant_suggested_asin, it’s a required filed for a product type definitions (TEMPORARY_TATTOO) but I don’t know how to fill it to complete my API call.