Trading_MyeBayFavoriteSearchType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_MyeBayFavoriteSearchType.h Trading_MyeBayFavoriteSearchType.m |
Tasks
-
searchName
The name of a My eBay Favorite Search.
property -
searchQuery
The 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. -
queryKeywords
The 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. -
categoryID
The 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. -
itemSort
The ItemSort of a My eBay Favorite Search. Values for ItemSort include
property
Best Match, EndTime, Distance, and other options listed in SimpleItemSortCodeType. -
sortOrder
The 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. -
endTimeFrom
The 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. -
endTimeTo
The 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. -
maxDistance
The MaxDistance of a My eBay Favorite Search. This is the maximum distance from the
property
item-location value specified in PostalCode. -
postalCode
The PostalCode of a My eBay Favorite Search. This value indicates the
property
postal code where an item is located. -
itemType
The 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. -
priceMax
The 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. -
priceMin
The 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. -
currency
The Currency of a My eBay Favorite Search. The currency value limits
property
the result set to just those items with a specified currency. -
bidCountMax
The BidCountMax value in a My eBay Favorite Search. The BidCountMax limits the search
property
results to items with a maximum number of bids. -
bidCountMin
The 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. -
searchFlag
The 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. -
paymentMethod
The 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. -
preferredLocation
The 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. -
sellerID
The SellerID value in a My eBay Favorite Search. The SellerID is the eBay ID of a
property
specific seller. -
sellerIDExclude
The 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. -
itemsAvailableTo
The ItemsAvailableTo value in a My eBay Favorite Search. ItemsAvailableTo limits the
property
result set to just those items available to the specified country. -
itemsLocatedIn
The ItemsLocatedIn value in a My eBay Favorite Search. ItemsLocatedIn limits the
property
result set to just those items located in the specified country. -
sellerBusinessType
The 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. -
condition
The 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. -
quantity
The 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. -
quantityOperator
The 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_MyeBayFavoriteSearchType.h
bidCountMax
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 *bidCountMax
Discussion
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.h
bidCountMin
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 *bidCountMin
Discussion
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.h
categoryID
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 *categoryID
Discussion
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.h
condition
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 *condition
Discussion
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.h
currency
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 *currency
Discussion
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.h
endTimeFrom
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 *endTimeFrom
Discussion
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.h
endTimeTo
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 *endTimeTo
Discussion
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.h
itemSort
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 *itemSort
Discussion
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.h
itemType
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 *itemType
Discussion
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.h
itemsAvailableTo
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 *itemsAvailableTo
Discussion
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.h
itemsLocatedIn
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 *itemsLocatedIn
Discussion
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.h
maxDistance
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 *maxDistance
Discussion
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.h
paymentMethod
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 *paymentMethod
Discussion
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.h
postalCode
The PostalCode of a My eBay Favorite Search. This value indicates the
postal code where an item is located.
@property (nonatomic, retain) NSString *postalCode
Discussion
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.h
preferredLocation
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 *preferredLocation
Discussion
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.h
priceMax
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 *priceMax
Discussion
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.h
priceMin
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 *priceMin
Discussion
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.h
quantity
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 *quantity
Discussion
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.h
quantityOperator
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 *quantityOperator
Discussion
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.h
queryKeywords
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 *queryKeywords
Discussion
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.h
searchFlag
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 *searchFlag
Discussion
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.h
searchName
The name of a My eBay Favorite Search.
@property (nonatomic, retain) NSString *searchName
Discussion
The name of a My eBay Favorite Search.
type : NSString, wrapper for primitive string
Declared In
Trading_MyeBayFavoriteSearchType.h
searchQuery
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 *searchQuery
Discussion
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.h
sellerBusinessType
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 *sellerBusinessType
Discussion
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.h
sellerID
The SellerID value in a My eBay Favorite Search. The SellerID is the eBay ID of a
specific seller.
@property (nonatomic, retain) NSMutableArray *sellerID
Discussion
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.h
sellerIDExclude
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 *sellerIDExclude
Discussion
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.h
sortOrder
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 *sortOrder
Discussion
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