PromotionDetails Response Group
The PromotionDetails response group returns detailed information about promotions (if any) related to items in a response. Included is information about the merchant offering the promotion, claim codes for the promotion, allowed promotion combinations, the type of promotion, beginning and ending dates of the promotion, the promotion ID, eligibility requirements, and text that describes the specifics of the promotion. A subset of this information is returned by the PromotionSummary response group.
A request that uses PromotionDetails must also include one of the following response groups:
-
Large
-
OfferFull
-
Offers
An error is returned if PromotionDetails is not accompanied by one of these response groups in the request.
Relevant Operations
Operations that can use this response group include:
-
ItemLookup
-
ItemSearch
-
ListLookup
-
SimilarityLookup
Response Elements
The following table describes and shows the parentage of the elements returned by PromotionDetails.
All of the elements in the following table, except Promotions, Promotion, and Details, are children of Promotions/Promotion/Details.
PromotionDetails also returns the elements that all response groups return, which described in Elements Common to All Response Groups.
Parent Response Group
The following response groups are parent response groups of PromotionDetails.
-
None
Child Response Group
The following response groups are children response groups of PromotionDetails.
-
None
Sample REST Use Case
The following request was used to illustrate the XML response elements returned by PromotionDetails.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
Operation=ItemLookup&
ContentType=text/xml&
AWSAccessKeyId=[AWS Access Key ID]
&
ItemId=B000AQSMPO&
IdType=ASIN&
ResponseGroup=Offers,PromotionDetails&
Version=2008-08-19
Sample Response Snippet
The following response snippet shows the elements returned by PromotionDetails.
<Promotions> <Promotion> <Details> <MerchantId>ATVPDKIKX0DER</MerchantId> <OwningMerchantId>ATVPDKIKX0DER</OwningMerchantId> <PromotionId>A2QIQTNOFYRK5N</PromotionId> <PromotionCategory>BuyAmountXGetAmountOffX</PromotionCategory> <GroupClaimCode>AUGSAVER</GroupClaimCode> <CouponCombinationType>Unrestricted</CouponCombinationType> <StartDate>2006 08 01 07:00:00 GMT</StartDate> <EndDate>2006 09 01 06:59:59 GMT</EndDate> <TermsAndConditions><STRONG>To receive the Best Value discount:</STRONG> <OL> <LI>Add $125 of qualifying Kitchen & Housewares or Bed & Bath products to your Shopping Cart via the <STRONG>Add to Shopping Cart</STRONG> button on each respective product information page. <LI>At checkout, enter the promotional code and click the <STRONG>Apply</STRONG> button. <LI>The amount of the Best Value savings ($25) will be reflected on the final order checkout page. <LI>If you remove any of the participating promotion items from your Shopping Cart or violate any of the terms and conditions listed below, the promotion will be invalid, and the discount will be removed from the order. <LI>If you return any of the items involved in the promotion, the discount previously applied to the order will be subtracted from the return credit. </LI></OL><BR><STRONG>Terms and Conditions:</STRONG> <UL> <LI>Promotional offer valid for a limited time only. Items placed in Shopping Cart overnight may not be eligible for promotion at time of checkout. <LI>Promotion applies only to qualifying items displaying the offer message on their product information pages. Items that do not display the offer message do not qualify, regardless of the nature of the item. All All Clad, Calphalon, Capresso, Emerilware, Le Creuset, Orrefors, Kosta Boda, J.A. Henckels, Wusthof, Riedel, Marquis, Shun, Komachi, Waterford, Weber, Tassimo, Margaritaville, DKNY, Tommy Hilfiger, Nautica, Oscar by Oscar de Larenta, Cath Kidston, Raymond Waites, and KitchenAid Proline products are excluded from this offer <LI>All Furniture & Decor and Outdoor Living products are excluded from this offer. <LI>Applies only to products sold by the merchant indicated in the promotional offer message. Does not apply to items sold by other merchants on the Amazon.com Web site. For example, where the promotional offer applies to items offered by Amazon.com, items offered by other merchants on the Amazon.com Web site (e.g. Land's End, Target, etc.) do not qualify. <LI>Does not apply to any products purchased in Amazon.com's other sites, including Amazon.co.uk, Amazon.de, Amazon.fr, or Amazon.co.jp, or in Marketplace, zShops, or Auctions. <LI>Unless the offer message indicates otherwise, the promotional offer applies to the lowest priced qualifying item(s) <LI>Applies only when all qualifying and benefit products in the promotion are purchased in one order. <LI>Applies only to complete orders shipping to a single address that meet all other promotional requirements. <LI>Offer good while supplies last. <LI>No substitutions or rain checks. <LI>Offer must be redeemed through the Shopping Cart. Does not apply to orders placed with 1 Click. <LI>Shipping and handling charges apply to all products, including bonus items. <LI>Offer may not be combined with other offers, including promotional certificates. <LI>Void where prohibited. </LI></UL></TermsAndConditions> <EligibilityRequirements> <EligibilityRequirement> <EligibilityRequirementType>MinPurchase</EligibilityRequirementType> <CurrencyAmount> <Amount>12500</Amount> <CurrencyCode>USD</CurrencyCode> <FormattedPrice>$125.00</FormattedPrice> </CurrencyAmount> </EligibilityRequirement> </EligibilityRequirements> <Benefits> <Benefit> <BenefitType>FixedAmountOff</BenefitType> <ComponentType>ItemPrice</ComponentType> <FixedAmount> <Amount>2500</Amount> <CurrencyCode>USD</CurrencyCode> <FormattedPrice>$25.00</FormattedPrice> </FixedAmount> </Benefit> </Benefits> <ItemApplicability> <ASIN>B000AQSMPO</ASIN> <IsInBenefitSet>true</IsInBenefitSet> <IsInEligibilityRequirementSet>true</IsInEligibilityRequirementSet> </ItemApplicability> </Details> </Promotion> </Promotions>