首页 > 解决方案 > How do I extract business, advertisement and other reports from amazon MWS API?

问题描述

I understand how to extract order information from the MWS get_report function but nothing related to the business or the advertisement reports.

My intention is to periodically extract amazon ad related information(clicks,CTR...) and also business reports( sessions, buy box...). Is this even possible?

标签: amazonamazon-mws

解决方案


Anything you'd be able to get would be listed here as a report type enumeration. Out of the things you've asked about, the only possibility that I'm aware of is buy box information. There is some of that in the Products API but the best place is to subscribe to the AnyOfferChangedNotification which gives real time pricing updates with buy box information.


推荐阅读