Small レスポンスグループは、商品に関する基本的な情報を返します。商品の ASIN、DetailPageURL、タイトル、商品グループ、著者などの情報です。
このレスポンスグループは、主に、ItemLookup, ItemSearch または SimilarityLookup とともに使い、商品に関する基本的な情報を返します。
次の表では、Small によって返される要素について説明しています。
Small は、全てのレスポンスグループに共通のレスポンス要素に示されている、全てのレスポンスグループが返す要素も返します。
次のレスポンスグループは、Small の子レスポンスグループです。
なし
次のリクエストを使用して、Small によって返される XML レスポンス要素を説明しています。
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKey=[AWS アクセスキー ID]
&
Operation=ItemSearch&
Condition=All&
SearchIndex=Blended&
Keywords=Mustan&
Merchant=All&
ResponseGroup=Small&
Version=2008-08-19
次のレスポンス例は、Small で返される要素をまとめたものです。
<CorrectedQuery> <Keywords>mustang</Keywords> <Message>We found no matches for (keywords=Mustan). Below are results for (keywords=mustang).</Message> </CorrectedQuery> <Item> <ASIN>B0002Y69UO</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=B0002Y69UO%2526tag=ws%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/B0002Y69UO%25253FSubscriptionId=1V9M7E1ZATWETZDS6W82</DetailPageURL> <ItemAttributes> <Actor>America's Favorite Cars</Actor> <ProductGroup>DVD</ProductGroup> <Title>America's Favorite Cars - The Complete Mustang 40th Anniversary</Title> </ItemAttributes> </Item>
ここでは Keywords の値 Mustan はスペルミスと判断されています。代わりに Mustang をキーワードとした検索結果が返されています。