The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::ItemSpecificDetailsType

DESCRIPTION

Details about custom Item Specifics validation rules.

SYNOPSIS

INHERITANCE

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

Subroutines:

setMaxCharactersPerName()

The maximum number of characters the site supports per custom Item Specific name.<br> <br> Related fields:<br> Item.ItemSpecifics in AddItem<br> ItemSpecifics in GetCategorySpecifics<br> ItemSpecifics in GetItemRecommendations<br>

# Argument: 'xs:int'

getMaxCharactersPerName()

  Calls: GeteBayDetails
  Returned: Conditionally

# Returns: 'xs:int'

setMaxCharactersPerValue()

The maximum number of characters the site supports per custom Item Specific value.<br> <br> Related fields:<br> Item.ItemSpecifics in AddItem<br> ItemSpecifics in GetCategorySpecifics<br> ItemSpecifics in GetItemRecommendations<br>

# Argument: 'xs:int'

getMaxCharactersPerValue()

  Calls: GeteBayDetails
  Returned: Conditionally

# Returns: 'xs:int'

setMaxItemSpecificsPerItem()

The maximum number of custom Item Specifics allowed when you list an item. Also the maximum returned per category in GetCategorySpecifics and GetItemRecommendations. <br> <br> Related fields:<br> Item.ItemSpecifics in AddItem<br> ItemSpecifics in GetCategorySpecifics<br> ItemSpecifics in GetItemRecommendations<br>

# Argument: 'xs:int'

getMaxItemSpecificsPerItem()

  Calls: GeteBayDetails
  Returned: Conditionally

# Returns: 'xs:int'

setMaxValuesPerName()

The maximum number of values returned for each custom Item Specific in GetCategorySpecifics and GetItemRecommendations.<br> <br> Related fields:<br> ItemSpecifics in GetCategorySpecifics<br> ItemSpecifics in GetItemRecommendations<br>

# Argument: 'xs:int'

getMaxValuesPerName()

  Calls: GeteBayDetails
  Returned: Conditionally

# Returns: 'xs:int'