The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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'