Once a Second Chance Offer listing has been created, it can be viewed by the seller or the offer recipient on the eBay marketplace or through an API call that retrieves item data such as GetSellerList or GetItem.

If the listing's data have been retrieved using one of these calls, all of the typical fields are included, as well as the itemID for the original listing (e.g., for a GetItem call, this will be the Item.ListingDetails.SecondChanceOriginalItemID field.)

In result sets for calls such as GetSellerList and GetSellerEvents where data for multiple items are returned, a Second Chance Offer listing can be differentiated from regular auctions by reviewing the listing type indicated by the ItemArray.Item.ListingType property. For Second Chance Offer listings, the type will be PersonalOffer.

For more information about retrieving data for item listings, refer to Retrieve Items.