Trading_ProductSuggestionType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ProductSuggestionType.h Trading_ProductSuggestionType.m |
Overview
Identifies an individual product suggestion. The product details include the EPID, Title, Stock photo url and if it is
an exact match.
@ingroup EBayAPIInterface
Tasks
-
titleThe title of the product from the eBay catalog.
property -
epidThe product reference Id of the product
property
The eBay Product ID, a global reference ID for an eBay catalog product. The
ePID is a fixed reference to a product (regardless of version). -
stockPhotoFully qualified URL for a stock image (if any) that is associated with the
property
eBay catalog product. The URL is for the image eBay usually displays in
product search results (usually 70px tall). It may be helpful to calculate the
dimensions of the photo programmatically before displaying it. -
recommendedIf true, indicates that the product is an exact match, suitable for listing
property
the item. -
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_ProductSuggestionType.hepid
The product reference Id of the product
The eBay Product ID, a global reference ID for an eBay catalog product. The
ePID is a fixed reference to a product (regardless of version).
@property (nonatomic, retain) NSString *epidDiscussion
The product reference Id of the product
The eBay Product ID, a global reference ID for an eBay catalog product. The
ePID is a fixed reference to a product (regardless of version).
type : NSString, wrapper for primitive string
Declared In
Trading_ProductSuggestionType.hrecommended
If true, indicates that the product is an exact match, suitable for listing
the item.
@property (nonatomic, retain) NSNumber *recommendedDiscussion
If true, indicates that the product is an exact match, suitable for listing
the item.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ProductSuggestionType.hstockPhoto
Fully qualified URL for a stock image (if any) that is associated with the
eBay catalog product. The URL is for the image eBay usually displays in
product search results (usually 70px tall). It may be helpful to calculate the
dimensions of the photo programmatically before displaying it.
@property (nonatomic, retain) NSString *stockPhotoDiscussion
Fully qualified URL for a stock image (if any) that is associated with the
eBay catalog product. The URL is for the image eBay usually displays in
product search results (usually 70px tall). It may be helpful to calculate the
dimensions of the photo programmatically before displaying it.
type : NSString, wrapper for primitive string
Declared In
Trading_ProductSuggestionType.h