-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a feed generator for Amazon #8
Comments
Here I've just gathered a bunch of info and resources about Amazon product feed. Currently Amazon provides two different integration for Product feeds: Marketplace Web Service (MWS) APIConsider Amazon is migrating from MWS to SP-API. As mentioned in Selling on Amazon Guide
Product feeds should be sent on Amazon using XML file format as specified in the Amazon Marketplace Web Service (Amazon MWS) Documentation. A more detailed guide on how to generate XML is the "Selling on Amazon ~ Guide to XML". It seems Amazon MWS does not provide a full functional sandbox environment in order to tests a product feeds API, but maybe the Amazon MWS Scratchpad could be useful for our purpose. Addendum: after a little investigation seems the only way to test MWS api is to craete a real seller account. In Ruby ecosystem there are some gems providing the integration with MWS but the most significant in my opinion is Peddler which is very popular and well maintained. As its README says:
Selling Partner APIThe Selling Partner API is a REST-based API that builds on the functionality of Amazon Marketplace Web Service (Amazon MWS), but provides features to improve usability and security for developers and the seller partners they work with. With the Selling Partner API. This is the Developer API Guide which contains step-by-step informations needed to start a development of an integration for an Amazon seller, while here's the guide for Amazon vendors.
Taking into account these considerations:
A good approach could be starting the product feeds generator/publisher using MWS api (via the Peddler gem), then decide when and how switch to the new SP-API. |
We then decided to not implement this feature on a first round, because of the effort required and higher priority of others. For this reason I close this issue, taking care of removing any reference of Amazon feed from the README. |
No description provided.
The text was updated successfully, but these errors were encountered: