Class ItemTypeCodeType


class ItemTypeCodeType
Identifies listing-type-related filters.

Defined in com/ebay/shoppingservice/ItemTypeCodeType.js

Property Summary
Restricts listings to return only items that have the Ad Format feature.
(in) Retrieves fixed-price items.
(in) Retrieves listings whether or not listing type is set to StoresFixedPrice; include auction items.
(in) Returns all listing types (the default for FindItemsAdvanced).
(in) Only retrieve listings eligible for competitive bidding at auction.
(in) Only retrieves Classified Ad format listings.
(out) Reserved for internal or future use.
(in) Excludes listings that have listing type set to StoresFixedPrice.
(in) Excludes listings that have listing type set to StoresFixedPrice.
(in) Only retrieves listings that can be purchased at a fixed price.
(in) Only retrieves listings for which the listing type is StoresFixedPrice.
String value

Constructor Summary
ItemTypeCodeType(Object object)

Property Details

property static AdFormat

Restricts listings to return only items that have the Ad Format feature.


property static AllFixedPriceItemTypes

(in) 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 or Live. Does not retrieve auction items for which BuyItNowEnabled is false.


property static AllItemTypes

(in) Retrieves listings whether or not listing type is set to StoresFixedPrice; include auction items. In searches for items, you must specify the AllItemTypes value if you want Store Inventory format (StoresFixedPrice) items to be returned.


property static AllItems

(in) Returns all listing types (the default for FindItemsAdvanced). It is recommended that you use AllItemTypes instead of AllItems. Whether StoresFixedPrice items are retrieved depends on the site default.


property static AuctionItemsOnly

(in) Only retrieve listings eligible for competitive bidding at auction. That is, only retrieve listings for which ListingType is Chinese, Dutch, or Live (regardless of the BuyItNowEnabled value). If a listing has a listing type of any of the following, it is not retrieved: StoresFixedPrice, FixedPriceItem, and AdType.


property static ClassifiedItemsOnly

(in) Only retrieves Classified Ad format listings.


property static CustomCode

(out) Reserved for internal or future use.


property static ExcludeStoreInventory

(in) Excludes listings that have listing type set to StoresFixedPrice.


property static FixedPriceExcludeStoreInventory

(in) Excludes listings that have listing type set to StoresFixedPrice. Excludes listings that have listing type set to AdType or Live. Excludes auction listings in which BuyItNowEnabled is false.


property static FixedPricedItem

(in) Only retrieves listings that can be purchased at a fixed price. That is, only retrieves listings for which listing type 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 Chinese and Dutch auction listings for which BuyItNowEnabled is true. Does not retrieve listings for which listing type is AdType or Live, and does not retrieve auction listings for which BuyItNowEnabled is false.


property static StoreInventoryOnly

(in) Only retrieves listings for which the listing type is StoresFixedPrice.


property String value


Constructor Details

constructor ItemTypeCodeType

ItemTypeCodeType(Object object)

Parameters:
object