eBay Trading APIVersion 1349
 

ClassifiedAdBestOfferEnabledCodeType ( token )

Enumerated type that defines the values used to indicate whether Best Offers for the Classified Ad listing format are enabled/disabled for all/most of a site's categories (SiteDefaults.ClassifiedAdBestOfferEnabled), or enabled/required/disabled for a specific eBay category (Category.ClassifiedAdBestOfferEnabled).

Types that use ClassifiedAdBestOfferEnabledCodeType:

Call that uses one or more values of ClassifiedAdBestOfferEnabledCodeType:

Enumeration Values

Value Description
CustomCode Reserved for internal or future use.
Disabled This value indicates that Classified Ad Best Offer feature is disabled for all/most of a site's categories (if returned in the SiteDefaults.ClassifiedAdBestOfferEnabled field), or disabled for a specific category (if returned in the Category.ClassifiedAdBestOfferEnabled field).
Enabled This value indicates that Classified Ad Best Offer feature is enabled for all/most of a site's categories (if returned in the SiteDefaults.ClassifiedAdBestOfferEnabled field), or enabled for a specific category (if returned in the Category.ClassifiedAdBestOfferEnabled field).
Required This value indicates that Classified Ad Best Offer feature is required for a specific category (if returned in the Category.ClassifiedAdBestOfferEnabled field). This value is not applicable at the site level (SiteDefaults container).
  * See the Enumeration Index to see exact use of each enumeration value in the API.