OfferFull Response Group

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 as well as:

[Note]Note

Not all sellers or merchants will have this data.

Relevant Operations

Operations that can use this response group include:

Response Elements

The following table describes the elements returned by OfferFull.

OfferFull also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.

Parent Response Group

The following response groups are parent response groups of OfferFull.

  • None

Child Response Group

The following response groups are child response groups of OfferFull.

Sample REST Use Case

The following request was used to illustrate the XML response elements returned by OfferFull.

http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=ItemSearch&
Condition=All&
SearchIndex=Books&
Title=Harry%20Potter&
ResponseGroup=OfferFull&
Version=2008-08-19
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]

Sample Response Snippet

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>
        <MerchantId>ATVPDKIKX0DER</MerchantId>
        <Name>Amazon.com</Name>
        <GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage>
      </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>