ItemAttributes Response Group
All search indices can return all item attributes. The number of item attributes returned, however, varies by ASIN. Typically, ASINs within the same search index return the same item attributes. For example, you would expect the item attributes returned for an item in the "Books" search index to be different from those returned for an item in the "Camera and Photo" search index. But all items within a single search index do not necessarily return the same attributes. For that reason, it is impossible to predict exactly which item attributes will be returned in a response.
Relevant Operations
Operations that can use this response group include:
Response Elements
The following table describes the elements returned by ItemAttributes.
ItemAttributes also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
Parent Response Group
The following response groups are parent response groups of ItemAttributes.
-
None
Child Response Group
The following response groups are child response groups of ItemAttributes.
-
None
Sample REST Use Case
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]
&
Operation=ItemSearch&
Condition=All&
ResponseGroup=ItemAttributes&
SearchIndex=Blended&
Keywords=GodSmack&
Merchant=All&
Version=2008-08-19
Sample Response Snippet
The following response snippet shows the elements returned by ItemAttributes.
<Item> <ASIN>B000A2XB9U</ASIN> <DetailPageURL>http://www.amazon.com/exec/obidos/redirect?tag=ws%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=B000A2XB9U%2526tag=ws%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/B000A2XB9U%25253FSubscriptionId=1V9M7E1ZATWETZDS6W82</DetailPageURL> <ItemAttributes> <AudienceRating>NR (Not Rated)</AudienceRating> <Director>Lawrence Jordan (II)</Director> <Director>Daniel E. Catullo</Director> <EAN>0014381273229</EAN> <Format>Color</Format> <Format>Compilation</Format> <Format>NTSC</Format> <Languages> <Language> <Name>English</Name> <Type>Original Language</Type> </Language> </Languages> <ListPrice> <Amount>1999</Amount> <CurrencyCode>USD</CurrencyCode> <FormattedPrice>$19.99</FormattedPrice> </ListPrice> <NumberOfItems>1</NumberOfItems> <ProductGroup>DVD</ProductGroup> <ReleaseDate>2005-09-06</ReleaseDate> <RunningTime Units="minutes">131</RunningTime> <Studio>Image Entertainment</Studio> <TheatricalReleaseDate>2005-06-25</TheatricalReleaseDate> <Title>Rockin' the Corps</Title> <UPC>014381273229</UPC> </ItemAttributes> </Item>