Returning All Offers
Amazon returns offers for new and used items. The Small response group, and all of its parent response
groups, return a link that displays all new and used offers for the item in the response. The link is similar
to the following.
http://www.amazon.com/gp/offer-listing/B000IHL51S%3FSubscrip
tionId%3D1C36YNE9WHA6T34ADP
EXAMPLECode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB000IHL51S
Returning More Information About the Offer
Perhaps you want to display more than just the cheapest offer of an item in each condition. In this case,
you would use the Offers response group.
The following response snippet shows the data included for a single offer.
<Offer>
<OfferAttributes>
<Condition>Used</Condition>
</OfferAttributes>
<OfferListing>
<OfferListingId>f0ctUVF4LATNxeVdXAj5g0j3UbEE%2B1gm%2Fy3ZNjJ%2Brxg
GUqPn%2FNy%2BqBcVFoVLQWAugwljO5Zt9zqm865o%2BTk3zGIGDF5oWog
FW7frgBq77QgTs%2Baxm%2B2gLQ%3D%3D
</OfferListingId>
<Price>
<Amount>21995</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$219.95</FormattedPrice>
</Price>
<Availability>Usually ships in 1 2 business days
</Availability>
<IsEligibleForSuperSaverShipping>0
</IsEligibleForSuperSaverShipping>
</OfferListing>
</Offer>
If you want more information about the vendor than is included in the Offers response group, use the
OfferFull response group. That response group adds to the Offers response the:
• Merchant's name
• Merchant's nickname
Providing Price Ranges for Product Categories
You can use the SearchBins response group to return the price ranges of items for sale in a specified
product category.. The following response to an
ItemSearch (p. 196)
request shows how the SearchBins
response group can provide price ranges.
<SearchBinSets>
<SearchBinSet NarrowBy="PriceRange">
<Bin>
API Version 2011-08-01
127
Product Advertising API Developer Guide
Returning Prices