eBay Shopping APIVersion 1293
 

ListingStatusCodeType ( token )

This enumeration type contains the different states of an eBay listing in eBay's processing workflow. If a listing ends with a sale (or sales), eBay needs to update the sale details (e.g., total price and buyer/high bidder) and the Final Value Fee.

Type that uses ListingStatusCodeType:

Calls that use one or more values of ListingStatusCodeType:

Enumeration Values

Value Description
Active This enumeration value indicates that the listing is still active. A multiple-quantity, fixed-price listing is considered active until the quantity available is '0', or the listing's scheduled end time has passed.
Completed This enumeration value indicates that the listing has ended and eBay has completed processing any sales/winning bids, and the calculation of the seller's Final Value Fee.
CustomCode This enumeration is reserved for future use.
Ended This enumeration value indicates that the listing has ended and eBay has completed processing any sales/winning bids. The next state after 'Ended' is 'Completed'.
  * See the Enumeration Index to see exact use of each enumeration value in the API.