Tim Keefer > eBay-API > eBay::API::XML::DataType::StoreCustomCategoryType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

eBay::API::XML::DataType::StoreCustomCategoryType

DESCRIPTION ^

Configuration of a store custom category.

SYNOPSIS ^

INHERITANCE ^

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

Subroutines: ^

setCategoryID()

Custom category ID. For SetStoreCategories, required only if Action is set to Rename, Move or Delete.

  Calls: SetStoreCategories
  RequiredInput: Conditionally

# Argument: 'xs:long'

getCategoryID()

  Calls: GetStore
  Returned: Always

# Returns: 'xs:long'

setChildCategory()

Describes the configuration of a store custom subcategory. Stores support three levels of categories.

  Calls: SetStoreCategories
  RequiredInput: Conditionally

# Argument: reference to an array of 'ns:StoreCustomCategoryType'

getChildCategory()

  Calls: GetStore
  Returned: Always

# Returns: reference to an array of 'ns:StoreCustomCategoryType'

setName()

Name of the custom category.

  Calls: SetStoreCategories
  RequiredInput: Conditionally

# Argument: 'xs:string'

getName()

  Calls: GetStore
  Returned: Always

# Returns: 'xs:string'

setOrder()

Order in which the custom category appears in the list of store categories.

  Calls: SetStoreCategories
  RequiredInput: No

# Argument: 'xs:int'

getOrder()

  Calls: GetStore
  Returned: Always

# Returns: 'xs:int'

syntax highlighting: