EBay API

The eBay API is the heart of the an Application programming interface for interacting directly with the eBay database. The communication occurs over the Internet with in the XML format. Using the API, the application can provide a custom interface, functionality and specialized operations that is not otherwise afforded by the eBay interface.

Functionalities

With the eBay API, developers can create programs that can

  • Display eBay listings
  • Get high-bidder information for sold items
  • Get the current list of eBay categories
  • Leave feedback AbOUT other users when finishing a commerce transaction
  • Retrieve lists of items a particular user is currently selling
  • Retrieve lists of items a particular user has bid
  • Submit items for listing on eBay
  • View information about items listed on eBay

As the API does not dependent on the eBay User Interface, it makes it possible to create stable, custom functionality and interfaces that meet business needs.

See also

  • eBay