| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The OfferFull response group returns comprehensive information about an offer. OfferFull is a parent response group that returns the results of the Offers response group.
Note
Not all merchants will have this data.
This response group is not returned for Amazon Kindle digital books. An Amazon Kindle ASIN can be verified through the Binding, Format, and ProductTypeName response elements.
Operations that can use this response group include:
The following table describes the elements returned by OfferFull.
OfferFull also returns the elements that all response groups return, as described in Elements Common to All Response Groups.
The following response groups are parent response groups of OfferFull.
None
The following request illustrates the XML response elements returned by OfferFull.
http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=ItemSearch&
Condition=All&
SearchIndex=Books&
Title=Harry%20Potter&
ResponseGroup=OfferFull&
Version=2011-08-01
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
The following response snippet shows the elements returned by OfferFull.
<Item>
<ASIN>0439682584</ASIN>
<OfferSummary>
<LowestNewPrice>
<Amount>2580</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$25.80</FormattedPrice>
</LowestNewPrice>
<LowestUsedPrice>
<Amount>1599</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$15.99</FormattedPrice>
</LowestUsedPrice>
<LowestCollectiblePrice>
<Amount>2580</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$25.80</FormattedPrice>
</LowestCollectiblePrice>
<TotalNew>40</TotalNew>
<TotalUsed>16</TotalUsed>
<TotalCollectible>3</TotalCollectible>
<TotalRefurbished>0</TotalRefurbished>
</OfferSummary>
<Offers>
<TotalOffers>0</TotalOffers>
<TotalOffers>1</TotalOffers>
<TotalOfferPages>0</TotalOfferPages>
<TotalOfferPages>1</TotalOfferPages>
<Offer>
<Merchant>
<Name>Amazon.com</Name>
</Merchant>
<OfferAttributes>
<Condition>New</Condition>
</OfferAttributes>
<OfferListing>
<OfferListingId>cMVuIFx8kiYSgRIJXiCzKZZyylwztVSAYV8vCo2OxHS8L9SB7lwho8fK6CxYkmdDPy8thFzm30Y%3D</OfferListingId>
<Price>
<Amount>2580</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$25.80</FormattedPrice>
</Price>
<Availability>Usually ships in 24 hours</Availability>
<IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping>
</OfferListing>
</Offer>
</Offers>
</Item>