Product Advertising API
Developer Guide (API Version 2011-08-01)
Print this pageEmail this pageGo to the ForumsView the PDFShare this page on TwitterShare this page on FacebookBookmark this page on DeliciousSubmit this page to RedditSubmit this page to DiggDid this page help you?  Yes  No   Tell us about it...

Offer Summaries

The OfferSummary response group returns summary information about offers, including:

  • Total number of offers per condition

  • Lowest price per condition

For example, the following response snippet shows the lowest prices for an item in New and Used condition.

<OfferSummary>
  <LowestNewPrice>
    <Amount>801</Amount>
    <CurrencyCode>USD</CurrencyCode>
    <FormattedPrice>$8.01</FormattedPrice>
  </LowestNewPrice>
  <LowestUsedPrice>
    <Amount>799</Amount>
    <CurrencyCode>USD</CurrencyCode>
    <FormattedPrice>$7.99</FormattedPrice>
  </LowestUsedPrice>
  <TotalNew>45</TotalNew>
  <TotalUsed>20</TotalUsed>
  <TotalCollectible>0</TotalCollectible>
  <TotalRefurbished>0</TotalRefurbished>
</OfferSummary>