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

NAME

eBay::API::XML::DataType::ListingTipFieldType

DESCRIPTION

(out) Identifies the item field that the tip relates to.

SYNOPSIS

INHERITANCE

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

Subroutines:

setCurrentFieldText()

A label used to preface the current value of a field. For example, "Current value" would be the CurrentValueText in "Current value: 25". If no label exists, this element is not returned.

MaxLength: 50

# Argument: 'xs:string'

getCurrentFieldText()

  Calls: GetItemRecommendations
  Returned: Conditionally

# Returns: 'xs:string'

setCurrentFieldValue()

Current value of the field (in the listing or in the candidate item) or meta-data about the value. For example, if the tip is recommending a longer item title, the CurrentFieldValue might specify the current length of the title. If no current value is available, this information is not returned.

# Argument: 'xs:string'

getCurrentFieldValue()

  Calls: GetItemRecommendations
  Returned: Conditionally

# Returns: 'xs:string'

setFieldTip()

Related text that appears near a field or at the top of the section within which the field appears in the selling flow.

MaxLength: 125

# Argument: 'xs:string'

getFieldTip()

  Calls: GetItemRecommendations
  Returned: Conditionally

# Returns: 'xs:string'

setListingTipFieldID()

Identifier associated with the item field. Primarily for internal use. This value may change over time.

# Argument: 'xs:string'

getListingTipFieldID()

  Calls: GetItemRecommendations
  Returned: Conditionally

# Returns: 'xs:string'