How do I make REST calls for a particular Item Amazon.com?
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.
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
精彩评论