NAME
eBay::API::XML::DataType::CategoryItemSpecificsType
DESCRIPTION
Defines details about recommended names and values for custom Item Specifics.
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::CategoryItemSpecificsType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setCategoryID()
The leaf category in which the associated Item Specifics are popular. This is always a category that you specified in the request.<br> <br> Only returned for categories that have popular Item Specifics, or when you also pass in the Name field.
MaxLength: 10
# Argument: 'xs:string'
getCategoryID()
Calls: GetCategorySpecifics
Returned: Conditionally
# Returns: 'xs:string'
setItemSpecifics()
Contains a list of Item Specifics that eBay recommends as most popular within the specified category.<br> <br> Not returned when you pass LastUpdateTime in the request.
# Argument: 'ns:NameValueListArrayType'
getItemSpecifics()
Calls: GetCategorySpecifics
Returned: Conditionally
# Returns: 'ns:NameValueListArrayType'
setUpdated()
If true, the recommended Item Specifics for this category have changed since the time you specified (in LastUpdateTime). (In this case, we suggest you retrieve the latest data for the category.) If false, the recommended Item Specifics for this category have not changed since the time you specified.<br> <br> Only returned when you pass LastUpdateTime in the request.
# Argument: 'xs:boolean'
isUpdated()
Calls: GetCategorySpecifics
Returned: Conditionally
# Returns: 'xs:boolean'