CategoryFeatureType
A container node that identifies a category that has one of the features specified in FeatureID (in GetCategoryFeaturesRequest).

Types that use CategoryFeatureType:

Call that uses one or more fields of CategoryFeatureType:

Fields

AdFormatEnabled ( AdFormatEnabledCodeType )
AttributeConversionEnabled ( AttributeConversionEnabledCodeType )
BasicUpgradePackEnabled ( boolean )
BestOfferAutoAcceptEnabled ( boolean )
BestOfferAutoDeclineEnabled ( boolean )
BestOfferCounterEnabled ( boolean )
BestOfferEnabled ( boolean )
BuyerGuaranteeEnabled ( boolean )
CategoryID ( string )
ClassifiedAdAutoAcceptEnabled ( boolean )
ClassifiedAdAutoDeclineEnabled ( boolean )
ClassifiedAdBestOfferEnabled ( ClassifiedAdBestOfferEnabledCodeType )
ClassifiedAdCompanyNameEnabled ( boolean )
ClassifiedAdContactByAddressEnabled ( boolean )
ClassifiedAdContactByEmailEnabled ( boolean )
ClassifiedAdContactByPhoneEnabled ( boolean )
ClassifiedAdCounterOfferEnabled ( boolean )
ClassifiedAdPaymentMethodEnabled ( ClassifiedAdPaymentMethodEnabledCodeType )
ClassifiedAdPayPerLeadEnabled ( boolean )
ClassifiedAdPhoneCount ( int )
ClassifiedAdShippingMethodEnabled ( boolean )
ClassifiedAdStreetCount ( int )
CombinedFixedPriceTreatmentEnabled ( boolean )
CrossBorderTradeAustraliaEnabled ( boolean )
CrossBorderTradeGBEnabled ( boolean )
CrossBorderTradeNorthAmericaEnabled ( boolean )
DutchBINEnabled ( boolean )
eBayMotorsProAdFormatEnabled ( AdFormatEnabledCodeType )
eBayMotorsProAutoAcceptEnabled ( boolean )
eBayMotorsProAutoDeclineEnabled ( boolean )
eBayMotorsProBestOfferEnabled ( ClassifiedAdBestOfferEnabledCodeType )
eBayMotorsProCompanyNameEnabled ( boolean )
eBayMotorsProContactByAddressEnabled ( boolean )
eBayMotorsProContactByEmailEnabled ( boolean )
eBayMotorsProContactByPhoneEnabled ( boolean )
eBayMotorsProCounterOfferEnabled ( boolean )
eBayMotorsProPaymentMethodCheckOutEnabled ( ClassifiedAdPaymentMethodEnabledCodeType )
eBayMotorsProPhoneCount ( int )
eBayMotorsProSellerContactDetailsEnabled ( boolean )
eBayMotorsProShippingMethodEnabled ( boolean )
eBayMotorsProStreetCount ( int )
ExpressConditionRequired ( boolean )
ExpressEnabled ( boolean )
ExpressPicturesRequired ( boolean )
FreeGalleryPlusEnabled ( boolean )
FreePicturePackEnabled ( boolean )
GalleryFeaturedDurations ( ListingEnhancementDurationReferenceType )
Group1MaxFlatShippingCost ( AmountType (double) )
Group2MaxFlatShippingCost ( AmountType (double) )
Group3MaxFlatShippingCost ( AmountType (double) )
HandlingTimeEnabled ( boolean )
HomePageFeaturedEnabled ( boolean )
INEscrowWorkflowTimeline ( INEscrowWorkflowTimelineCodeType )
ItemCompatibilityEnabled ( ItemCompatibilityEnabledCodeType )
ItemSpecificsEnabled ( ItemSpecificsEnabledCodeType )
ListingDuration ( ListingDurationReferenceType (int) )
LocalMarketAdFormatEnabled ( AdFormatEnabledCodeType )
LocalMarketAutoAcceptEnabled ( boolean )
LocalMarketAutoDeclineEnabled ( boolean )
LocalMarketBestOfferEnabled ( ClassifiedAdBestOfferEnabledCodeType )
LocalMarketCompanyNameEnabled ( boolean )
LocalMarketContactByAddressEnabled ( boolean )
LocalMarketContactByEmailEnabled ( boolean )
LocalMarketContactByPhoneEnabled ( boolean )
LocalMarketCounterOfferEnabled ( boolean )
LocalMarketNonSubscription ( boolean )
LocalMarketPaymentMethodCheckOutEnabled ( ClassifiedAdPaymentMethodEnabledCodeType )
LocalMarketPhoneCount ( int )
LocalMarketPremiumSubscription ( boolean )
LocalMarketRegularSubscription ( boolean )
LocalMarketSellerContactDetailsEnabled ( boolean )
LocalMarketShippingMethodEnabled ( boolean )
LocalMarketSpecialitySubscription ( boolean )
LocalMarketStreetCount ( int )
MaxFlatShippingCost ( AmountType (double) )
MaxItemCompatibility ( int )
MinimumReservePrice ( double )
MinItemCompatibility ( int )
NonSubscription ( GeographicExposureCodeType )
PaisaPayFullEscrowEnabled ( boolean )
PaymentMethod ( BuyerPaymentMethodCodeType )
PayPalBuyerProtectionEnabled ( boolean )
PayPalRequired ( boolean )
PayPalRequiredForStoreOwner ( boolean )
PremiumSubscription ( GeographicExposureCodeType )
ProPackEnabled ( boolean )
ProPackPlusEnabled ( boolean )
RegularSubscription ( GeographicExposureCodeType )
ReturnPolicyEnabled ( boolean )
RevisePriceAllowed ( boolean )
ReviseQuantityAllowed ( boolean )
SafePaymentRequired ( boolean )
SellerContactDetailsEnabled ( boolean )
ShippingTermsRequired ( boolean )
SkypeMeNonTransactionalEnabled ( boolean )
SkypeMeTransactionalEnabled ( boolean )
SpecialitySubscription ( GeographicExposureCodeType )
StoreInventoryEnabled ( boolean )
StoreOwnerExtendedListingDurations ( StoreOwnerExtendedListingDurationsType )
StoreOwnerExtendedListingDurationsEnabled ( boolean )
TransactionConfirmationRequestEnabled ( boolean )
UserConsentRequired ( boolean )
ValuePackEnabled ( boolean )
VariationsEnabled ( boolean )

AdFormatEnabled ( see AdFormatEnabledCodeType for possible values ) [0..1]
Indicates whether the Classified Ad format feature is enabled for this category.
See the Field Index to learn which calls use AdFormatEnabled.

AttributeConversionEnabled ( see AttributeConversionEnabledCodeType for possible values ) [0..1]
Indicates whether eBay has converted the category from ID-based attributes to custom Item Specifics. Only applicable to categories that previously supported ID-based attributes. If conversion is Enabled or Disabled, we recommend that you avoid rendering ID-based attributes and custom Item Specifics together for items in that category (to avoid displaying the same Item Specifics twice).

If conversion is Enabled or Disabled and the category is flagged as CatalogEnabled in GetCategory2CS, you can use GetItemRecommendations to retrieve product details in the custom Item Specifics format instead of using GetProductSellingPages to retrieve product details in the ID-based attributes format.

With version 607 and lower, categories with attribute conversion Enabled or Disabled do not return recommendations in GetCategorySpecifics.
See the Field Index to learn which calls use AttributeConversionEnabled.

BasicUpgradePackEnabled ( boolean ) [0..1]
Not applicable to any site. Indicated whether the Basic Upgrade Pack bundle feature was enabled for this category. Formerly, Australia site (site ID 15, abbreviation AU) only.
See the Field Index to learn which calls use BasicUpgradePackEnabled.

BestOfferAutoAcceptEnabled ( boolean ) [0..1]
Indicates whether the category supports setting a price at which best offers are automatically accepted. Returned only if this category overrides the site default.
See the Field Index to learn which calls use BestOfferAutoAcceptEnabled.

BestOfferAutoDeclineEnabled ( boolean ) [0..1]
Indicates whether auto decline for best offers is allowed for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use BestOfferAutoDeclineEnabled.

BestOfferCounterEnabled ( boolean ) [0..1]
Indicates whether counter offers are allowed on best offers for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use BestOfferCounterEnabled.

BestOfferEnabled ( boolean ) [0..1]
Indicates whether best offers is allowed for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use BestOfferEnabled.

BuyerGuaranteeEnabled ( boolean ) [0..1]
For the Australia site, if both PayPalBuyerProtectionEnabled and BuyerGuaranteeEnabled are returned, then buyer protection is allowed for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use BuyerGuaranteeEnabled.

CategoryID ( string ) [0..1]
Specifies the identifier of the category that has the feature.
See the Field Index to learn which calls use CategoryID.

ClassifiedAdAutoAcceptEnabled ( boolean ) [0..1]
Indicates whether the category supports setting a price at which best offers are automatically accepted for Classified Ads. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ClassifiedAdAutoAcceptEnabled.

ClassifiedAdAutoDeclineEnabled ( boolean ) [0..1]
Indicates whether automatic decline for best offers for Classified Ad listings is allowed for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ClassifiedAdAutoDeclineEnabled.

ClassifiedAdBestOfferEnabled ( see ClassifiedAdBestOfferEnabledCodeType for possible values ) [0..1]
Indicates if Best offer is enabled for Classified Ad listings. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ClassifiedAdBestOfferEnabled.

ClassifiedAdCompanyNameEnabled ( boolean ) [0..1]
Indicates whether this category supports including a company name in the seller's contact information. This element is for For Sale By Owner listings. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ClassifiedAdCompanyNameEnabled.

ClassifiedAdContactByAddressEnabled ( boolean ) [0..1]
Indicates whether this category supports including an address in the seller's contact information. This element is for For Sale By Owner listings. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ClassifiedAdContactByAddressEnabled.

ClassifiedAdContactByEmailEnabled ( boolean ) [0..1]
Indicates whether the category supports email as a contact method. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ClassifiedAdContactByEmailEnabled.

ClassifiedAdContactByPhoneEnabled ( boolean ) [0..1]
Indicates whether the telephone is supported as a contact method for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ClassifiedAdContactByPhoneEnabled.

ClassifiedAdCounterOfferEnabled ( boolean ) [0..1]
Indicates whether counter offers are allowed on Classified Ad listings for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ClassifiedAdCounterOfferEnabled.

ClassifiedAdPaymentMethodEnabled ( see ClassifiedAdPaymentMethodEnabledCodeType for possible values ) [0..1]
Indicates whether the payment method should be displayed to the user for Classified Ad format listings. Even if enabled, checkout may or may not be enabled.
See the Field Index to learn which calls use ClassifiedAdPaymentMethodEnabled.

ClassifiedAdPayPerLeadEnabled ( boolean ) [0..1]
Indicates if pay-per-lead listings are allowed for this category. Pay-per-lead listings can be applicable if the ListingType is LeadGeneration and the ListingSubtype is ClassifiedAd. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ClassifiedAdPayPerLeadEnabled.

ClassifiedAdPhoneCount ( int ) [0..1]
Indicates which telephone option is included in the seller's contact information. This element is for For Sale By Owner listings. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ClassifiedAdPhoneCount.

ClassifiedAdShippingMethodEnabled ( boolean ) [0..1]
Indicates if shipping options are available for Classified Ad listings in the category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ClassifiedAdShippingMethodEnabled.

ClassifiedAdStreetCount ( int ) [0..1]
Indicates which address option is included in the seller's contact information. This element is for For Sale By Owner listings. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ClassifiedAdStreetCount.

CombinedFixedPriceTreatmentEnabled ( boolean ) [0..1]
Indicates whether the category supports combined fixed price treatment for the following two listing types: Store Inventory Format and Basic Fixed Price. Returned only if this category overrides the site default.
See the Field Index to learn which calls use CombinedFixedPriceTreatmentEnabled.

CrossBorderTradeAustraliaEnabled ( boolean ) [0..1]
Indicates whether the category supports specifying that listings be displayed in the default search results of the Australia site. Returned only if this category overrides the site default.
See the Field Index to learn which calls use CrossBorderTradeAustraliaEnabled.

CrossBorderTradeGBEnabled ( boolean ) [0..1]
Indicates whether the category supports specifying that listings be displayed in the default search results of the UK site. Returned only if this category overrides the site default.
See the Field Index to learn which calls use CrossBorderTradeGBEnabled.

CrossBorderTradeNorthAmericaEnabled ( boolean ) [0..1]
Indicates whether the category supports specifying that listings be displayed in the default search results of North America sites. Returned only if this category overrides the site default.
See the Field Index to learn which calls use CrossBorderTradeNorthAmericaEnabled.

DutchBINEnabled ( boolean ) [0..1]
Indicates whether Buy It Now is allowed in this category for Dutch (multi-item) auctions. Returned only if this category overrides the site default.

Note: As of version 619, Dutch-style (multi-item) competitive-bid auctions are deprecated. eBay throws an error if you submit a Dutch item listing with AddItem or VerifyAddItem. If you use RelistItem to update a Dutch auction listing, eBay generates a warning and resets the Quantity value to 1.
See the Field Index to learn which calls use DutchBINEnabled.

eBayMotorsProAdFormatEnabled ( see AdFormatEnabledCodeType for possible values ) [0..1]
Specifies whether this category allows Classified Ad listings. This element is for eBay Motors Pro users. Returned only if this category overrides the site default.
See the Field Index to learn which calls use eBayMotorsProAdFormatEnabled.

eBayMotorsProAutoAcceptEnabled ( boolean ) [0..1]
Specifies whether this category allows auto-accept for Best Offers for Classified Ads. This element is for eBay Motors Pro users. Returned only if this category overrides the site default.
See the Field Index to learn which calls use eBayMotorsProAutoAcceptEnabled.

eBayMotorsProAutoDeclineEnabled ( boolean ) [0..1]
Specifies whether this category allows auto-decline for Best Offers for Classified Ads. This element is for eBay Motors Pro users. Returned only if this category overrides the site default.
See the Field Index to learn which calls use eBayMotorsProAutoDeclineEnabled.

eBayMotorsProBestOfferEnabled ( see ClassifiedAdBestOfferEnabledCodeType for possible values ) [0..1]
Indicates if Best Offer is supported for Classified Ad listings in this category. This element is for eBay Motors Pro users. Returned only if this category overrides the site default.
See the Field Index to learn which calls use eBayMotorsProBestOfferEnabled.

eBayMotorsProCompanyNameEnabled ( boolean ) [0..1]
Indicates whether this category supports including the company name in the seller's contact information. This element is for eBay Motors Pro users. Returned only if this category overrides the site default.
See the Field Index to learn which calls use eBayMotorsProCompanyNameEnabled.

eBayMotorsProContactByAddressEnabled ( boolean ) [0..1]
Indicates whether this category supports including the address in the seller's contact information. This element is for eBay Motors Pro users. Returned only if this category overrides the site default.
See the Field Index to learn which calls use eBayMotorsProContactByAddressEnabled.

eBayMotorsProContactByEmailEnabled ( boolean ) [0..1]
Indicates whether this category supports including an email address in the seller's contact information. This element is for eBay Motors Pro users. Returned only if this category overrides the site default.
See the Field Index to learn which calls use eBayMotorsProContactByEmailEnabled.

eBayMotorsProContactByPhoneEnabled ( boolean ) [0..1]
Indicates whether this category supports including the telephone in the seller's contact information. This element is for eBay Motors Pro users. Returned only if this category overrides the site default.
See the Field Index to learn which calls use eBayMotorsProContactByPhoneEnabled.

eBayMotorsProCounterOfferEnabled ( boolean ) [0..1]
Indicates whether counter offers are allowed on Best Offers for this category. This element is for eBay Motors Pro users. Returned only if this category overrides the site default.
See the Field Index to learn which calls use eBayMotorsProCounterOfferEnabled.

eBayMotorsProPaymentMethodCheckOutEnabled ( see ClassifiedAdPaymentMethodEnabledCodeType for possible values ) [0..1]
Indicates if the payment method should be displayed to the user for this category. Even if enabled, checkout may or may not be enabled. This element is for eBay Motors Pro users. Returned only if this category overrides the site default.
See the Field Index to learn which calls use eBayMotorsProPaymentMethodCheckOutEnabled.

eBayMotorsProPhoneCount ( int ) [0..1]
Indicates which telephone option is enabled for the seller's contact information. This element is for eBay Motors Pro users. Returned only if this category overrides the site default.
See the Field Index to learn which calls use eBayMotorsProPhoneCount.

eBayMotorsProSellerContactDetailsEnabled ( boolean ) [0..1]
Specifies whether this category allows seller-level contact information for Classified Ad listings. A value of true means seller-level contact information is available for Classified Ad listings. This element is for eBay Motors Pro users. Returned only if this category overrides the site default.
See the Field Index to learn which calls use eBayMotorsProSellerContactDetailsEnabled.

eBayMotorsProShippingMethodEnabled ( boolean ) [0..1]
Indicates if shipping options are available for this category. This element is for eBay Motors Pro users. Returned only if this category overrides the site default.
See the Field Index to learn which calls use eBayMotorsProShippingMethodEnabled.

eBayMotorsProStreetCount ( int ) [0..1]
Indicates which address option is enabled for the seller's contact information. This element is for eBay Motors Pro users. Returned only if this category overrides the site default.
See the Field Index to learn which calls use eBayMotorsProStreetCount.

ExpressConditionRequired ( boolean ) [0..1]
Indicates whether a listing requires the Item Condition to be specified (using Item Specifics in AttributeSetArray) in order to qualify for eBay Express when listed in this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ExpressConditionRequired.

ExpressEnabled ( boolean ) [0..1]
Indicates whether listings in this category are eligible for eBay Express (assuming other item and user eligibility requirements are also met). Returned only if this category overrides the site default.
See the Field Index to learn which calls use ExpressEnabled.

ExpressPicturesRequired ( boolean ) [0..1]
Indicates whether a listing requires a picture (or gallery image) in order to qualify for eBay Express when listed in this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ExpressPicturesRequired.

FreeGalleryPlusEnabled ( boolean ) [0..1]
Indicates whether the category supports free, automatic upgrades for Gallery Plus, which enhances pictures in search results. Returned only if this category overrides the site default.
See the Field Index to learn which calls use FreeGalleryPlusEnabled.

FreePicturePackEnabled ( boolean ) [0..1]
Indicates whether the category supports free, automatic upgrades for Picture Pack, a discount package that includes super-sizing of pictures. Returned only if this category overrides the site default.
See the Field Index to learn which calls use FreePicturePackEnabled.

GalleryFeaturedDurations ( ListingEnhancementDurationReferenceType ) [0..1]
Indicates whether the category supports durations for "Gallery Featured". Returned only if this category overrides the site default.
See the Field Index to learn which calls use GalleryFeaturedDurations.

Group1MaxFlatShippingCost ( AmountType (double) ) [0..1]
Returns the applicable max cap per shipping cost for shipping service group1
See the Field Index to learn which calls use Group1MaxFlatShippingCost.

Group2MaxFlatShippingCost ( AmountType (double) ) [0..1]
Returns the applicable max cap per shipping cost for shipping service group2
See the Field Index to learn which calls use Group2MaxFlatShippingCost.

Group3MaxFlatShippingCost ( AmountType (double) ) [0..1]
Returns the applicable max cap per shipping cost for shipping service group3
See the Field Index to learn which calls use Group3MaxFlatShippingCost.

HandlingTimeEnabled ( boolean ) [0..1]
If false, listings in this category require a handling time (see DispatchTimeMax in AddItem) when flat or calculated shipping is specified. (A handling time is not required for local pickup or for freight shipping.)

The handling time is the maximum number of business days the seller commits to for preparing an item to be shipped after receiving a cleared payment. The seller's handling time does not include the shipping time (the carrier's transit time).

Returned only if this category overrides the site default.

For a list of the handling time values allowed for each site, use DispatchTimeMaxDetails in GeteBayDetails.

Note: Although the field name ends with "Enabled", a value of true means that a handling time is NOT supported, and value of false means that a handling time IS supported.
See the Field Index to learn which calls use HandlingTimeEnabled.

HomePageFeaturedEnabled ( boolean ) [0..1]
Indicates whether or not it is possible to enhance a listing by putting it into a rotation for display on a special area of the eBay home page. Support for this feature varies by site. Item or feedback restrictions may apply.
See the Field Index to learn which calls use HomePageFeaturedEnabled.

INEscrowWorkflowTimeline ( see INEscrowWorkflowTimelineCodeType for possible values ) [0..1]
Indicates the escrow workflow version that applies to the category on the India site: Default Workflow, Workflow A or Workflow B. Returned only if this category overrides the site default.
See the Field Index to learn which calls use INEscrowWorkflowTimeline.

ItemCompatibilityEnabled ( see ItemCompatibilityEnabledCodeType for possible values ) [0..1]
Reserved for future use.
See the Field Index to learn which calls use ItemCompatibilityEnabled.

ItemSpecificsEnabled ( see ItemSpecificsEnabledCodeType for possible values ) [0..1]
Indicates whether the category supports custom Item Specifics. If enabled, sellers can use the Item.ItemSpecifics node in AddItem and related calls to fill in Item Specifics. If your application supports the older ID-based Attribute format, also see AttributeConversionEnabled to determine whether or not you may need to suppress ID-based attributes for the category.
See the Field Index to learn which calls use ItemSpecificsEnabled.

ListingDuration ( ListingDurationReferenceType (int) ) [0..*]
Identifies the listing duration set that applies to the category.
See the Field Index to learn which calls use ListingDuration.

LocalMarketAdFormatEnabled ( see AdFormatEnabledCodeType for possible values ) [0..1]
Specifies whether this category supports Classified Ad listings. This is added for Local Market dealers. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketAdFormatEnabled.

LocalMarketAutoAcceptEnabled ( boolean ) [0..1]
Specifies whether this category supports auto-accept for best offers for Classified Ads. This element is for Local Market dealers. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketAutoAcceptEnabled.

LocalMarketAutoDeclineEnabled ( boolean ) [0..1]
Specifies whether this category supports auto-decline for best offers for Classified Ads. This element is for Local Market dealers. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketAutoDeclineEnabled.

LocalMarketBestOfferEnabled ( see ClassifiedAdBestOfferEnabledCodeType for possible values ) [0..1]
Indicates if Best Offer is enabled for Classified Ad listings in this category. This element is for Local Market dealers. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketBestOfferEnabled.

LocalMarketCompanyNameEnabled ( boolean ) [0..1]
Indicates whether the category supports including a company name in the seller's contact information. This element is for Local Market dealers. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketCompanyNameEnabled.

LocalMarketContactByAddressEnabled ( boolean ) [0..1]
Indicates whether the category supports including an address in the seller's contact information. This element is for Local Market dealers. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketContactByAddressEnabled.

LocalMarketContactByEmailEnabled ( boolean ) [0..1]
Indicates whether the category supports including an email address in the seller's contact information. This element is for Local Market dealers. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketContactByEmailEnabled.

LocalMarketContactByPhoneEnabled ( boolean ) [0..1]
Indicates whether this category supports including a telephone number in the seller's contact information. This element is added for Local Market dealers. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketContactByPhoneEnabled.

LocalMarketCounterOfferEnabled ( boolean ) [0..1]
Indicates whether counter offers are allowed on best offers for this category. This element is for Local market dealers. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketCounterOfferEnabled.

LocalMarketNonSubscription ( boolean ) [0..1]
Indicates whether LocalMarketNonSubscription feature is supported for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketNonSubscription.

LocalMarketPaymentMethodCheckOutEnabled ( see ClassifiedAdPaymentMethodEnabledCodeType for possible values ) [0..1]
Indicates if the payment method should be displayed to the user for this category. Even if enabled, checkout may or may not be enabled. This element is for Local Market dealers. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketPaymentMethodCheckOutEnabled.

LocalMarketPhoneCount ( int ) [0..1]
Indicates which telephone option is enabled for the seller's contact information. This element is for Local Market dealers. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketPhoneCount.

LocalMarketPremiumSubscription ( boolean ) [0..1]
Indicates whether LocalMarketPremiumSubscription feature is supported for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketPremiumSubscription.

LocalMarketRegularSubscription ( boolean ) [0..1]
Indicates whether LocalMarketRegularSubscription feature is supported for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketRegularSubscription.

LocalMarketSellerContactDetailsEnabled ( boolean ) [0..1]
Specifies the whether this category allows seller-level contact information for Classified Ad listings. This element is for Local Market dealers.
See the Field Index to learn which calls use LocalMarketSellerContactDetailsEnabled.

LocalMarketShippingMethodEnabled ( boolean ) [0..1]
Indicates if shipping options are available for this category. This element is for Local market dealers. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketShippingMethodEnabled.

LocalMarketSpecialitySubscription ( boolean ) [0..1]
Indicates whether LocalMarketSpecialitySubscription feature is supported for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketSpecialitySubscription.

LocalMarketStreetCount ( int ) [0..1]
Indicates which address option for is included in the seller's contact information. This element is for Local Market dealers. Returned only if this category overrides the site default.
See the Field Index to learn which calls use LocalMarketStreetCount.

MaxFlatShippingCost ( AmountType (double) ) [0..1]
The maximum cost the seller can charge for the first domestic flat rate shipping service. The total shipping cost is the seller's base flat rate shipping cost plus the cost of insurance, if insurance is required. Only returned if MaxFlatShippingCostEnabled is true. Mutually exclusive with the GroupNMaxFlatShippingCost elements.
See the Field Index to learn which calls use MaxFlatShippingCost.

MaxItemCompatibility ( int ) [0..1]
Reserved for future use.
See the Field Index to learn which calls use MaxItemCompatibility.

MinimumReservePrice ( double ) [0..1]
Indicates whether Minimum Reserve Price is enabled for this category. Returned only if this category overrides the site default. On the Germany, Austria, Belgium French, and Belgium Dutch sites, Minimum Reserve Price is supported for the Art and Antiques, Watches and Jewelry, and Motorbikes categories.
See the Field Index to learn which calls use MinimumReservePrice.

MinItemCompatibility ( int ) [0..1]
Reserved for future use.
See the Field Index to learn which calls use MinItemCompatibility.

NonSubscription ( see GeographicExposureCodeType for possible values ) [0..1]
Specifies the supported local listing distances for this category, for users who have not subscribed to either Regular or Specialty vehicles. Returned only if this category overrides the site default.
See the Field Index to learn which calls use NonSubscription.

PaisaPayFullEscrowEnabled ( boolean ) [0..1]
Indicates whether the category supports the PaisaPayEscrow payment method.
See the Field Index to learn which calls use PaisaPayFullEscrowEnabled.

PaymentMethod ( see BuyerPaymentMethodCodeType for possible values ) [0..*]
Indicates the acceptable payment methods.
See the Field Index to learn which calls use PaymentMethod.

PayPalBuyerProtectionEnabled ( boolean ) [0..1]
For the Australia site, if both PayPalBuyerProtectionEnabled and BuyerGuaranteeEnabled are returned, then buyer protection is allowed for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use PayPalBuyerProtectionEnabled.

PayPalRequired ( boolean ) [0..1]
Indicates whether the category requires PayPal as a payment method. Returned only if this category overrides the site default.
See the Field Index to learn which calls use PayPalRequired.

PayPalRequiredForStoreOwner ( boolean ) [0..1]
Defines if PayPal is required for Store Owner listings in this category. Applies to Fixed Price Listings as well as Store Inventory Format listings.
See the Field Index to learn which calls use PayPalRequiredForStoreOwner.

PremiumSubscription ( see GeographicExposureCodeType for possible values ) [0..1]
Specifies the premium subscription feature for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use PremiumSubscription.

ProPackEnabled ( boolean ) [0..1]
Indicates whether ProPackBundle (a feature pack) is enabled for this category.
See the Field Index to learn which calls use ProPackEnabled.

ProPackPlusEnabled ( boolean ) [0..1]
Indicates whether the ProPackPlus bundle (a feature pack) is enabled for this category.
See the Field Index to learn which calls use ProPackPlusEnabled.

RegularSubscription ( see GeographicExposureCodeType for possible values ) [0..1]
Specifies the regular lsubscription feature that is supported for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use RegularSubscription.

ReturnPolicyEnabled ( boolean ) [0..1]
If true, listings in this category support a return policy. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ReturnPolicyEnabled.

RevisePriceAllowed ( boolean ) [0..1]
If true, the start price for items in this category can be revised while the listing is in semi or fully restricted mode. Applies to Fixed Price Listings as well as Store Inventory Format listings.
See the Field Index to learn which calls use RevisePriceAllowed.

ReviseQuantityAllowed ( boolean ) [0..1]
If true, the item quantity for listings in this category can be revised while the listing is in semi or fully restricted mode. Applies to Fixed Price Listings as well as Store Inventory Format listings.
See the Field Index to learn which calls use ReviseQuantityAllowed.

SafePaymentRequired ( boolean ) [0..1]
Indicates whether listings in this category need to have a safe payment method, for all sellers registered after January 17,2007. Returned only if this category overrides the site default.
See the Field Index to learn which calls use SafePaymentRequired.

SellerContactDetailsEnabled ( boolean ) [0..1]
Indicates whether this category supports seller-level contact information for Classified Ad format listings. Returned only if this category overrides the site default.
See the Field Index to learn which calls use SellerContactDetailsEnabled.

ShippingTermsRequired ( boolean ) [0..1]
Indicates whether sellers are required to specify shipping items for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use ShippingTermsRequired.

SkypeMeNonTransactionalEnabled ( boolean ) [0..1]
Indicates whether the addition of Skype buttons to listings is supported for this category for non-transactional formats (e.g., the advertisement format). Returned only if this category overrides the site default.
See the Field Index to learn which calls use SkypeMeNonTransactionalEnabled.

SkypeMeTransactionalEnabled ( boolean ) [0..1]
Indicates whether the addition of Skype buttons to listings is supported for this category for transactional formats (e.g., the Chinese auction format). Returned only if this category overrides the site default.
See the Field Index to learn which calls use SkypeMeTransactionalEnabled.

SpecialitySubscription ( see GeographicExposureCodeType for possible values ) [0..1]
Specifies this speciality subscription feature for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use SpecialitySubscription.

StoreInventoryEnabled ( boolean ) [0..1]
Indicates whether Store Inventory Format is enabled for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use StoreInventoryEnabled.

StoreOwnerExtendedListingDurations ( StoreOwnerExtendedListingDurationsType ) [0..1]
Provides additional listings durations that are supported by Store Ownwers. The extended listing durations provided here in this element should be merged in with the baseline listing durations provided in the ListingDurations element. Applies to Fixed Price Listings as well as Store Inventory Format listings.
See the Field Index to learn which calls use StoreOwnerExtendedListingDurations.

StoreOwnerExtendedListingDurationsEnabled ( boolean ) [0..1]
Defines if extended store owner listing durations are enabled in a given category. When the value of this element is true, it means the listing duration values defined in StoreOwnerExtendedListingDurations are applicable to fixed price listings in a given category. Applies to Fixed Price Listings as well as Store Inventory Format listings.
See the Field Index to learn which calls use StoreOwnerExtendedListingDurationsEnabled.

TransactionConfirmationRequestEnabled ( boolean ) [0..1]
Indicates whether the Transaction Confirmation Request feature is supported for this category. Returned only if this category overrides the site default.
See the Field Index to learn which calls use TransactionConfirmationRequestEnabled.

UserConsentRequired ( boolean ) [0..1]
Indicates whether a bidder must consent to the bid by confirming that he or she read and agrees to the terms in eBay's privacy policy.
See the Field Index to learn which calls use UserConsentRequired.

ValuePackEnabled ( boolean ) [0..1]
Indicates whether ValuePack bundle (a feature pack) is enabled for this category.
See the Field Index to learn which calls use ValuePackEnabled.

VariationsEnabled ( boolean ) [0..1]
If true, you can pass in Item.Variations in the AddFixedPriceItem family of calls when you list in this category.

Multi-variation listings contain items that are logically the same product, but that vary in their manufacturing details or packaging. For example, a particular brand and style of shirt could be available in different sizes and colors, such as "large blue" and "medium black" variations.
See the Field Index to learn which calls use VariationsEnabled.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.