eBay::API::XML::Call::GetCategoryMappings::GetCategoryMappingsRequestType - eBay::API::XML::Call::GetCategoryMappings::GetCategoryMappingsRequestType documentation


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

Index


NAME

Top

eBay::API::XML::Call::GetCategoryMappings::GetCategoryMappingsRequestType

DESCRIPTION

Top

Retrieves a map of old category IDs and corresponding active category IDs defined for the site to which the request is sent. Typically used to update an older item definition with a new category ID prior to listing the item.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::Call::GetCategoryMappings::GetCategoryMappingsRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

Top

setCategoryVersion()

A version of the category mapping for the site. Filters out data from the call to return only the category mappings for which the data has changed since the specified version. If not specified, all category mappings are returned. Typically, an application passes the version value of the last set of category mappings that the application stored locally. The latest version value is not necessarily greater than the previous value that was returned. Therefore, when comparing versions, only compare whether the value has changed.

  RequiredInput: No
#    Argument: 'xs:string'

getCategoryVersion()

# Returns: 'xs:string'


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