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

NAME

eBay::API::XML::Call::SetUserNotes::SetUserNotesRequestType

DESCRIPTION

Enables users to add, replace, and delete My eBay notes for items that are being tracked in the My eBay All Selling and All Buying areas.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::SetUserNotes::SetUserNotesRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

setAction()

Specifies whether to add/update the note or delete.

  RequiredInput: Yes
#    Argument: 'ns:SetUserNotesActionCodeType'

getAction()

# Returns: 'ns:SetUserNotesActionCodeType'

setItemID()

ID of the item to which the My eBay note will be attached. Notes can only be added to items that are currently being tracked in My eBay.

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'

setNoteText()

Text of the note. Maximum 250 characters. Required only if the Action is AddOrUpdate. This note text will completely replace any existing My eBay note for the specified item.

MaxLength: 250

  RequiredInput: Conditionally
#    Argument: 'xs:string'

getNoteText()

# Returns: 'xs:string'

setTransactionID()

ID of the transaction to which the My eBay note will be attached. Notes can only be added to transactions that are currently being tracked in My eBay. You can see it in the Won list of GetMyeBayBuying if you are the buyer. You can see it from Sold list of GetMyeBaySelling if you are the seller.

  RequiredInput: No
#    Argument: 'xs:string'

getTransactionID()

# Returns: 'xs:string'