eBay Stores Call Index
This Call Reference describes the elements and attributes for each eBay Stores 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.
Call | Summary | Samples |
---|---|---|
GetStore | Retrieves configuration information for the eBay store owned by the specified UserID, or by the caller. | view |
GetStoreCategoryUpdateStatus | Returns the status of the processing for category-structure changes specified with a call to SetStoreCategories. | view |
SetStoreCategories | Changes the category structure of an eBay store. | 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>