amazon-ecs

Amazon Web services - retrieving a wishlist

I've been tinkering with Yahoo Pipes and the Amazon E-Commerce Service (ECS) SDK to retrieve my wishlist. The problem is that although I can get all the items on my wishlist just fine, it seems to include items that I've deleted too. Has anyone else used this API and noticed this? Is there a way around it? UPDATE: Requested additiona...

How to change the IdType in item_lookup from ASIN to ISBN, amazon-ecs for Ruby

That's my whole question! Doing something like this: Amazon::Ecs.item_lookup('9781934356166', :response_group => 'ItemAttributes,Images') Not sure where to change the option for the IdType to ISBN. I've tried putting it several places. Thanks! ...

Amazon Product Availability

Many products on amazon are unavailable but a date is given for when they'll be in stock. I've used AWS and got an XML reply but I can't find the date information anywhere. Is it possible to get this information? Thanks. NOTE: This is what i've got as a request, what should I alter? http://ecs.amazonaws.com/onca/xml?AWSAccessKeyId=MYID...

Amazon AWS ItemLookup with 13 Digit ISBN

I used to be able to do 13 digit ISBN lookups, but now I can't. Here is the query for the 13-digit ISBN: 9780073380957. http://ecs.amazonaws.com/onca/xml?AWSAccessKeyId=&ItemId=9780073380957&Operation=ItemLookup&ResponseGroup=Images%2CItemAttributes&Service=AWSECommerceService&Timestamp=2009-12-16T14%3A30%3A02Z&...

ItemSearch totally different from Amazon.com search - What am I doing wrong?

I'm using ItemSearch in order to get a list of books ordered by 'salesrank' aka 'bestselling', problem is that the books that pop up for any BrowseNode are totally different from the Amazon list. Test Case Author:"J R R Tolkien", SearchIndex:"Books", Sort:"salesrank" Using the API: J.R.R. Tolkien Boxed Set (The Hobbit and The Lo...

Amazon (AWS) - The request must contain the parameter Signature.

I'm struggling with the final part of getting my first bit of code working with the AWS - I have got this far, I attached the web reference in VS and this have this amazon.AWSECommerceService service = new amazon.AWSECommerceService(); // prepare an ItemSearch request amazon.ItemSearchRequest request = new amazon.ItemSearchRequest(); r...

Amazon AWS EC2 usage

Hello all, I have two questions on Amazon AWS EC2 usage computation: If I installed a packaged AMI that is fedora core 5, tomcat mysql based and configure it to point to my subdomain demo.mydomain.com, I am interested in finding out how computational hours are calculated. The application that I am publishing is not really mission criti...