1

I am trying to list the products of a seller (using marketplaceID) that is created or updated after a specific date.

I tried RequestReport with ReportType "_GET_MERCHANT_LISTINGS_DATA_" and setting StartDate to the target date but the data returned contains products that are created (or lastly updated) before that date.

https://developer.amazonservices.com/

4

1 回答 1

1

该文档对“StartDate”的实际作用不是很具体:

用于选择要报告的数据的日期范围的开始。

类型:xs:日期时间

默认值:现在

如果我没记错的话,这个日期与产品修改时间戳无关,而是与数据库中的产品存在有关。例如,设置为昨天应该为您提供过去 24 小时内数据库StartDate中的产品列表。这包括最近创建的产品和在此之前创建但仍然存在的产品。

我认为不可能获得在某个时间范围内修改的产品列表(再次,我是根据我在玩它时它是如何工作的回忆写下这篇文章的)

于 2013-05-17T14:31:27.307 回答