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

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::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'

syntax highlighting: