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

NAME

eBay::API::XML::Call::AddTransactionConfirmationItem::AddTransactionConfirmationItemRequestType

DESCRIPTION

Ends the listing specified by ItemID (if listed for at least 24 hours) and creates a new Transaction Confirmation Request (TCR) for an item, enabling the TCR recipient to purchase the item. A TCR can be sent by a seller to any one of the following: a bidder, a best offer buyer, a member who has asked the seller a question, or any member with a postal code. This call can also be used to verify whether a new TCR can be created. Applies to the US eBay Motors site (except Parts and Accessories category).

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::AddTransactionConfirmationItem::AddTransactionConfirmationItemRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

setComments()

Comments the seller wants to send to the recipient (bidder, best offer buyer, member with an ASQ question, or member with a postal code).

  RequiredInput: No
#    Argument: 'xs:string'

getComments()

# Returns: 'xs:string'

setItemID()

The ItemID of the item that the seller wants to end in order to create a Transaction Confirmation Request (TCR).

  RequiredInput: Yes
#    Argument: 'ns:ItemIDType'

getItemID()

# Returns: 'ns:ItemIDType'

setListingDuration()

Specifies the length of time the item in the Transaction Confirmation Request (TCR) will be available for purchase.

  RequiredInput: Yes
#    Argument: 'ns:SecondChanceOfferDurationCodeType'

getListingDuration()

# Returns: 'ns:SecondChanceOfferDurationCodeType'

setNegotiatedPrice()

The amount the offer recipient must pay to buy the item specified in the Transaction Confirmation Request (TCR). A negotiated amount between the buyer and the seller.

  RequiredInput: Yes
#    Argument: 'ns:AmountType'

getNegotiatedPrice()

# Returns: 'ns:AmountType'

setRecipientPostalCode()

Specifies the postal code of the user to whom the seller is offering the Transaction Confirmation Request. Required only if the user does not meet the other options listed in RecipientRelationCodeType. An error is returned if RecipientUserID and RecipientPostalCode do not match for more than 3 times for a seller per day.

  RequiredInput: No
#    Argument: 'xs:string'

getRecipientPostalCode()

# Returns: 'xs:string'

setRecipientRelationType()

Specifies the current relationship between the seller and the potential buyer. A seller can make a Transaction Confirmation Request (TCR) for an item to a potential buyer if the buyer meets one of several criteria. A TCR is sent by a seller to one of the following: a bidder, a best offer buyer, a member with an ASQ question, or any member with a postal code. See the values and annotations in RecipientRelationCodeType.

  RequiredInput: Yes
#    Argument: 'ns:RecipientRelationCodeType'

getRecipientRelationType()

# Returns: 'ns:RecipientRelationCodeType'

setRecipientUserID()

Specifies the user to whom the seller is offering the Transaction Confirmation Request.

  RequiredInput: Yes
#    Argument: 'ns:UserIDType'

getRecipientUserID()

# Returns: 'ns:UserIDType'

setVerifyEligibilityOnly()

If true, specifies that the seller is verifying whether a new Transaction Confirmation Request (TCR) can be created. Thus, if this value is passed as true, then no Transaction Confirmation Request is actually made. If VerifyEligibilityOnly is not passed, or is false, a Transaction Confirmation Request is actually made.

  RequiredInput: No
#    Argument: 'xs:string'

getVerifyEligibilityOnly()

# Returns: 'xs:string'