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

Overview

This type is deprecated as GetProduct* calls were deprecated.

@ingroup EBayAPIInterface

Tasks

  •   characteristicsSet

    A set of characteristics that describe the product in a standardized way.
    In responses, only the attributes and values that applicable for the
    specified product are returned.

    property
  •   detailsURL

    Fully qualified URL for optional information about the product,
    such as a movie’s description or film credits. This information
    is hosted through the eBay site and cannot be edited.
    Applications can include this URL as a link in product search results
    so that end users can view additional descriptive details about the product.

    property
  •   numItems

    Total number of active listings on the specified eBay site
    that were pre-filled based on this product.

    property
  •   minPrice

    Lowest current price of active and ended listings on the specified eBay site that were
    pre-filled based on this product. The value is in the specified site’s currency.

    property
  •   maxPrice

    Highest current price of active and ended listings on the specified eBay site that were
    pre-filled based on this product. The value is in the specified site’s currency.
    Round numbers (such as 15.0) may only show one zero after the decimal (as with any double in the schema).

    property
  •   productReferenceID

    eBay’s global reference ID for a catalog product.
    On the eBay Web site, this is known as the “ePID”. A reference ID is
    a fixed reference to a product (regardless of version).
    One reference ID can be associated with multiple ProductID values.
    The value should start with “EPID”, for example “EPID30971438"
    (without quotes).
    You can find reference IDs for products by using FindProducts in the Shopping API. You can also find the ePID on eBay’s Web site.



    If the primary and secondary categories are both catalog-enabled,
    this ID should correspond to the primary category
    (not the secondary category).



    Some sites (such as eBay US, Germany, Austria, and Switzerland) are updating,
    replacing, deleting, or merging some products (as a result of migrating from one
    catalog data provider to another). If you specify one of these products in a request,
    the call may return the product with a warning, or it may return an error if the
    product has been deleted.

    property
  •   any

    (public property)

    property
  •   productID

    (public property)

    property
  •   stockPhotoURL

    (public property)

    property
  •   title

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

characteristicsSet

A set of characteristics that describe the product in a standardized way.
In responses, only the attributes and values that applicable for the
specified product are returned.

@property (nonatomic, retain) Trading_CharacteristicsSetType *characteristicsSet

Discussion

A set of characteristics that describe the product in a standardized way.
In responses, only the attributes and values that applicable for the
specified product are returned.

type : class Trading_CharacteristicsSetType

Declared In

Trading_ProductType.h

detailsURL

Fully qualified URL for optional information about the product,
such as a movie’s description or film credits. This information
is hosted through the eBay site and cannot be edited.
Applications can include this URL as a link in product search results
so that end users can view additional descriptive details about the product.

@property (nonatomic, retain) NSString *detailsURL

Discussion

Fully qualified URL for optional information about the product,
such as a movie’s description or film credits. This information
is hosted through the eBay site and cannot be edited.
Applications can include this URL as a link in product search results
so that end users can view additional descriptive details about the product.

type : NSString, wrapper for primitive string

Declared In

Trading_ProductType.h

maxPrice

Highest current price of active and ended listings on the specified eBay site that were
pre-filled based on this product. The value is in the specified site’s currency.
Round numbers (such as 15.0) may only show one zero after the decimal (as with any double in the schema).

@property (nonatomic, retain) Trading_AmountType *maxPrice

Discussion

Highest current price of active and ended listings on the specified eBay site that were
pre-filled based on this product. The value is in the specified site’s currency.
Round numbers (such as 15.0) may only show one zero after the decimal (as with any double in the schema).

type : class Trading_AmountType

Declared In

Trading_ProductType.h

minPrice

Lowest current price of active and ended listings on the specified eBay site that were
pre-filled based on this product. The value is in the specified site’s currency.

@property (nonatomic, retain) Trading_AmountType *minPrice

Discussion

Lowest current price of active and ended listings on the specified eBay site that were
pre-filled based on this product. The value is in the specified site’s currency.

type : class Trading_AmountType

Declared In

Trading_ProductType.h

numItems

Total number of active listings on the specified eBay site
that were pre-filled based on this product.

@property (nonatomic, retain) NSNumber *numItems

Discussion

Total number of active listings on the specified eBay site
that were pre-filled based on this product.

type : NSNumber, wrapper for primitive int

Declared In

Trading_ProductType.h

productID

(public property)

@property (nonatomic, retain) NSString *productID

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Trading_ProductType.h

productReferenceID

eBay’s global reference ID for a catalog product.
On the eBay Web site, this is known as the “ePID”. A reference ID is
a fixed reference to a product (regardless of version).
One reference ID can be associated with multiple ProductID values.
The value should start with “EPID”, for example “EPID30971438"
(without quotes).
You can find reference IDs for products by using FindProducts in the Shopping API. You can also find the ePID on eBay’s Web site.



If the primary and secondary categories are both catalog-enabled,
this ID should correspond to the primary category
(not the secondary category).



Some sites (such as eBay US, Germany, Austria, and Switzerland) are updating,
replacing, deleting, or merging some products (as a result of migrating from one
catalog data provider to another). If you specify one of these products in a request,
the call may return the product with a warning, or it may return an error if the
product has been deleted.

@property (nonatomic, retain) NSString *productReferenceID

Discussion

eBay’s global reference ID for a catalog product.
On the eBay Web site, this is known as the “ePID”. A reference ID is
a fixed reference to a product (regardless of version).
One reference ID can be associated with multiple ProductID values.
The value should start with “EPID”, for example “EPID30971438"
(without quotes).
You can find reference IDs for products by using FindProducts in the Shopping API. You can also find the ePID on eBay’s Web site.



If the primary and secondary categories are both catalog-enabled,
this ID should correspond to the primary category
(not the secondary category).



Some sites (such as eBay US, Germany, Austria, and Switzerland) are updating,
replacing, deleting, or merging some products (as a result of migrating from one
catalog data provider to another). If you specify one of these products in a request,
the call may return the product with a warning, or it may return an error if the
product has been deleted.

type : NSString, wrapper for primitive string

Declared In

Trading_ProductType.h

stockPhotoURL

(public property)

@property (nonatomic, retain) NSString *stockPhotoURL

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Trading_ProductType.h

title

(public property)

@property (nonatomic, retain) NSString *title

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Trading_ProductType.h