简体   繁体   中英

Finding related images in the Amazon Product Advertising API

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.

like this one http://www.amazon.co.uk/gp/product/B004SGLDM6/ref=s9_simh_gw_p21_d0_g21_i1?pf_rd_m=A3P5ROKL5A1OLE&pf_rd_s=center-2&pf_rd_r=179Q3KXHNZGJQSHFBGZ3&pf_rd_t=101&pf_rd_p=467128533&pf_rd_i=468294

First of all, I assume you are using the Product Advertising API . If so, then you would need to ask for the Images Response Group

An example request would be:

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

You would obviously need to put your key, tag, and signature in that last URL.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM