• None
Sample REST Use Case
All locales.
http://ecs.amazonaws.jp/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=
[AWS Access Key ID]
&
Operation=ItemSearch&Keywords=Fable&
SearchIndex=Blended&
ResponseGroup=EditorialReview&
Version=2011-08-01
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
Sample Response Snippet
The following response snippet shows the elements returned by EditorialReview.
<EditorialReviews>
<EditorialReview>
<Source>From Amazon.com</Source>
<Content>Considered by many to be the last great musical comedy, then the
rest of the review continues here.
</Content>
</EditorialReview>
</EditorialReviews>
Images Response Group
The Images response group returns the URLs to all available images of an item in three sizes: small,
medium, and large. For example, if a blender is for sale and there are four images of it, this response
group returns the URLs of twelve images: four images, each in three sizes.
In addition to returning the URLs of the images, the response groups also returns the height and width
dimensions of each image. Use these values to help you display the images correctly.
Relevant Operations
Operations that can use this response group include:
•
ItemLookup (p. 189)
•
ItemSearch (p. 196)
•
SimilarityLookup (p. 206)
Response Elements
The following table describes the elements returned by the Images response group.
•
Height (p. 303)
•
LargeImage (p. 305)
API Version 2011-08-01
231
Product Advertising API Developer Guide
Images Response Group