eBay::API::XML::DataType::CategoryMappingType - eBay::API::XML::DataType::CategoryMappingType documentation


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

Index


NAME

Top

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

DESCRIPTION

Top

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

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


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