バリエーションを抽象化したものを、親バリエーションと呼んでいます。親バリエーションのタイトル要素は、"Long Sleeve Classic Pocket Tee" のような名前になります。親ASINは抽象的な項目であるため購入の対象ではなく、出品情報とは関連付けられていません。次のリクエストでは、親バリエーションの ItemLookup でOffersレスポンスグループを使用します。
http://ecs.amazonaws.com/onca/xml? Service=AWSECommerceService& AWSAccessKeyId=[AWS アクセスキー ID]& Operation=ItemLookup& ItemId=B00006XYAB& IdType=ASIN& MerchantId=All& Condition=All ResponseGroup=ItemAttributes,Offers
次のレスポンスに示すように、出品情報は返されません。
<Item>
<ASIN>B00006XYAB</ASIN> <DetailPageURL>http://www.amazon.com/gp/redirect.html%3FASIN=B00006XYAB%26tag=ws%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/B00006XYAB%253FSubscriptionId=1V9M7E1ZATWETZDS6W82</DetailPageURL>
<ItemAttributes>
<Binding>Apparel</Binding>
<Brand>Eddie Bauer</Brand>
<Department>mens</Department>
<FabricType>leather</FabricType>
<Feature>Cotton.</Feature>
<Feature>Single chest pocket.</Feature>
<Feature>Side seamed to prevent twisting.</Feature>
<Feature>Coverstitched seams add strength.</Feature>
<ProductGroup>Apparel</ProductGroup>
<Title>LongSleeve Classic Pocket Tee</Title>
</ItemAttributes>
<OfferSummary>
<TotalNew>0</TotalNew>
<TotalUsed>0</TotalUsed>
<TotalCollectible>0</TotalCollectible>
<TotalRefurbished>0</TotalRefurbished>
</OfferSummary>
<Offers>
<TotalOffers>0</TotalOffers>
<TotalOfferPages>0</TotalOfferPages>
</Offers>
</Item>