ItemConditions
Returns the item conditions supported by each category on the specified marketplace, with one row per condition 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. |
| ConditionId [KEY] | String | The ID of the item condition. Standard values include 1000 (New), 1500 (Open box), 2000 (Certified Refurbished), 2500 (Seller refurbished), 3000 (Used), 7000 (For parts or not working). |
| ConditionDescription | String | The human-readable label for the condition, such as New, Used, or Certified - Refurbished. This value is typically localized for each site. |
| ConditionHelpText | String | A detailed description of the condition denoted by the ConditionId and ConditionDescription. |
| Usage | String | Indicates usage restrictions for the condition. Currently, the only supported value is RESTRICTED, meaning the seller must be pre-approved to use this condition. Applies to Certified Refurbished and other refurbished conditions. |
| ConditionDescriptors | String | An aggregated array of condition descriptors for graded items such as trading cards. Contains descriptor IDs, names, constraints, and values. |
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. |