Is there an updated Amazon inventory management API?

I work with a company that sells products on 5 major European Amazon sites (amazon.co.uk, .de, .fr, .es and .it).

They want to programmatically upload their latest pricing and inventory data, which is easy to do with a CSV upload to Amazon Seller Central. But this is a manual process that they want to automate.

I cannot find an API that will allow me to do this other than linking to an old document called "A Guide to Using the Amazon Inventory Management API" ( http://g-ec2.images-amazon.com/images/G/01/ 07102007_AIM / Amazon_AIMS.pdf ) which was published in 2007 and I am not comfortable using what is 8 years old (or would like at least here when others use it today).

Does anyone know if Amazon offers an API to update product price and quantity? Or even better, the C # SDK.

+3


source to share


1 answer


I found a solution for this now. Amazon has a rather oddly named "feeds" api that allows you to upload XML or CSV files that update your inventory.

http://docs.developer.amazonservices.com/en_UK/feeds/Feeds_SubmitFeed.html .



This is part of their full set of MWS APIs which can be seen here: http://developer.amazonservices.co.uk/

+4


source







All Articles