NAME
eBay::API::XML::Call::GetCategoryFeatures::GetCategoryFeaturesResponseType
DESCRIPTION
SYNOPSIS
INHERITANCE
eBay::API::XML::Call::GetCategoryFeatures::GetCategoryFeaturesResponseType inherits from the eBay::API::XML::ResponseDataType class
Subroutines:
setCategory()
A category whose feature settings are different from the settings of its parent category.<br< <br< For example, suppose there is a branch of the category tree with 5 category levels (L1, L2, L3, L4, and L5). Suppose the feature settings for SiteDefaults, L1, L4, and L5 are all "A", and the settings for L2 and L3 are "B". In this case:<br< L1's settings (A) match the site default, so L1 is not returned.<br< L2's settings (B) are different from L1's, so L2 is returned.<br< L3's settings (B) are the same as L2's, so L3 is not returned<br< L4's settings (A) are different from L3's, so L4 is returned<br< L5's settings (A) are the same as L4's, so L5 is not returned.<br< <br< If you specified a particular FeatureID in the request, this field only returns feature settings for that feature. Only returned when the category is different from its parent. If the category has children and they aren't returned, it means the children inherit the category's feature settings.
# Argument: reference to an array of 'ns:CategoryFeatureType'
getCategory()
Returned: Conditionally
Details: DetailLevel: ReturnAll
# Returns: reference to an array
of 'ns:CategoryFeatureType'
setCategoryVersion()
Returns the current version of the set of feature meta-data. Compare this value to the version of the last version you downloaded to determine whether the data may have changed.
# Argument: 'xs:string'
getCategoryVersion()
Returned: Always
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'xs:string'
setFeatureDefinitions()
Returns definitions of the various features on the site, or the features you requested in FeatureID (if any). Each feature has a node within FeatureDefinitions.
# Argument: 'ns:FeatureDefinitionsType'
getFeatureDefinitions()
Returned: Always
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:FeatureDefinitionsType'
setSiteDefaults()
Returns the feature settings defined for most categories on the site. Most categories share these settings. However, some categories can override some settings, as indicated in the Category nodes (if any).
# Argument: 'ns:SiteDefaultsType'
getSiteDefaults()
Returned: Always
Details: DetailLevel: ReturnAll
# Returns: 'ns:SiteDefaultsType'
setUpdateTime()
Gives the time in GMT that the feature flags for the category hierarchy were last updated.
# Argument: 'xs:dateTime'
getUpdateTime()
Returned: Always
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'xs:dateTime'