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

NAME

eBay::API::XML::DataType::ListingTipType

DESCRIPTION

A tip on improving a listing's details. Tips are returned from the Listing Analyzer engine.

SYNOPSIS

INHERITANCE

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

Subroutines:

setField()

The item field that is associated with the tip.

# Argument: 'ns:ListingTipFieldType'

getField()

  Calls: GetItemRecommendations
  Returned: Conditionally

# Returns: 'ns:ListingTipFieldType'

setListingTipID()

Identifier for the tip. Primarily for internal use. This value may change over time.

# Argument: 'xs:string'

getListingTipID()

  Calls: GetItemRecommendations
  Returned: Conditionally

# Returns: 'xs:string'

setMessage()

The tip's message content.

# Argument: 'ns:ListingTipMessageType'

getMessage()

  Calls: GetItemRecommendations
  Returned: Conditionally

# Returns: 'ns:ListingTipMessageType'

setPriority()

The rank of the tip. All tips are ranked by importance. Ranking varies for each site. The rank is always greater than 0.

# Argument: 'xs:int'

getPriority()

  Calls: GetItemRecommendations
  Returned: Conditionally

# Returns: 'xs:int'