eBay::API::XML::DataType::UnitOfMeasurementType - eBay::API::XML::DataType::UnitOfMeasurementType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::UnitOfMeasurementType

DESCRIPTION

Top

Provides a mapping between suggested unit of measure strings and other, less popular strings.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setAlternateText()

A synonym for the unit of measure (such as a fully spelled out name like "inches" instead of the standard abbreviation). This can be used to help a seller map unit names they use in their own catalog to unit names that are more popular on eBay.

# Argument: reference to an array of 'xs:string'

getAlternateText()

  Calls: GeteBayDetails
  Returned: Conditionally

# Returns: reference to an array of 'xs:string'

setSuggestedText()

The preferred way to specify a given unit of measure name, such as "in." (instead of "inches" or the " (double quote) symbol).

# Argument: 'xs:string'

getSuggestedText()

  Calls: GeteBayDetails
  Returned: Conditionally

# Returns: 'xs:string'


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