Class StoreSearchCodeType


class StoreSearchCodeType
Identifies the StoreSearch codes (e.g., for FindItemsAdvanced requests).

Defined in com/ebay/shoppingservice/StoreSearchCodeType.js

Property Summary
(in) Within a single store for all items (specify a store in the appropriate input field).
(in) Within a single store for auction items (specify a store in the appropriate input field).
(in) Across all stores for basic fixed price items, Store Inventory format items, and auction items with Buy It Now.
(in) Within a single store for basic fixed price items, Store Inventory format items, and auction items with Buy It Now (specify a store in the appropriate input field).
(out) Reserved for internal or future use.
String value

Constructor Summary
StoreSearchCodeType(Object object)

Property Details

property static AllItemsInTheStore

(in) Within a single store for all items (specify a store in the appropriate input field).


property static AuctionItemsInTheStore

(in) Within a single store for auction items (specify a store in the appropriate input field).


property static BuyItNowItemsInAllStores

(in) Across all stores for basic fixed price items, Store Inventory format items, and auction items with Buy It Now.


property static BuyItNowItemsInTheStore

(in) Within a single store for basic fixed price items, Store Inventory format items, and auction items with Buy It Now (specify a store in the appropriate input field).


property static CustomCode

(out) Reserved for internal or future use.


property String value


Constructor Details

constructor StoreSearchCodeType

StoreSearchCodeType(Object object)

Parameters:
object