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

  •   title

    The title of the product from the eBay catalog.

    property
  •   epid

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

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

    If true, indicates that the product is an exact match, suitable for listing
    the item.

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

epid

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

Discussion

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

recommended

If true, indicates that the product is an exact match, suitable for listing
the item.

@property (nonatomic, retain) NSNumber *recommended

Discussion

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

stockPhoto

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

Discussion

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

title

The title of the product from the eBay catalog.

@property (nonatomic, retain) NSString *title

Discussion

The title of the product from the eBay catalog.

type : NSString, wrapper for primitive string

Declared In

Trading_ProductSuggestionType.h