0
votes

I just opened my seller account and i don’t know how to create a new product on amazon with MWS. Searched developer guide (http://docs.developer.amazonservices.com/en_US/products/Products_Overview.html) and cannot find anything about guide of creating product so i just looked into this explanation (https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/XML_Documentation_Intl.pdf) and i found the title Create Product but i still don’t know how to create a product. The operation types always like ‘GetFeedSubmissionList’. So can anyone please explain in a descriptive way about creating a product. How can i do that? Thanks in advance.

1
Please read the guide that you mention above, "Selling on AmazonGuide to XML". It goes through all the steps and includes examples. You are going to want to study the Feeds API more specifically as that is the process to send products to MWS docs.developer.amazonservices.com/en_US/feeds/… - ScottG
Hi @ScottG thank u so much for answering. But for creating a product should i use the SubmitFeed operation? - Serpil Durukan
Yes. Look at the feed types and format the feed with your product data - ScottG
thanks a lot @ScottG. You're awesome. - Serpil Durukan

1 Answers

1
votes

Have a look at the Feeds API and then set up your product with the correct FeedType enumeration for the Product feed. Look at the flowchart to understand the process involved. You didn't specify a language or platform, but MWS has SDK's that will aid in your development.