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

simpleType "ns:ItemTypeCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"AuctionItemsOnly"
 - 
When setting up filtering for the Saved Search, the buyer was only looking for auction items (with or without the Buy It Now option), so only selected the Auction checkbox in the Format dialog box. When this filter is used in a Saved Search, fixed-price items and classified ad listings are not retrieved for the buyer.
"FixedPricedItem"
 - 
When setting up filtering for the Saved Search, the buyer was looking for all fixed-price items and auction items with Buy It Now available, so only selected the Buy It Now checkbox in the Format dialog box. When this filter is used in a Saved Search, auction items (without the Buy It Now option) and classified ad listings are not retrieved for the buyer.
"AllItems"
 - 
When setting up filtering for the Saved Search, the buyer was looking for all items closely associated with the search term, so selected all buying formats (Auction, Buy It Now, and Classified Ads). All items are retrieved for the buyer, including auction items (with or without the Buy It Now option), fixed-price items, and classified ad listings.
"StoreInventoryOnly"
 - 
When setting up filtering for the Saved Search, the buyer was only looking for items sold by sellers with eBay stores, so selected the Sellers with eBay stores checkbox in the Seller dialog box. When this filter is used in a Saved Search, only items for sale in an eBay store are retrieved for the buyer.
"FixedPriceExcludeStoreInventory"
 - 
Excludes listings that have listing type set to StoresFixedPrice. Excludes listings that have listing type set to AdType. Excludes auction listings in which BuyItNowEnabled is false.
"ExcludeStoreInventory"
 - 
Excludes listings that have listing type set to StoresFixedPrice.
"AllItemTypes"
 - 
Retrieves listings whether or not listing type is set to StoresFixedPrice; include auction items.
"AllFixedPriceItemTypes"
 - 
Retrieves fixed-price items. Whether StoresFixedPrice items are retrieved does not depend on the site default. The StoresFixedPrice items are retrieved after the basic fixed price items. Items are retrieved whether or not listing type is set to StoresFixedPrice. Does not retrieve items for which listing type is AdType. Does not retrieve auction items for which BuyItNowEnabled is false.
"CustomCode"
 - 
Reserved for internal or future use.
"ClassifiedItemsOnly"
 - 
When setting up filtering for the Saved Search, the buyer was only looking for classified ad listings, so only selected the Classified ads checkbox in the Format dialog box. When this filter is used in a Saved Search, auction (with or without the Buy It Now option) and fixed-price items are not retrieved for the buyer.
"AdFormat"
 - 
Restricts listings to return only items that have the Ad Format feature.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Enumerated type containing values that provide more information on the type of filtering the buyer used when setting up a Saved Search in My eBay.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:ItemTypeCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (12); see within schema source)
<xs:simpleType name="ItemTypeCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="AuctionItemsOnly"/>
<xs:enumeration value="FixedPricedItem"/>
<xs:enumeration value="AllItems"/>
<xs:enumeration value="StoreInventoryOnly"/>
<xs:enumeration value="FixedPriceExcludeStoreInventory"/>
<xs:enumeration value="ExcludeStoreInventory"/>
<xs:enumeration value="AllItemTypes"/>
<xs:enumeration value="AllFixedPriceItemTypes"/>
<xs:enumeration value="CustomCode"/>
<xs:enumeration value="ClassifiedItemsOnly"/>
<xs:enumeration value="AdFormat"/>
</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.