eBay Trading APIVersion 1349
 

ProductIdentiferEnabledCodeType ( token )

This enumeration type contains the values that may be returned in the EANEnabled, ISBNEnabled, and UPCEnabled fields at the site level (SiteDefaults container) and category level (Category nodes) to indicate which sites and categories support, require, or do not support the use of product identifiers to help create a listing.

Types that use ProductIdentiferEnabledCodeType:

Call that uses one or more values of ProductIdentiferEnabledCodeType:

Enumeration Values

Value Description
CustomCode This value is for future use.
Disabled This enumeration value indicates that a product identifier (EAN, ISBN, UPC) may not be used to help create a listing. If returned at the site level (SiteDefaults container), most categories on the site (specified in the X-EBAY-API-SITEID) do not support the use of product identifiers. If returned at the category level (Category nodes), that specific category does not support the use of product identifiers.
Enabled This enumeration value indicates that a product identifier (EAN, ISBN, UPC) may be used to help create a listing. If returned at the site level (SiteDefaults container), most categories on the site (specified in the X-EBAY-API-SITEID) support the use of product identifiers. If returned at the category level (Category nodes), that specific category supports the use of product identifiers.
Required This enumeration value indicates that a product identifier (EAN, ISBN, UPC) is required when creating a listing. If returned at the site level (SiteDefaults container), most categories on the site (specified in the X-EBAY-API-SITEID) require the use of product identifiers. If returned at the category level (Category nodes), that specific category requires the use of product identifiers when creating a listing.
  * See the Enumeration Index to see exact use of each enumeration value in the API.