Developers Program

Getting the list of best offers

Published: April 23 2015, 2:47:00 PMยทUpdated: August 24 2022, 2:26:15 AM

Products

Question

How can I get a list of best offers for all of my items?

Answer

Summary

You can a call to GetSellerEvents at a regular interval and it will return items that have a best offer. If the count changed since the last time you made the call, it implies that you have a new best offer. You get the details about the best offer for the item, you need to make a call to GetBestOffers with the ItemID.

Additionally, you can subscribe to the BestOffer notification event and get alerted when a best offer is made for your item.

Additional Information

Documentation:
GetSellerEvents http://developer.ebay.com/devzone/XML/docs/Reference/ebay/GetSellerEvents.html

GetBestOffers http://developer.ebay.com/devzone/XML/docs/Reference/ebay/GetBestOffers.html

Platform Notifications http://developer.ebay.com/Devzone/guides/ebayfeatures/Notifications/Notifications.html

How well did this answer your question?