elyngved / ruby-mws

A Ruby library that wraps the Amazon MWS API.
MIT License
41 stars 64 forks source link

Adding product endpoints #10

Open dysbulic opened 10 years ago

dysbulic commented 10 years ago

This adds support for the GetMatchingProduct, GetCompetitivePricingForASIN, GetLowestOfferListingsForASIN, and GetProductCategoriesForASIN endpoints under mws.products.

There are a bunch of commits because I was initially developing as a rails rake task and I needed to push all changes through the git repository.