3

I am using Amazon MWS and XML Feeds API (unfortunately I think you need a seller account to view these links)

I need to get a list of all the items we sell on Amazon (to cross reference product names across our other selling channels).

So technically this means I need to either :

  • Get a direct list of all products in our seller marketplace (name, SKU) OR
  • Lookup a list of ASIN numbers and get product name + SKU back. I can get a list of ASINs we sell via the Inventory feed, but it doesn't give me product name..

There doesn't seem to be any way in the MWS or XML API to do these simple tasks!!

The only way I've found to lookup an ASIN is using this API which is from the Product Advertising API of all places....

http://docs.amazonwebservices.com/AWSECommerceService/2010-11-01/DG/index.html?ItemLookup.html

It just seems really bizarre to me that I can't use the MWS (or XML API) and I'd like to know if this is the only way before I continue with the 'Product Advertising API'.

4

2 回答 2

4

您真正想要的是OpenListings来自Product Advertising APIMWS 中的报告的等价物,即RequestReport报告类型为_GET_MERCHANT_LISTINGS_DATA_. 这将返回卖家在亚马逊上列出的所有库存,从这里到从该列表中获取您的 ASIN 已经很接近了。

您可以在他们的文档中找到更多详细信息

另外,我建议您不要再使用产品广告 API,因为亚马逊已弃用它,明年这个时候它将不再使用。

于 2011-10-04T17:25:34.107 回答
0

我们正在使用 Amazon ECS 商品查找按 ASIN 查找产品。所以你在正确的轨道上。亚马逊 MWS 有很多潜力,所以为什么他们没有为所有东西设置一个 API 是我无法理解的。

于 2011-07-23T09:54:38.493 回答