Tim Keefer > eBay-API > eBay::API::XML::Call::AddToItemDescription::AddToItemDescriptionRequestType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

eBay::API::XML::Call::AddToItemDescription::AddToItemDescriptionRequestType

DESCRIPTION ^

Appends a horizontal rule, then a message about what time the addition was made by the seller, and then the seller-specified text.

SYNOPSIS ^

INHERITANCE ^

eBay::API::XML::Call::AddToItemDescription::AddToItemDescriptionRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines: ^

setDescription()

Specifies the text to append to the end of the listings description. Text appended to a listing's description must abide by the rules applicable to this data (such as no JavaScript) as is the case when first listing the item.

  RequiredInput: Yes
#    Argument: 'xs:string'

getDescription()

# Returns: 'xs:string'

setItemID()

Unique item ID that identifies the target item listing, the description of which is appended with the text specified in Description.

MaxLength: 19 (Note: The eBay database specifies 38. Currently, Item IDs are usually 9 to 12 digits)

  RequiredInput: Yes
#    Argument: 'ns:ItemIDType'

getItemID()

# Returns: 'ns:ItemIDType'