Trading_ProductInfoType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ProductInfoType.h Trading_ProductInfoType.m |
Tasks
-
averageStartPriceThe average start price (minimum bid), if any, of completed auction items that were listed
property
with Pre-filled Item Information from this product. -
averageSoldPriceThe average sold price (winning bid, Buy It Now price, or fixed price), if any, of
property
completed items that were listed with Pre-filled Item Information from this product. -
titleTitle associated with the product. This value can be used as the basis for a
property
suggested listing title. If the title is longer than 80 characters, your application
should make sure the suggested title has a maximum length of 80 characters so that
it will be valid for the AddItem family of calls.
Note:
The maximum length of an eBay Item Title has increased to 80 characters as of
September 2011.
-
productStateIndicates that the product has changed or will soon change (usually due to a migration
property
from one catalog to another catalog). Typically, this field is returned for up to 90
days for a given product. After that, the product either no longer returns this field
or the product is no longer returned (depending on the state change).
This data is primarily applicable to catalogs used by the US, Germany, Austria, and
Switzerland sites. Other sites may undergo catalog changes in the future. -
productInfoID(public property)
property
Properties
averageSoldPrice
The average sold price (winning bid, Buy It Now price, or fixed price), if any, of
completed items that were listed with Pre-filled Item Information from this product.
@property (nonatomic, retain) Trading_AmountType *averageSoldPriceDiscussion
The average sold price (winning bid, Buy It Now price, or fixed price), if any, of
completed items that were listed with Pre-filled Item Information from this product.
type : class Trading_AmountType
Declared In
Trading_ProductInfoType.haverageStartPrice
The average start price (minimum bid), if any, of completed auction items that were listed
with Pre-filled Item Information from this product.
@property (nonatomic, retain) Trading_AmountType *averageStartPriceDiscussion
The average start price (minimum bid), if any, of completed auction items that were listed
with Pre-filled Item Information from this product.
type : class Trading_AmountType
Declared In
Trading_ProductInfoType.hproductInfoID
(public property)
@property (nonatomic, retain) NSString *productInfoIDDiscussion
(public property)
type : NSString, wrapper for primitive string
Declared In
Trading_ProductInfoType.hproductState
Indicates that the product has changed or will soon change (usually due to a migration
from one catalog to another catalog). Typically, this field is returned for up to 90
days for a given product. After that, the product either no longer returns this field
or the product is no longer returned (depending on the state change).
This data is primarily applicable to catalogs used by the US, Germany, Austria, and
Switzerland sites. Other sites may undergo catalog changes in the future.
@property (nonatomic, retain) NSString *productStateDiscussion
Indicates that the product has changed or will soon change (usually due to a migration
from one catalog to another catalog). Typically, this field is returned for up to 90
days for a given product. After that, the product either no longer returns this field
or the product is no longer returned (depending on the state change).
This data is primarily applicable to catalogs used by the US, Germany, Austria, and
Switzerland sites. Other sites may undergo catalog changes in the future.
type: string constant in Trading_ProductStateCodeType.h
Declared In
Trading_ProductInfoType.htitle
Title associated with the product. This value can be used as the basis for a
suggested listing title. If the title is longer than 80 characters, your application
should make sure the suggested title has a maximum length of 80 characters so that
it will be valid for the AddItem family of calls.
Note:
The maximum length of an eBay Item Title has increased to 80 characters as of
September 2011.
@property (nonatomic, retain) NSString *titleDiscussion
Title associated with the product. This value can be used as the basis for a
suggested listing title. If the title is longer than 80 characters, your application
should make sure the suggested title has a maximum length of 80 characters so that
it will be valid for the AddItem family of calls.
Note:
The maximum length of an eBay Item Title has increased to 80 characters as of
September 2011.
type : NSString, wrapper for primitive string
Declared In
Trading_ProductInfoType.h