Tagged Questions

6
votes
6answers
2k views

How do I interact with the Amazon Product Advertising API in my Rails app?

I'm building a Rails web app and was wondering what is the best way to get a list of products that Amazon would return based on a search term? For example, if I sent amazon the term "iphone", I'd ...
1
vote
1answer
410 views

Amazon Product Advertising API - Response Groups - no content for “EditorialReview” & “Reviews”?

does somebody get any content for "EditorialReview" or "Reviews" out of the "ResponseGroup"? http://docs.amazonwebservices.com/AWSECommerceService/2010-11-01/DG/RG_EditorialReview.html ...
1
vote
2answers
284 views

Amazon Sandbox (Product Advertising) - HTTP 503 Errors and Request Throttling

I use Amazon's Product Advertising API to retrieve their node hierarchy using the API's BrowseNodeLookup method (REST using Java). On Amazon's sandbox individual requests seem to work but if I keep ...