Trading_ProductInfoType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ProductInfoType.h Trading_ProductInfoType.m |
Tasks
-
averageStartPrice
The average start price (minimum bid), if any, of completed auction items that were listed
property
with Pre-filled Item Information from this product. -
averageSoldPrice
The 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. -
title
Title 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.
-
productState
Indicates 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 *averageSoldPrice
Discussion
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.h
averageStartPrice
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 *averageStartPrice
Discussion
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.h
productInfoID
(public property)
@property (nonatomic, retain) NSString *productInfoID
Discussion
(public property)
type : NSString, wrapper for primitive string
Declared In
Trading_ProductInfoType.h
productState
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 *productState
Discussion
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.h
title
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 *title
Discussion
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