如何从亚马逊 MWS API 中提取业务、广告和其他报告?

How do I extract business, advertisement and other reports from amazon MWS API?

我了解如何从 MWS get_report 功能中提取订单信息,但与业务或广告报告无关。

我的目的是定期提取与亚马逊广告相关的信息(点击次数、点击率...)以及业务报告(会话、购买框...)。这可能吗?

任何你能得到的东西都会被列出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,它会提供带有购买框信息的实时定价更新。