Trading_ProductSearchResultType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ProductSearchResultType.h Trading_ProductSearchResultType.m |
Tasks
-
idKey you specified in ProductSearchID in the search request to
property
distinguish between query results. Primarily useful when conducting
multiple searches in the same call. If no ProductSearchID value was
specified in the request, returns the array index of the search result
(beginning with 0). Not applicable to GetProductFamilyMembers. -
numProductsTotal quantity of products that match the search request
property
(across all characteristic sets). This value can exceed the actual
quantity of products returned in the current virtual page.
Not applicable to GetProductFamilyMembers. -
attributeSetA result containing a set of one or more product families.
property
For GetProductSearchResults, if QueryKeywords and multiple characteristic set IDs were
specified in the request, multiple AttributeSet objects can be returned.
Each AttributeSet corresponds to a characteristic set ID specified
in the request. See the eBay Web Services guide for more information
about working with this data.
For GetProductSearchResults, only returned with request version 387 and higher.
For GetProductFamilyMembers, only returned with request version 415 and higher. -
displayStockPhotosIf true, your application should attempt to display stock photos that
property
are returned. If false, your application should not attempt to display any
stock photos that are returned. This recommendation is useful for catalog data
related to products like coins, where stock photos are not applicable. An
application with a graphical user interface can use this flag to determine
when to hide stock photo widgets for a set of search results. -
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_ProductSearchResultType.hattributeSet
A result containing a set of one or more product families.
For GetProductSearchResults, if QueryKeywords and multiple characteristic set IDs were
specified in the request, multiple AttributeSet objects can be returned.
Each AttributeSet corresponds to a characteristic set ID specified
in the request. See the eBay Web Services guide for more information
about working with this data.
For GetProductSearchResults, only returned with request version 387 and higher.
For GetProductFamilyMembers, only returned with request version 415 and higher.
@property (nonatomic, retain) NSMutableArray *attributeSetDiscussion
A result containing a set of one or more product families.
For GetProductSearchResults, if QueryKeywords and multiple characteristic set IDs were
specified in the request, multiple AttributeSet objects can be returned.
Each AttributeSet corresponds to a characteristic set ID specified
in the request. See the eBay Web Services guide for more information
about working with this data.
For GetProductSearchResults, only returned with request version 387 and higher.
For GetProductFamilyMembers, only returned with request version 415 and higher.
entry type : class Trading_ResponseAttributeSetType
Declared In
Trading_ProductSearchResultType.hdisplayStockPhotos
If true, your application should attempt to display stock photos that
are returned. If false, your application should not attempt to display any
stock photos that are returned. This recommendation is useful for catalog data
related to products like coins, where stock photos are not applicable. An
application with a graphical user interface can use this flag to determine
when to hide stock photo widgets for a set of search results.
@property (nonatomic, retain) NSNumber *displayStockPhotosDiscussion
If true, your application should attempt to display stock photos that
are returned. If false, your application should not attempt to display any
stock photos that are returned. This recommendation is useful for catalog data
related to products like coins, where stock photos are not applicable. An
application with a graphical user interface can use this flag to determine
when to hide stock photo widgets for a set of search results.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ProductSearchResultType.hid
Key you specified in ProductSearchID in the search request to
distinguish between query results. Primarily useful when conducting
multiple searches in the same call. If no ProductSearchID value was
specified in the request, returns the array index of the search result
(beginning with 0). Not applicable to GetProductFamilyMembers.
@property (nonatomic, retain) NSString *idDiscussion
Key you specified in ProductSearchID in the search request to
distinguish between query results. Primarily useful when conducting
multiple searches in the same call. If no ProductSearchID value was
specified in the request, returns the array index of the search result
(beginning with 0). Not applicable to GetProductFamilyMembers.
type : NSString, wrapper for primitive string
Declared In
Trading_ProductSearchResultType.hnumProducts
Total quantity of products that match the search request
(across all characteristic sets). This value can exceed the actual
quantity of products returned in the current virtual page.
Not applicable to GetProductFamilyMembers.
@property (nonatomic, retain) NSString *numProductsDiscussion
Total quantity of products that match the search request
(across all characteristic sets). This value can exceed the actual
quantity of products returned in the current virtual page.
Not applicable to GetProductFamilyMembers.
type : NSString, wrapper for primitive string
Declared In
Trading_ProductSearchResultType.h