The VariationOffers response group enables you to retrieve the offers for the children of a parent ASIN. VariationOffers is similar to the Variations response group, however, item attributes are not returned for the individual variations.Variations is the parent response group of VariationOffers.
The following table describes the elements returned by VariationOffers. In the Ancestry column, In the Ancestry column, the elements on the left side of a slash mark are the parents of the elements on the right side of the slash mark.
VariationOffers also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
The following response groups are parent response groups of VariationOffers.
The following response groups are child response groups of VariationOffers.
None
The following request was used to illustrate the XML response elements returned by VariationOffers.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=ItemSearch&
ItemId=B000P4VW1M&
MerchantId=All&
Condition=All&
ResponseGroup=VariationOffers&
Version=2008-01-01The following response snippet shows the elements returned by VariationOffers.
<Item>
<ASIN>B000P4VW1M</ASIN>
<VariationSummary>
<LowestPrice>
<Amount>12900</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$129.00</FormattedPrice>
</LowestPrice>
<HighestPrice>
<Amount>12900</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$129.00</FormattedPrice>
</HighestPrice>
<SingleMerchantId>ATVPDKIKX0DER</SingleMerchantId>
</VariationSummary>
<Variations>
<TotalVariations>5</TotalVariations>
<TotalVariationPages>1</TotalVariationPages>
<Item>
<ASIN>B000N637Y2</ASIN>
<Offers>
<Offer>
<Merchant>
<MerchantId>ATVPDKIKX0DER</MerchantId>
<Name>Amazon.com</Name>
<AverageFeedbackRating>0.0</AverageFeedbackRating>
<TotalFeedback>0</TotalFeedback>
</Merchant>
<OfferAttributes>
<Condition>New</Condition>
<SubCondition>new</SubCondition>
</OfferAttributes>
<OfferListing>
<OfferListingId>ct%2FbvUK%2F9aRAxMyfX4EnsglyWuwchEGTLsR7xZwnrRt9AwU%2Fe4yKOeVDEIdVSBUhrBFoR4VZWR1aUBZX%2FhzSDQ%3D%3D</OfferListingId>
<Price>
<Amount>12900</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$129.00</FormattedPrice>
</Price>
<AmountSaved>
<Amount>28428</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$284.28</FormattedPrice>
</AmountSaved>
<PercentageSaved>69</PercentageSaved>
<Availability>In stock soon. Order now to get in line. First come, first served.</Availability>
<AvailabilityAttributes>
<AvailabilityType>unknown</AvailabilityType>
<MinimumHours>672</MinimumHours>
<MaximumHours>1008</MaximumHours>
</AvailabilityAttributes>
<IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping>
</OfferListing>
</Offer>
</Offers>
</Item>