views:

59

answers:

1

Can somebody please show me resources that would let me make REST calls from my Android Phone to Amazon?

I need to get Item details for that Item.

I tried to look for documentation but I really couldn't find it. I am sorry if this has been answered before but I couldn't find the answer.

Thank you.

A: 

Have a look at http://docs.amazonwebservices.com/AWSECommerceService/latest/GSG/ImplementinganA2SRequest.html for starters? This doesn't use REST though. The ItemLookup API call should be the one you need with a ResponseGroup of ItemAttributes.

You'll need to get set up with access keys - see http://docs.amazonwebservices.com/AWSECommerceService/latest/GSG/GettinganAWSAccessKeyID.html for that.

Not sure if there are any Android-specific issues that you should be aware of

barrowc