eBay Trading APIVersion 1349
 

AddSecondChanceItemResponseType ( AbstractResponseType )

Type defining the response container of an AddSecondChanceItem call. This response container consists of the ItemID of the listing in which a Second Chance Offer is being offered, as well as the start and end time that the Second Chance Offer is available to the recipient (identified through the RecipientBidderUserID in the request).

Call that uses AddSecondChanceItemResponseType:

Fields

EndTime ( dateTime ) [0..1]
This timestamp indicates the date and time when the Second Chance Offer listing will expire, at which time the recipient will no longer be able to purchase the item.
See the Field Index to learn which calls use EndTime.

ItemID ( ItemIDType (string) ) [0..1]
This field contains the Item ID for the Second Chance Offer that was just created with the AddSecondChanceItem call. Note that this Item ID will be different from the Item ID in the original auction listing that was passed in the request.
See the Field Index to learn which calls use ItemID.

StartTime ( dateTime ) [0..1]
This timestamp indicates the date and time when the Second Chance Offer became available to the recipient.
See the Field Index to learn which calls use StartTime.