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'.