TDV Adapter for eBay

Build 22.0.8462

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the adapter beyond simple SELECT/INSERT/UPDATE/DELETE operations with eBay.

Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from eBay, along with an indication of whether the procedure succeeded or failed.

eBay Adapter Stored Procedures

Name Description
AddItem Create and publish a new Item Listing on an eBay site.
CompleteSale.rsb This service does not define any meta-information (see the keyword rsb:info in RSBScript guide). Please encourage the administrator of this service to describe the API of this service. Simple meta-information not only clarifies the usage but also facilitates calling the service using software tools.
CreateInventoryTask This procedure creates an inventory-related download task for a specified feed type with optional filter criteria.
CreateOrderTask This procedure creates an order download task with filter criteria for the order report.
GetOAuthAccessToken Gets the OAuth access token from eBay.
GetOAuthAuthorizationURL Gets the eBay authorization URL. Access the URL returned in the output in an Internet browser. This requests the access token that can be used as part of the connection string to eBay.
GetResultFile This procedure retrieves the generated file that is associated with the specified task ID. The response of this call is a compressed or uncompressed CSV, XML, or JSON file, with the applicable file extension (for example: csv.gz).
RefreshOAuthAccessToken Refreshes the OAuth access token used for authentication with EBay.
SetUserNotes Add, replace, and delete My eBay notes for items that are being tracked in the My eBay Selling and Buying areas.
UploadFile Uploads a file to the EBay account.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462