Is there a way of requesting Related Images like the Amazon website shows of certain products? I wanted to get the images so that I can mirror the functionality in my own retail client. The Images response group doesn't seem to help.
问问题
491 次
1 回答
0
首先,我假设您使用的是Product Advertising API。如果是这样,那么您需要询问图像响应组
一个示例请求是:
http://ecs.amazonaws.com/onca/xml?AWSAccessKeyId=AWSKEY&AssociateTag=ASSOCIATETAG&ItemId=B004SGLDM6&Operation=ItemLookup&ResponseGroup=Images&Service=AWSECommerceService&Timestamp=2012-04-27T17%3A52%3A13Z&Version=2009-03-31&Signature=SIGNITURE
您显然需要将您的密钥、标签和签名放在最后一个 URL 中。
于 2012-04-27T17:55:54.383 回答