AddTransactionConfirmationItemRequestType ( AbstractRequestType )
Base request of the AddTransactionConfirmationItem call, which is used to end an eBay Motors listing and creates a new Transaction Confirmation Request (TCR) for the motor vehichle, thus enabling the TCR recipient to purchase the item. You can also use this call to see if a new TCR can be created for the specified item.
Call that uses AddTransactionConfirmationItemRequestType:
Fields
This is optional free-form string field that can be used by the seller to provide any comments or additional information about the Transaction Confirmation Item.
See the Field Index to learn which calls use Comments.
This field is used to identify the eBay Motors listing using the unique identifier of the listing (ItemID).
See the Field Index to learn which calls use ItemID.
ListingDuration ( SecondChanceOfferDurationCodeType ) [1]
The enumeration value specified in this field will control how many days that the recipient of the offer has to purchase the motor vehicle at the price listed in the NegotiatedPrice field.
See the Field Index to learn which calls use ListingDuration.
The amount in this field is the price that the seller is asking for to purchase the motor vehicle.
See the Field Index to learn which calls use NegotiatedPrice.
This field is used to specify the postal code of the user to whom the seller is offering the Transaction Confirmation Request. This field is only required if the user does not meet the other options listed in RecipientRelationCodeType.
See the Field Index to learn which calls use RecipientPostalCode.
RecipientRelationType ( RecipientRelationCodeType ) [1]
The enumeration value supplied in this field specifies the current relationship between the seller and the potential buyer. A Transaction Confirmation Request (TCR) for an item can be sent to a potential buyer who has at least one of the following criteria: is an active bidder on the auction listing; has made a Best Offer on the fixed-price listing, is an eBay user who has used the Ask Seller a Question feature, or is an eBay user whose postal code is known.
See the Field Index to learn which calls use RecipientRelationType.
This field is used to specify the recipient of the Transaction Confirmation Request (TCR).
See the Field Index to learn which calls use RecipientUserID.
This field is included and set to
true
if the seller wants to verify whether or not a new Transaction Confirmation Request (TCR) can be created for the item. If this field is included and its value set to true
, no TCR is actually created. If this field is included and its value set to false
, or if it is omitted, a Transaction Confirmation Request is actually created.
See the Field Index to learn which calls use VerifyEligibilityOnly.