eBay Trading APIVersion 1349
 

VerifyAddSecondChanceItemRequestType ( AbstractRequestType )

Simulates the creation of a new Second Chance Offer listing of an item without actually creating a listing.

Call that uses VerifyAddSecondChanceItemRequestType:

Fields



BuyItNowPrice ( AmountType (double) ) [0..1]
Specifies the amount the offer recipient must pay to purchase the item from the Second Chance Offer listing. Use only when the original item was an eBay Motors (or in some categories on U.S. and international sites for high-priced items, such as items in many U.S. and Canada Business and Industrial categories) and it ended unsold because the reserve price was not met. Call fails with an error for any other item conditions.
See the Field Index to learn which calls use BuyItNowPrice.

Specifies the length of time the Second Chance Offer listing will be active. The recipient bidder has that much time to purchase the item or the listing expires.
See the Field Index to learn which calls use Duration.

ItemID ( ItemIDType (string) ) [0..1]
This field is used to identify the recently-ended auction listing for which a Second Chance Offer will be made to one of the non-winning bidders on the recently-ended auction listing.
See the Field Index to learn which calls use ItemID.

RecipientBidderUserID ( UserIDType (string) ) [0..1]
Specifies the bidder from the original, ended listing to whom the seller is extending the second chance offer. Specify only one RecipientBidderUserID per call. If multiple users are specified (each in a RecipientBidderUserID node), only the last one specified receives the offer.
See the Field Index to learn which calls use RecipientBidderUserID.

SellerMessage ( string ) [0..1]
Message content. Cannot contain HTML, asterisks, or quotes. This content is included in the Second Chance Offer email sent to the recipient, which can be retrieved with GetMyMessages.
See the Field Index to learn which calls use SellerMessage.