Trading_ProductSearchPageType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ProductSearchPageType.h Trading_ProductSearchPageType.m |
Tasks
-
searchCharacteristicsSet
A list of attributes that describe the choice of search criteria
property
for the specified characteristic set. The order in which the criteria are returned
is not significant and may vary for different requests. See the eBay Web Services guide
for details about how to use this data as input to GetProductSearchResults. -
searchType
Ignore this field. GetProductSearchPage only retrieves criteria
property
for single-attribute searches.
Use GetProductFinder for valid multi-attribute search criteria. -
sortCharacteristics
A product aspect or feature that can be used as a key for sorting catalog
property
search results. This does not necessarily match a searchable attribute. For
example, you might be able to search on a product’s title but sort the results
by the release date or the manufacturer’s suggested retail price (MSRP). At
least one sort attribute is always returned. Applications should ensure that
only one attribute is selected as a sort key from these results (before
calling GetProductSearchResults). The default sort key is the one with the
lowest DisplaySequence value. The order in which the SortCharacteristics nodes
are returned is not significant and may vary for different requests. See the
eBay Web Services guide for details about how to use this data as input to
GetProductSearchResults. -
dataElementSet
Contains helpful hints for the user. Usage of this information is optional.
property -
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_ProductSearchPageType.h
dataElementSet
Contains helpful hints for the user. Usage of this information is optional.
@property (nonatomic, retain) NSMutableArray *dataElementSet
Discussion
Contains helpful hints for the user. Usage of this information is optional.
entry type : class Trading_DataElementSetType
Declared In
Trading_ProductSearchPageType.h
searchCharacteristicsSet
A list of attributes that describe the choice of search criteria
for the specified characteristic set. The order in which the criteria are returned
is not significant and may vary for different requests. See the eBay Web Services guide
for details about how to use this data as input to GetProductSearchResults.
@property (nonatomic, retain) Trading_CharacteristicsSetType *searchCharacteristicsSet
Discussion
A list of attributes that describe the choice of search criteria
for the specified characteristic set. The order in which the criteria are returned
is not significant and may vary for different requests. See the eBay Web Services guide
for details about how to use this data as input to GetProductSearchResults.
type : class Trading_CharacteristicsSetType
Declared In
Trading_ProductSearchPageType.h
searchType
Ignore this field. GetProductSearchPage only retrieves criteria
for single-attribute searches.
Use GetProductFinder for valid multi-attribute search criteria.
@property (nonatomic, retain) NSString *searchType
Discussion
Ignore this field. GetProductSearchPage only retrieves criteria
for single-attribute searches.
Use GetProductFinder for valid multi-attribute search criteria.
type: string constant in Trading_CharacteristicsSearchCodeType.h
Declared In
Trading_ProductSearchPageType.h
sortCharacteristics
A product aspect or feature that can be used as a key for sorting catalog
search results. This does not necessarily match a searchable attribute. For
example, you might be able to search on a product’s title but sort the results
by the release date or the manufacturer’s suggested retail price (MSRP). At
least one sort attribute is always returned. Applications should ensure that
only one attribute is selected as a sort key from these results (before
calling GetProductSearchResults). The default sort key is the one with the
lowest DisplaySequence value. The order in which the SortCharacteristics nodes
are returned is not significant and may vary for different requests. See the
eBay Web Services guide for details about how to use this data as input to
GetProductSearchResults.
@property (nonatomic, retain) NSMutableArray *sortCharacteristics
Discussion
A product aspect or feature that can be used as a key for sorting catalog
search results. This does not necessarily match a searchable attribute. For
example, you might be able to search on a product’s title but sort the results
by the release date or the manufacturer’s suggested retail price (MSRP). At
least one sort attribute is always returned. Applications should ensure that
only one attribute is selected as a sort key from these results (before
calling GetProductSearchResults). The default sort key is the one with the
lowest DisplaySequence value. The order in which the SortCharacteristics nodes
are returned is not significant and may vary for different requests. See the
eBay Web Services guide for details about how to use this data as input to
GetProductSearchResults.
entry type : class Trading_CharacteristicType
Declared In
Trading_ProductSearchPageType.h