eBay Trading APIVersion 1349
 

ProductCreationEnabledCodeType ( token )

Values indicate whether product creation is enabled, disabled or required for a category.

Types that use ProductCreationEnabledCodeType:

Call that uses one or more values of ProductCreationEnabledCodeType:

Enumeration Values

Value Description
CustomCode Reserved for internal or future use.
Disabled Product creation is not supported for the category. AddItem family calls can still list with product.
Enabled Product Creation is supported for the category. AddItem family calls can still list with product but can go through new product creation flow.
Required Product Creation is required for the category. AddItem family calls have to list with a product. If no product exists can go through new product creation flow.
  * See the Enumeration Index to see exact use of each enumeration value in the API.