ConditionEnabledCodeType ( token )
Enumerated type that defines the values used to indicate whether Condition IDs are enabled/disabled for all/most of a site's categories (SiteDefaults.ConditionEnabled), or enabled/required/disabled for a specific eBay category (Category.ConditionEnabled).
Types that use ConditionEnabledCodeType:
Call that uses one or more values of ConditionEnabledCodeType:
Enumeration Values
Value | Description |
CustomCode | Reserved for internal or future use. |
Disabled | This value indicates that Condition IDs are disabled for all/most of a site's categories (if returned in the SiteDefaults.ConditionEnabled field), or disabled for a specific category (if returned in the Category.ConditionEnabled field). |
Enabled | This value indicates that Condition IDs are enabled for all/most of a site's categories (if returned in the SiteDefaults.ConditionEnabled field), or enabled for a specific category (if returned in the Category.ConditionEnabled field). |
Required | This value indicates that Condition IDs are required for a specific category (if returned in the Category.ConditionEnabled field). This value is not applicable at the site level (SiteDefaults container). |