eBay Trading APIVersion 1349
 

Categorized Call Index

Go to Full Index page.

This Categorized Call Index contains links to groups of related Trading API calls.

Call Category Summary
Standard Listing Calls The calls in this group are used to add, revise, relist, get, or end eBay listings. There are also calls in this group to revise inventory quantity for a fixed-priced listing, to upload pictures to the listing, and to retrieve items that you are currently bidding on or have won/purchased.
Order Management Calls The calls in this group are used to retrieve the seller's orders and to perform other post-order tasks such as marking an item as shipped, providing shipment tracking information to the buyer, providing feedback to the buyer, updating the status of an order, and updating the buyer's shipping address.
Special Offer and Listing Calls The calls in this group are used to place an offer on a listing, to create a Second-Chance Offer, to get and respond to Best Offers, and to retrieve buyer interest leads for classified ads.
Buyer/Seller Communication Calls The calls in this group are used to communicate with other eBay members, to set and get eBay messaging preferences, to manage My Messages, to get, leave, and respond to feedback, and to create and manage PayPal Purhcase Protection disputes.
eBay Metadata Calls The calls in this group are used to retrieve eBay site-specific (e.g. GeteBayDetails), eBay category-specific (e.g. GetCategoryFeatures, or eBay listing-specific (e.g. GetItemShipping) metadata.
eBay User Account Calls The calls in this group are used to retrieve detailed information on a user's account, to retrieve detailed buying and selling activity, to set and get current account settings and preferences, to set and get eBay platform notifications, and to perform various other tasks related to a user's account.
eBay Stores Calls The calls in this group are used to retrieve eBay Store settings, and to manage eBay Store categories.


Standard Requester Credentials for Making Calls

The prototypes and tables do not include the RequesterCredentials container and fields. For example, the input sections do not include eBayAuthToken. For information about authenticating requests, please refer to the guide for the API or SDK you are using. If you are using the Trading API, pass the RequesterCredentials node in the request XML as in the snippet below for most XML requests (exceptions are FetchToken and GetSessionID). In SOAP requests, pass the token and the RequesterCredentials in the SOAP header. See the Standard Data for All Calls topic for more information and examples.

<RequesterCredentials>
  <eBayAuthToken>string</eBayAuthToken>
</RequesterCredentials>