ItemConditionPolicies
Returns item condition policy metadata for each category on the specified marketplace, with one row per category.
Columns
| Name | Type | Description |
| CategoryId [KEY] | String | The unique identifier of the eBay leaf category. |
| CategoryTreeId | String | The unique identifier of the category tree. |
| ItemConditionRequired | Boolean | If true, you must specify an item condition when listing items in this category. |
| ItemConditions | String | An aggregated array of all valid item conditions for this category, including condition IDs and descriptions. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.
| Name | Type | Description |
| MarketplaceId | String | The eBay marketplace for which policy information is retrieved. |
| Filter | String | Limits the response by returning metadata for specified leaf categories only. Format: categoryIds:{catId1|catId2|catId3}. Maximum 50 category IDs. |