phoet / asin

:books: :package: Amazon Simple INterface - Support for ItemLookup, SimilarityLookup, Search, BrowseNode and Cart Operations
http://asin.herokuapp.com/
167 stars 59 forks source link

Add a way to find similar products #15

Closed joncalhoun closed 12 years ago

joncalhoun commented 12 years ago

The amazon product API appears to support similar products but I don't see support for it in ASIN. Is this something you are intending to add support for?

phoet commented 12 years ago

if i understand you right, you are looking for support of the following api: http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/SimilarityLookup.html

i will have a look into how to integrate it.

joncalhoun commented 12 years ago

Wow that was fast. Thanks a ton!

phoet commented 12 years ago

as you can see from the commit, it was pretty easy to add to the existing codebase. feel free to provide pull requests, if you want to improve the functionality any further.