How to add price and quantity details when adding a product to Amazon seller central Using Amazon MWS?

Question:

I am using Amazon MWS Feeds API for adding products to Amazon seller central store. When I use an example from Amazon’s Feeds API Section Reference, products added to the store without price. I’ve added the code below I used for adding product to Amazon seller central store.

Does anyone know about this issue and tell me how to fix it and How to add Quantity in the above code ?
I used this code from Amazon Feed API reference.

Answer:

You need to submit different xml files and feed types for product,price,inventory etc. You cannot send this information together in xml files to upload a product. But if you are using excel spreadsheets you can send all this information in a single file. you can refer this to know about spreadsheet upload. http://www.amazon.com/gp/help/customer/display.html?nodeId=200203300

Leave a Reply