Trading_MyeBayFavoriteSearchType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_MyeBayFavoriteSearchType.h Trading_MyeBayFavoriteSearchType.m |
Tasks
-
searchNameThe name of a My eBay Favorite Search.
property -
searchQueryThe query string of a My eBay Favorite Search. You can paste this value, that is
property
returned as a URL, into a browser to re-play the Favorite Search using the Trading
Web Service. -
queryKeywordsThe QueryKeywords of a My eBay Favorite Search. A search that uses QueryKeywords is a
property
query that specifies a string for searching titles of items on
eBay.
If you are using a URL, then to search for multiple words,
use “%20”. For example, use Harry%20Potter to search for items containing those words
in any order.
You can incorporate wildcards into a multi-word search, as in the following:
ap%20ip.
The words “and” and “or” are treated like any other
word. Only use “and”, “or”, or “the” if you are searching for listings containing
these words. -
categoryIDThe CategoryID of a My eBay Favorite Search. CategoryID is used to
property
restrict the query to a specific category. CategoryID cannot be used
with the following input fields: EndTimeFrom, EndTimeTo, PriceMin, or PriceMax. -
itemSortThe ItemSort of a My eBay Favorite Search. Values for ItemSort include
property
Best Match, EndTime, Distance, and other options listed in SimpleItemSortCodeType. -
sortOrderThe SortOrder of a My eBay Favorite Search. This value specifies whether you want to
property
sort search results in ascending or descending order, in conjunction with the value
you specify in ItemSort. -
endTimeFromThe EndTimeFrom of a My eBay Favorite Search. EndTimeFrom and EndTimeTo limit the
property
results to items ending within a time range. EndTimeFrom specifies the beginning of
the time range. -
endTimeToThe EndTimeTo of a My eBay Favorite Search. EndTimeFrom and EndTimeTo limit the
property
results to items ending within a time range. EndTimeTo specifies the end of the time
range. -
maxDistanceThe MaxDistance of a My eBay Favorite Search. This is the maximum distance from the
property
item-location value specified in PostalCode. -
postalCodeThe PostalCode of a My eBay Favorite Search. This value indicates the
property
postal code where an item is located. -
itemTypeThe ItemType of a My eBay Favorite Search. Setting ItemType in a search
property
limits the results to items of a specific type, such as Fixed Price items,
Store Inventory items, items with AdFormat, etc. -
priceMaxThe PriceMax of a My eBay Favorite Search. PriceMax specifies
property
the maximum current price an item can have to be included in
the search results. PriceMax can be used with PriceMin to specify
a range of prices. -
priceMinThe PriceMin of a My eBay Favorite Search. PriceMin specifies the
property
minimum current price an item listing can have to be included in
the search results. PriceMin can be used with PriceMax to specify
a range of prices. -
currencyThe Currency of a My eBay Favorite Search. The currency value limits
property
the result set to just those items with a specified currency. -
bidCountMaxThe BidCountMax value in a My eBay Favorite Search. The BidCountMax limits the search
property
results to items with a maximum number of bids. -
bidCountMinThe BidCountMin value in a My eBay Favorite Search. The BidCountMin limits the
property
results of a search to items with a maximum number of bids. -
searchFlagThe SearchFlag value in a My eBay Favorite Search. The SearchFlag allows you to
property
specify whether you want to include charity listings, free-shipping listings, and
listings with other features in your search. -
paymentMethodThe PaymentMethod value in a My eBay Favorite Search. The PaymentMethod limits the
property
search results to items that accept a specific payment method or methods. -
preferredLocationThe PreferredLocation value of a My eBay Favorite Search. The PreferredLocation
property
specifies the criteria for filtering search results by site, where site is determined
by the site ID in the request. -
sellerIDThe SellerID value in a My eBay Favorite Search. The SellerID is the eBay ID of a
property
specific seller. -
sellerIDExcludeThe SellerIDExclude value in a My eBay Favorite Search. The SellerIDExclude limits
property
the search results to exclude items sold by a specific seller or by specific sellers. -
itemsAvailableToThe ItemsAvailableTo value in a My eBay Favorite Search. ItemsAvailableTo limits the
property
result set to just those items available to the specified country. -
itemsLocatedInThe ItemsLocatedIn value in a My eBay Favorite Search. ItemsLocatedIn limits the
property
result set to just those items located in the specified country. -
sellerBusinessTypeThe SellerBusinessType value in a My eBay Favorite Search. The SellerBusinessType
property
limits the search results to those of a particular seller business type such as
commercial or private. SellerBusinessType is only available for sites that have
business seller features enabled. -
conditionThe Condition value in a My eBay Favorite Search. Condition limits the results to new
property
or used items, plus items that have no condition specified. -
quantityThe Quantity value in a My eBay Favorite Search. The Quantity limits the search
property
results to listings that offer a certain number of items matching the query. The
Quantity field is used with QuantityOperator to specify that you are seeking listings
with quantities greater than, equal to, or less than the value you specify in
Quantity. -
quantityOperatorThe Quantity Operator value in a My eBay Favorite Search. The Quantity Operator
property
limits the results to listings with quantities greater than, equal to, or less than
the value you specify in Quantity. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_MyeBayFavoriteSearchType.hbidCountMax
The BidCountMax value in a My eBay Favorite Search. The BidCountMax limits the search
results to items with a maximum number of bids.
@property (nonatomic, retain) NSNumber *bidCountMaxDiscussion
The BidCountMax value in a My eBay Favorite Search. The BidCountMax limits the search
results to items with a maximum number of bids.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBayFavoriteSearchType.hbidCountMin
The BidCountMin value in a My eBay Favorite Search. The BidCountMin limits the
results of a search to items with a maximum number of bids.
@property (nonatomic, retain) NSNumber *bidCountMinDiscussion
The BidCountMin value in a My eBay Favorite Search. The BidCountMin limits the
results of a search to items with a maximum number of bids.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBayFavoriteSearchType.hcategoryID
The CategoryID of a My eBay Favorite Search. CategoryID is used to
restrict the query to a specific category. CategoryID cannot be used
with the following input fields: EndTimeFrom, EndTimeTo, PriceMin, or PriceMax.
@property (nonatomic, retain) NSString *categoryIDDiscussion
The CategoryID of a My eBay Favorite Search. CategoryID is used to
restrict the query to a specific category. CategoryID cannot be used
with the following input fields: EndTimeFrom, EndTimeTo, PriceMin, or PriceMax.
type : NSString, wrapper for primitive string
Declared In
Trading_MyeBayFavoriteSearchType.hcondition
The Condition value in a My eBay Favorite Search. Condition limits the results to new
or used items, plus items that have no condition specified.
@property (nonatomic, retain) NSString *conditionDiscussion
The Condition value in a My eBay Favorite Search. Condition limits the results to new
or used items, plus items that have no condition specified.
type: string constant in Trading_ItemConditionCodeType.h
Declared In
Trading_MyeBayFavoriteSearchType.hcurrency
The Currency of a My eBay Favorite Search. The currency value limits
the result set to just those items with a specified currency.
@property (nonatomic, retain) NSString *currencyDiscussion
The Currency of a My eBay Favorite Search. The currency value limits
the result set to just those items with a specified currency.
type: string constant in Trading_CurrencyCodeType.h
Declared In
Trading_MyeBayFavoriteSearchType.hendTimeFrom
The EndTimeFrom of a My eBay Favorite Search. EndTimeFrom and EndTimeTo limit the
results to items ending within a time range. EndTimeFrom specifies the beginning of
the time range.
@property (nonatomic, retain) NSDate *endTimeFromDiscussion
The EndTimeFrom of a My eBay Favorite Search. EndTimeFrom and EndTimeTo limit the
results to items ending within a time range. EndTimeFrom specifies the beginning of
the time range.
type : NSDate, wrapper for primitive date
Declared In
Trading_MyeBayFavoriteSearchType.hendTimeTo
The EndTimeTo of a My eBay Favorite Search. EndTimeFrom and EndTimeTo limit the
results to items ending within a time range. EndTimeTo specifies the end of the time
range.
@property (nonatomic, retain) NSDate *endTimeToDiscussion
The EndTimeTo of a My eBay Favorite Search. EndTimeFrom and EndTimeTo limit the
results to items ending within a time range. EndTimeTo specifies the end of the time
range.
type : NSDate, wrapper for primitive date
Declared In
Trading_MyeBayFavoriteSearchType.hitemSort
The ItemSort of a My eBay Favorite Search. Values for ItemSort include
Best Match, EndTime, Distance, and other options listed in SimpleItemSortCodeType.
@property (nonatomic, retain) NSString *itemSortDiscussion
The ItemSort of a My eBay Favorite Search. Values for ItemSort include
Best Match, EndTime, Distance, and other options listed in SimpleItemSortCodeType.
type: string constant in Trading_SimpleItemSortCodeType.h
Declared In
Trading_MyeBayFavoriteSearchType.hitemType
The ItemType of a My eBay Favorite Search. Setting ItemType in a search
limits the results to items of a specific type, such as Fixed Price items,
Store Inventory items, items with AdFormat, etc.
@property (nonatomic, retain) NSString *itemTypeDiscussion
The ItemType of a My eBay Favorite Search. Setting ItemType in a search
limits the results to items of a specific type, such as Fixed Price items,
Store Inventory items, items with AdFormat, etc.
type: string constant in Trading_ItemTypeCodeType.h
Declared In
Trading_MyeBayFavoriteSearchType.hitemsAvailableTo
The ItemsAvailableTo value in a My eBay Favorite Search. ItemsAvailableTo limits the
result set to just those items available to the specified country.
@property (nonatomic, retain) NSString *itemsAvailableToDiscussion
The ItemsAvailableTo value in a My eBay Favorite Search. ItemsAvailableTo limits the
result set to just those items available to the specified country.
type: string constant in Trading_CountryCodeType.h
Declared In
Trading_MyeBayFavoriteSearchType.hitemsLocatedIn
The ItemsLocatedIn value in a My eBay Favorite Search. ItemsLocatedIn limits the
result set to just those items located in the specified country.
@property (nonatomic, retain) NSString *itemsLocatedInDiscussion
The ItemsLocatedIn value in a My eBay Favorite Search. ItemsLocatedIn limits the
result set to just those items located in the specified country.
type: string constant in Trading_CountryCodeType.h
Declared In
Trading_MyeBayFavoriteSearchType.hmaxDistance
The MaxDistance of a My eBay Favorite Search. This is the maximum distance from the
item-location value specified in PostalCode.
@property (nonatomic, retain) NSNumber *maxDistanceDiscussion
The MaxDistance of a My eBay Favorite Search. This is the maximum distance from the
item-location value specified in PostalCode.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBayFavoriteSearchType.hpaymentMethod
The PaymentMethod value in a My eBay Favorite Search. The PaymentMethod limits the
search results to items that accept a specific payment method or methods.
@property (nonatomic, retain) NSString *paymentMethodDiscussion
The PaymentMethod value in a My eBay Favorite Search. The PaymentMethod limits the
search results to items that accept a specific payment method or methods.
type: string constant in Trading_PaymentMethodSearchCodeType.h
Declared In
Trading_MyeBayFavoriteSearchType.hpostalCode
The PostalCode of a My eBay Favorite Search. This value indicates the
postal code where an item is located.
@property (nonatomic, retain) NSString *postalCodeDiscussion
The PostalCode of a My eBay Favorite Search. This value indicates the
postal code where an item is located.
type : NSString, wrapper for primitive string
Declared In
Trading_MyeBayFavoriteSearchType.hpreferredLocation
The PreferredLocation value of a My eBay Favorite Search. The PreferredLocation
specifies the criteria for filtering search results by site, where site is determined
by the site ID in the request.
@property (nonatomic, retain) NSString *preferredLocationDiscussion
The PreferredLocation value of a My eBay Favorite Search. The PreferredLocation
specifies the criteria for filtering search results by site, where site is determined
by the site ID in the request.
type: string constant in Trading_PreferredLocationCodeType.h
Declared In
Trading_MyeBayFavoriteSearchType.hpriceMax
The PriceMax of a My eBay Favorite Search. PriceMax specifies
the maximum current price an item can have to be included in
the search results. PriceMax can be used with PriceMin to specify
a range of prices.
@property (nonatomic, retain) Trading_AmountType *priceMaxDiscussion
The PriceMax of a My eBay Favorite Search. PriceMax specifies
the maximum current price an item can have to be included in
the search results. PriceMax can be used with PriceMin to specify
a range of prices.
type : class Trading_AmountType
Declared In
Trading_MyeBayFavoriteSearchType.hpriceMin
The PriceMin of a My eBay Favorite Search. PriceMin specifies the
minimum current price an item listing can have to be included in
the search results. PriceMin can be used with PriceMax to specify
a range of prices.
@property (nonatomic, retain) Trading_AmountType *priceMinDiscussion
The PriceMin of a My eBay Favorite Search. PriceMin specifies the
minimum current price an item listing can have to be included in
the search results. PriceMin can be used with PriceMax to specify
a range of prices.
type : class Trading_AmountType
Declared In
Trading_MyeBayFavoriteSearchType.hquantity
The Quantity value in a My eBay Favorite Search. The Quantity limits the search
results to listings that offer a certain number of items matching the query. The
Quantity field is used with QuantityOperator to specify that you are seeking listings
with quantities greater than, equal to, or less than the value you specify in
Quantity.
@property (nonatomic, retain) NSNumber *quantityDiscussion
The Quantity value in a My eBay Favorite Search. The Quantity limits the search
results to listings that offer a certain number of items matching the query. The
Quantity field is used with QuantityOperator to specify that you are seeking listings
with quantities greater than, equal to, or less than the value you specify in
Quantity.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBayFavoriteSearchType.hquantityOperator
The Quantity Operator value in a My eBay Favorite Search. The Quantity Operator
limits the results to listings with quantities greater than, equal to, or less than
the value you specify in Quantity.
@property (nonatomic, retain) NSString *quantityOperatorDiscussion
The Quantity Operator value in a My eBay Favorite Search. The Quantity Operator
limits the results to listings with quantities greater than, equal to, or less than
the value you specify in Quantity.
type: string constant in Trading_QuantityOperatorCodeType.h
Declared In
Trading_MyeBayFavoriteSearchType.hqueryKeywords
The QueryKeywords of a My eBay Favorite Search. A search that uses QueryKeywords is a
query that specifies a string for searching titles of items on
eBay.
If you are using a URL, then to search for multiple words,
use “%20”. For example, use Harry%20Potter to search for items containing those words
in any order.
You can incorporate wildcards into a multi-word search, as in the following:
ap%20ip.
The words “and” and “or” are treated like any other
word. Only use “and”, “or”, or “the” if you are searching for listings containing
these words.
@property (nonatomic, retain) NSString *queryKeywordsDiscussion
The QueryKeywords of a My eBay Favorite Search. A search that uses QueryKeywords is a
query that specifies a string for searching titles of items on
eBay.
If you are using a URL, then to search for multiple words,
use “%20”. For example, use Harry%20Potter to search for items containing those words
in any order.
You can incorporate wildcards into a multi-word search, as in the following:
ap%20ip.
The words “and” and “or” are treated like any other
word. Only use “and”, “or”, or “the” if you are searching for listings containing
these words.
type : NSString, wrapper for primitive string
Declared In
Trading_MyeBayFavoriteSearchType.hsearchFlag
The SearchFlag value in a My eBay Favorite Search. The SearchFlag allows you to
specify whether you want to include charity listings, free-shipping listings, and
listings with other features in your search.
@property (nonatomic, retain) NSMutableArray *searchFlagDiscussion
The SearchFlag value in a My eBay Favorite Search. The SearchFlag allows you to
specify whether you want to include charity listings, free-shipping listings, and
listings with other features in your search.
entry type : string constant in Trading_SearchFlagCodeType.h
Declared In
Trading_MyeBayFavoriteSearchType.hsearchName
The name of a My eBay Favorite Search.
@property (nonatomic, retain) NSString *searchNameDiscussion
The name of a My eBay Favorite Search.
type : NSString, wrapper for primitive string
Declared In
Trading_MyeBayFavoriteSearchType.hsearchQuery
The query string of a My eBay Favorite Search. You can paste this value, that is
returned as a URL, into a browser to re-play the Favorite Search using the Trading
Web Service.
@property (nonatomic, retain) NSString *searchQueryDiscussion
The query string of a My eBay Favorite Search. You can paste this value, that is
returned as a URL, into a browser to re-play the Favorite Search using the Trading
Web Service.
type : NSString, wrapper for primitive string
Declared In
Trading_MyeBayFavoriteSearchType.hsellerBusinessType
The SellerBusinessType value in a My eBay Favorite Search. The SellerBusinessType
limits the search results to those of a particular seller business type such as
commercial or private. SellerBusinessType is only available for sites that have
business seller features enabled.
@property (nonatomic, retain) NSString *sellerBusinessTypeDiscussion
The SellerBusinessType value in a My eBay Favorite Search. The SellerBusinessType
limits the search results to those of a particular seller business type such as
commercial or private. SellerBusinessType is only available for sites that have
business seller features enabled.
type: string constant in Trading_SellerBusinessCodeType.h
Declared In
Trading_MyeBayFavoriteSearchType.hsellerID
The SellerID value in a My eBay Favorite Search. The SellerID is the eBay ID of a
specific seller.
@property (nonatomic, retain) NSMutableArray *sellerIDDiscussion
The SellerID value in a My eBay Favorite Search. The SellerID is the eBay ID of a
specific seller.
entry type : NSString, wrapper for primitive string
Declared In
Trading_MyeBayFavoriteSearchType.hsellerIDExclude
The SellerIDExclude value in a My eBay Favorite Search. The SellerIDExclude limits
the search results to exclude items sold by a specific seller or by specific sellers.
@property (nonatomic, retain) NSMutableArray *sellerIDExcludeDiscussion
The SellerIDExclude value in a My eBay Favorite Search. The SellerIDExclude limits
the search results to exclude items sold by a specific seller or by specific sellers.
entry type : NSString, wrapper for primitive string
Declared In
Trading_MyeBayFavoriteSearchType.hsortOrder
The SortOrder of a My eBay Favorite Search. This value specifies whether you want to
sort search results in ascending or descending order, in conjunction with the value
you specify in ItemSort.
@property (nonatomic, retain) NSString *sortOrderDiscussion
The SortOrder of a My eBay Favorite Search. This value specifies whether you want to
sort search results in ascending or descending order, in conjunction with the value
you specify in ItemSort.
type: string constant in Trading_SortOrderCodeType.h
Declared In
Trading_MyeBayFavoriteSearchType.h