eBay::API::XML::DataType::CategoryItemSpecificsType - eBay::API::XML::DataType::CategoryItemSpecificsType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::CategoryItemSpecificsType

DESCRIPTION

Top

Defines details about recommended names and values for custom Item Specifics.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::DataType::CategoryItemSpecificsType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

Top

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'


eBay-API documentation  | view source Contained in the eBay-API distribution.