DefaultCategoryTreeId
Retrieve the default category tree reference for a specific eBay marketplace.
Table Specific Information
Select
The connector 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 connector.
- 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
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
MarketplaceId | String | The ID of the eBay marketplace for which the category tree ID is being requested. |