Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_ProductSearchResultType.h
Trading_ProductSearchResultType.m

Overview

This type is deprecated as GetProduct* calls were deprecated.

@ingroup EBayAPIInterface

Tasks

  •   id

    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
  •   numProducts

    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
  •   attributeSet

    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
  •   displayStockPhotos

    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
  •   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_ProductSearchResultType.h

attributeSet

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 *attributeSet

Discussion

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.h

displayStockPhotos

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 *displayStockPhotos

Discussion

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.h

id

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 *id

Discussion

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.h

numProducts

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 *numProducts

Discussion

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