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

NAME

eBay::API::XML::DataType::CategoryMappingType

DESCRIPTION

Mapping between an old category ID and an active category ID.

SYNOPSIS

INHERITANCE

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

Subroutines:

setId()

Identifier for an active category. Unique for the site. These IDs correspond to the current IDs in the category hierarchy (returned from GetCategories and related calls). Multiple mappings can specify the same active category ID, because different old IDs can be mapped to the same active category. See "Mapping Categories on the Client Side" in the eBay Web Services guide. In GetCategoryMappings, this is always returned when CategoryMapping is returned.

# Argument: 'xs:string'

getId()

  Calls: GetCategoryMappings
  Returned: Conditionally

# Returns: 'xs:string'

setOldID()

Identifier for an old category that has been combined with an active category. Unique for the site. These IDs correspond to older category IDs that calls like GetCategories have returned in the past. In GetCategoryMappings, this is always returned when CategoryMapping is returned.

# Argument: 'xs:string'

getOldID()

  Calls: GetCategoryMappings
  Returned: Conditionally

# Returns: 'xs:string'