开发者

How do I make REST calls for a particular Item Amazon.com?

开发者 https://www.devze.com 2023-01-08 13:38 出处:网络
Can somebody please show me resources that would let me make REST calls from my Android Phone to Amazon?

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

0

精彩评论

暂无评论...
验证码 换一张
取 消