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>
Submit feedback about this site to: