eBay::API::XML::DataType::LookupAttributeType - eBay::API::XML::DataType::LookupAttributeType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::LookupAttributeType

DESCRIPTION

Top

An optional attribute that the seller wants to include in the listing. Enables you to specify an attribute by name rather than by ID. Only valid in Media categories (Books, DVD and Movies, Music, and Video Game categories). Currently, only the Condition attribute is supported.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setName()

The literal name of the attribute. Pass "Condition" (without quotes). Not applicable to Half.com.

  Calls: AddItem
         GetItemRecommendations
         RelistItem
         VerifyAddItem
  RequiredInput: No

# Argument: 'xs:string'

getName()

# Returns: 'xs:string'

setValue()

HASH(0x42b3120) The literal name of the attribute value. Pass "New" or "Used" (without quotes). Not applicable to Half.com.<br> <br>

  Calls: AddItem
         GetItemRecommendations
         RelistItem
         VerifyAddItem
  RequiredInput: No

# Argument: 'xs:string'

getValue()

# Returns: 'xs:string'


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