DefaultCategoryTreeId
Retrieve the default category tree reference for a specific eBay marketplace.
Table Specific Information
Select
The add-in 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 add-in.
- MarketplaceId supports the '=' comparison.
SELECT * FROM DefaultCategoryTreeId WHERE MarketplaceId = 'EBAY_US'
Columns
Name | Type | Description |
CategoryTreeId [KEY] | 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. |