Tim Keefer > eBay-API > eBay::API::XML::DataType::LookupAttributeType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

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

DESCRIPTION ^

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 ^

INHERITANCE ^

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

Subroutines: ^

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'

syntax highlighting: