OfferListings Response Group

Description

The OfferListings response group returns the OfferListings for items returned in the response. The values returned are similar to those returned by the Offers response group minus the values returned by the Offer Summary response group.

REST Sample Response and Request

Sample Response (REST)

<Item>
   <ASIN>B000AYGDIO</ASIN>
   <Offers>
      <TotalOffers>18</TotalOffers>
      <TotalOfferPages>2</TotalOfferPages>
      <Offer>
         <Seller>
            <SellerId>A43VGTGXZ8ZI6</SellerId>
            <AverageFeedbackRating>4.9</AverageFeedbackRating>
            <TotalFeedback>300</TotalFeedback>
         </Seller>
         <OfferAttributes>
            <Condition>New</Condition>
            <SubCondition>new</SubCondition>
            <ConditionNote>
               Brand new, unopened and complete in the retail box.
            </ConditionNote>
         </OfferAttributes>
         <OfferListing>
            <OfferListingId>
               pBmLD7%2F4J7zqIMjOLpQI5pkO774zf%2BsvrzbG4JR92xLmC%
            </OfferListingId>
            <ExchangeId>Y01Y4632798Y1053687</ExchangeId>
            <Price>
               <Amount>24700</Amount>
               <CurrencyCode>USD</CurrencyCode>
               <FormattedPrice>$247.00</FormattedPrice>
            </Price>
            <Availability>Usually ships in 1-2 business days</Availability>
            <IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping>
         </OfferListing>
      </Offer>
      <!-- 9 ADDITIONAL OFFERS -->
   </Offers>
</Item>

The Request that Generated the Response (REST)

http://webservices.amazon.com/onca/xml?Service=AWSECommerceService
    &AWSAccessKeyId=[Your Access Key ID Here]
    &AssociateTag=[Your Associate ID Here]
    &Operation=ItemSearch
    &Keywords=sports
    &ResponseGroup=OfferListings