Trading_PromotedItemType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_PromotedItemType.h Trading_PromotedItemType.m |
Overview
This type is deprecated as Cross Promotions are no longer supported in the APIs.
@ingroup EBayAPIInterface
Tasks
-
itemIDThe unique ID of the item for which there is a promotion.
property -
pictureURLURL for an image hosted by eBay Picture Services (EPS) or self-hosted for
property
the promoted item, if any. -
positionThe ordinal position of the cross-promoted item
property
in the display. If the display is from top to bottom,
1 is at top. If the display is from left to right, 1
is at left. -
selectionTypeThe manner in which the cross-promoted item was chosen
property
to be associated with the referring item. Output only. -
titleThe item title of the promoted item that is displayed in the
property
referring item’s page.
Note:
The maximum length of an eBay Item Title has increased to 80 characters as of
September 2011.
-
listingTypeThe listing type under which the cross-promoted item
property
is being offered.
Note:
Lead generated items are only cross-promoted if they are in the classified
ad format (ListingSubtype=ClassifiedAd).
-
promotionDetailsContains the details about the promoted item for a given PromotionPriceType. Output only.
property
Returned with request versions 485 or higher. -
timeLeftTime left before the listing for the cross-promoted item ends. Output only.
property
The duration is represented in the ISO 8601 duration format (PnYnMnDTnHnMnS).
See Data Types in the eBay Web Services guide for information about this
format.
For ended listings, the time left is PT0S (zero seconds). -
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_PromotedItemType.hitemID
The unique ID of the item for which there is a promotion.
@property (nonatomic, retain) NSString *itemIDDiscussion
The unique ID of the item for which there is a promotion.
type : NSString, wrapper for primitive string
Declared In
Trading_PromotedItemType.hlistingType
The listing type under which the cross-promoted item
is being offered.
Note:
Lead generated items are only cross-promoted if they are in the classified
ad format (ListingSubtype=ClassifiedAd).
@property (nonatomic, retain) NSString *listingTypeDiscussion
The listing type under which the cross-promoted item
is being offered.
Note:
Lead generated items are only cross-promoted if they are in the classified
ad format (ListingSubtype=ClassifiedAd).
type: string constant in Trading_ListingTypeCodeType.h
Declared In
Trading_PromotedItemType.hpictureURL
URL for an image hosted by eBay Picture Services (EPS) or self-hosted for
the promoted item, if any.
@property (nonatomic, retain) NSString *pictureURLDiscussion
URL for an image hosted by eBay Picture Services (EPS) or self-hosted for
the promoted item, if any.
type : NSString, wrapper for primitive string
Declared In
Trading_PromotedItemType.hposition
The ordinal position of the cross-promoted item
in the display. If the display is from top to bottom,
1 is at top. If the display is from left to right, 1
is at left.
@property (nonatomic, retain) NSNumber *positionDiscussion
The ordinal position of the cross-promoted item
in the display. If the display is from top to bottom,
1 is at top. If the display is from left to right, 1
is at left.
type : NSNumber, wrapper for primitive int
Declared In
Trading_PromotedItemType.hpromotionDetails
Contains the details about the promoted item for a given PromotionPriceType. Output only.
Returned with request versions 485 or higher.
@property (nonatomic, retain) NSMutableArray *promotionDetailsDiscussion
Contains the details about the promoted item for a given PromotionPriceType. Output only.
Returned with request versions 485 or higher.
entry type : class Trading_PromotionDetailsType
Declared In
Trading_PromotedItemType.hselectionType
The manner in which the cross-promoted item was chosen
to be associated with the referring item. Output only.
@property (nonatomic, retain) NSString *selectionTypeDiscussion
The manner in which the cross-promoted item was chosen
to be associated with the referring item. Output only.
type: string constant in Trading_PromotionItemSelectionCodeType.h
Declared In
Trading_PromotedItemType.htimeLeft
Time left before the listing for the cross-promoted item ends. Output only.
The duration is represented in the ISO 8601 duration format (PnYnMnDTnHnMnS).
See Data Types in the eBay Web Services guide for information about this
format.
For ended listings, the time left is PT0S (zero seconds).
@property (nonatomic, retain) NSString *timeLeftDiscussion
Time left before the listing for the cross-promoted item ends. Output only.
The duration is represented in the ISO 8601 duration format (PnYnMnDTnHnMnS).
See Data Types in the eBay Web Services guide for information about this
format.
For ended listings, the time left is PT0S (zero seconds).
type : NSString, wrapper for primitive duration
Declared In
Trading_PromotedItemType.htitle
The item title of the promoted item that is displayed in the
referring item’s page.
Note:
The maximum length of an eBay Item Title has increased to 80 characters as of
September 2011.
@property (nonatomic, retain) NSString *titleDiscussion
The item title of the promoted item that is displayed in the
referring item’s page.
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_PromotedItemType.h