eBay Trading APIVersion 1305
 

Special Offer and Listing Call Index

This Call Reference describes the elements and attributes for each Special Offer and Listing call below.

The details in this Call Reference apply if you are developing applications with the Trading WSDL or Trading Schema (XSD) file, or if you are using one of the eBay SDKs. If you are using an SDK, note that there can be differences between the calls outlined in this reference and the calls in the SDK. For details, see eBay SDKs.

For the original alphabetical Call Index page, go here.



Second Chance Item Calls | Best Offer Calls | Miscellaneous Special Listing Calls |

Call Summary Samples

Second Chance Item Calls

AddSecondChanceItem Creates a new Second Chance Offer (that is, an offer for an unsold item) for one of that item's non-winning bidders. view
VerifyAddSecondChanceItem Simulates the creation of a new Second Chance Offer listing of an item without actually creating a listing. view

Best Offer Calls

GetBestOffers Retrieves best offers. view
RespondToBestOffer This call enables the seller to accept or decline a buyer's Best Offer on an item, or make a counter offer to the buyer's Best Offer. Guide only

Miscellaneous Special Listing Calls

PlaceOffer Enables the authenticated user to to make a bid, a Best Offer, or a purchase on the item specified by the ItemID input field. view
AddTransactionConfirmationItem Ends an eBay Motors listing and creates a new Transaction Confirmation Request (TCR) for the item. view
GetAdFormatLeads Retrieves sales lead information for a lead generation listing. view


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 Standard Data for All Calls for fuller examples and information, including a SOAP example.

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