Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

simpleType "ns:EndReasonCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"LostOrBroken"
 - 
Use this enumeration value in an End listing call if the seller is ending a listing because the item was lost or is broken.
"NotAvailable"
 - 
Use this enumeration value in an End listing call if the seller is ending a listing because the item is no longer available for sale.
"Incorrect"
 - 
Use this enumeration value in an End listing call if the seller is ending a listing because the start price or reserve price is incorrect.
"OtherListingError"
 - 
Use this enumeration value in an End listing call if the seller is ending a listing because the listing contained an error (other than start price or reserve price).
"CustomCode"
 - 
Reserved for internal or future use.
"SellToHighBidder"
 - 
Use this enumeration value in an End listing call if the seller is ending a listing because they want to sell an auction item to the current high bidder. A seller can end a listing early in order to sell to the current high bidder when the listing has qualifying bids (i.e., there is a current high bid that, when applicable, meets the minimum reserve price) and there is more than 12 hours before the listing ends.
Note: In the last 12 hours of an item listing, you cannot end an item early if it has bids.
"Sold"
 - 
The vehicle was sold. Applies to local classified listings for vehicles only.
"ProductDeleted"
 - 
For internal use only. This enumeration value cannot be used by the seller in an End listing call, but it will get returned in GetItem if a listing was administratively ended by eBay if the item in a listing becomes unpurchasable due to the eBay Catalog product associated with the listing being removed from the catalog.

All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
This type defines the reasons that a seller can end an item listing early. This value is required if the seller ends a listing early. This can be on an item that hasn't sold and has no bids or on an item that has bids and the seller wants to sell the item to the high bidder now.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:EndReasonCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="EndReasonCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="LostOrBroken"/>
<xs:enumeration value="NotAvailable"/>
<xs:enumeration value="Incorrect"/>
<xs:enumeration value="OtherListingError"/>
<xs:enumeration value="CustomCode"/>
<xs:enumeration value="SellToHighBidder"/>
<xs:enumeration value="Sold"/>
<xs:enumeration value="ProductDeleted"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.