TDV Adapter for eBay

Build 22.0.8462

DefaultCategoryTreeId

Retrieve the default category tree reference for a specific eBay marketplace.

Table Specific Information

Select

The adapter will use the eBay API to process WHERE clause conditions built with the following column and operator. The MarketplaceId is required to make a request and the rest of the filter is executed client-side within the adapter.

  • MarketplaceId supports the '=' comparison.
For example:
    SELECT * FROM DefaultCategoryTreeId WHERE MarketplaceId='EBAY_US'
	

Columns

Name Type Description
CategoryTreeId String The unique identifier of the eBay category tree for the specified marketplace.
CategoryTreeVersion String The version of the category tree identified by categoryTreeId.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
MarketplaceId String The ID of the eBay marketplace for which the category tree ID is being requested.

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