↧
Answer by ScottG for Rails Peddler gem: Using Amazon MWS Feeds API for adding...
FeedContent is the actual content of the feed itself, whether XML or flat file. You also need a FeedType. Have a look at the MWS Feeds API overview to learn about the process. No matter the language or...
View ArticleRails Peddler gem: Using Amazon MWS Feeds API for adding products to Amazon...
I am trying to add a product to the amazon seller account using amazon mws feeds api. I am using Ruby on Rails and peddler gem. But i couldn't find any documentation/example of how to add a new...
View Article