Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upload/publish products to Amazon via Amazon MWS API? [closed]

I heard SubmitFeed API is for adding products. But i didn't find any example. By the way, i need a Python solution. Thanks a lot.

like image 242
redice Avatar asked Feb 03 '12 04:02

redice


People also ask

Is Amazon MWS API free?

By using Amazon MWS, sellers can increase selling efficiency, reduce labor requirements, and improve response time to customers. There are no fees associated with Amazon MWS, but to use the Amazon MWS API you must have an Amazon MWS-eligible seller account and you must register to use Amazon MWS.

Is Amazon MWS deprecated?

Amazon Marketplace Web Service (MWS) will no longer be available after December 31, 2023. In 2020 we announced the launch of Selling Partner API (SP-API), a modernized suite of REST APIs using standards that today's developers expect, which includes all the functionality available in Amazon MWS plus many new APIs.

What is Amazon MWS API?

Amazon MWS is the acronym for Amazon Marketplace Web Services. Amazon Marketplace Web Services API is a collection of APIs that offer sellers the possibility to extract data programmatically and perform most of the operations that users do from the Amazon Seller Central web interface.

Does Amazon seller have an API?

SP-API is a suite of REST-based APIs that provides Amazon selling partners programmatic access to their Amazon Seller Central account data. With SP-API, you can build applications that help sellers and vendors manage their Amazon business.


1 Answers

The general gist of it is you use SubmitFeed to send your product list. Then you must check the status of the submission. Once the submission is complete you can then get the results. You have to repeat these steps for images, pricing and availability.

It's a bit of a pain to get started with it, Amazon supply a LOT of useful information but it is everywhere and not particulary very easy to understand at first. Experiment with just adding products to your inventory and go from there. Make use of the scratchpad too, very handy tool indeed.

As for python I can't help you there I'm afraid but I think there is sample code within the python download available from Amazon.

like image 123
rich Avatar answered Sep 28 '22 00:09

rich