Amazon MWS Product API How to retrieve Sales Rank and Merchant Name

时光总嘲笑我的痴心妄想 提交于 2019-12-24 01:55:06

问题


I've been experimenting heavily with the different MWS API's. I'm trying to retrieve the following info about my items:

1 - Number of offers - Available via GetLowestPricedOffersForSKU

2 - Number of FBA offers - Available via GetLowestPricedOffersForSKU

3 - Sales Rank of product - ?

4 - Competitive Price (buy box) - Available via GetCompetitivePricingForSKU

5 - Names of other merchants offering product - ?

6 - Price of offers - Available via GetLowestPricedOffersForSKU

The two elements I cannot find are Sales rank and names of other merchants

These both seem to be available via the Product Advertising API but not the MWS Product API as per this example here.

It was my (perhaps incorrect) understanding that the Product MWS API was mostly the same thing as the Product Advertising API except that the former is designed for sellers and the latter for others to sell on their own sites.

Am I missing something here?


回答1:


Your understanding is correct. The MWS API lets you work with your own data - it basically is an alternative to Seller Central. The Product Advertising API lets you access public data - it is an alternative to browsing the www.amazon.com website. To get sales rank information and a list of offers from different merchants, check the various ResponseGroups for the ItemLookup call.




回答2:


The MWS Product API, specifically getMatchingProductForId, will give you sales rank, on some skus that are children of parents, you have to getMatchingProductForId on the parent in order to get the sales rank of the parent as the child might not have it. additionally, it gives it to you on a per-category basis.




回答3:


Check out the AnyOfferChangedNotification. If you subscribe to those push notifications (it uses Amazon SQS), you'll get price change notifications on any product you sell if any of the top 20 change in price. The data you are returned will show you the other merchant id's as well as their rank and loads of other information like buy box owner, landed price, shipping price, feedback rating and count.. etc. etc.

We use these notifications to re-price our products in near real time based on how the competition moves.



来源:https://stackoverflow.com/questions/34702502/amazon-mws-product-api-how-to-retrieve-sales-rank-and-merchant-name

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!