简体   繁体   English

在Amazon Product Advertising API中查找相关图像

[英]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 像这样的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=179Q3KXHNZGJ_PF_rd_pf_rd_pf_rd_pf_294_pf_rd_pf_294_pf_rd_pf_294_pf_rd_pf_294_pf_rd_pf_294_pf_rd_fp=rd_m

First of all, I assume you are using the Product Advertising API . 首先,假设您正在使用产品广告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. 您显然需要将密钥,标记和签名放在最后一个URL中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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