ItemTypeFilterCodeType ( token )
ItemTypeFilterCodeType - Type declaration to be used by other schema. This code identifies the ItemTypeFilters (e.g., for GetSearchResults requests) used to filter items returned by the type of listing.

Types that use ItemTypeFilterCodeType:

Enumeration Values
Value Description Which calls use this value *
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 ListingType is set to StoresFixedPrice. Does not retrieve items for which ListingType is AdType. Does not retrieve auction items for which BuyItNowEnabled is false. GetCategoryListings, GetSearchResults
AllItems It is recommended that you use AllItemTypes instead of AllItems. Return all listing types (the default for GetSearchResults). Whether StoresFixedPrice items are retrieved depends on the site default. GetCategoryListings, GetSearchResults
AllItemTypes Retrieve listings whether or not ListingType is set to StoresFixedPrice; include auction items. GetCategoryListings, GetSearchResults
AuctionItemsOnly Retrieve only listings eligible for competitive bidding at auction. That is, only retrieve listings for which ListingType is Chinese (single-item auction), regardless of the BuyItNowEnabled value. Items with any of the following listing types are not retrieved: StoresFixedPrice, FixedPriceItem, and AdType.

Note: As of version 619, Dutch-style (multi-item) competitive-bid auctions are deprecated. eBay throws an error if you submit a Dutch item listing with AddItem or VerifyAddItem. If you use RelistItem to update a Dutch auction listing, eBay generates a warning and resets the Quantity value to 1.
GetCategoryListings, GetSearchResults
ClassifiedItemsOnly Only retrieve Classified Ad format listings. GetCategoryListings, GetSearchResults
CustomCode Reserved for internal or future use. GetCategoryListings, GetSearchResults
ExcludeStoreInventory Exclude listings that have ListingType set to StoresFixedPrice. GetCategoryListings, GetSearchResults
FixedPricedItem Retrieves only listings that can be purchased at a fixed price. That is, only retrieves listings for which ListingType is StoresFixedPrice or FixedPriceItem. Whether StoresFixedPrice items are retrieved depends on the site default. If StoresFixedPrice items are retrieved, they are returned after the other retrieved items. Also retrieves competitive-bid auction listings for which BuyItNowEnabled is true. Does not retrieve listings for which ListingType is AdType, and does not retrieve auction listings for which BuyItNowEnabled is false. GetCategoryListings, GetSearchResults
FixedPriceExcludeStoreInventory Exclude listings that have ListingType set to StoresFixedPrice. Exclude listings that have ListingType set to AdType. Exclude auction listings in which BuyItNowEnabled is false. GetCategoryListings, GetSearchResults
StoreInventoryOnly Only retrieve listings for which ListingType is StoresFixedPrice. GetCategoryListings, GetSearchResults
  * See the Enumeration Index to see exact use of each enumeration value in the API.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.