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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
xsi:noNamespaceSchemaLocation="amzn-envelope.xsd"> |
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