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

  •   itemID

    The unique ID of the item for which there is a promotion.

    property
  •   pictureURL

    URL for an image hosted by eBay Picture Services (EPS) or self-hosted for
    the promoted item, if any.

    property
  •   position

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

    The manner in which the cross-promoted item was chosen
    to be associated with the referring item. Output only.

    property
  •   title

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

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

    Contains the details about the promoted item for a given PromotionPriceType. Output only.
    Returned with request versions 485 or higher.

    property
  •   timeLeft

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

itemID

The unique ID of the item for which there is a promotion.

@property (nonatomic, retain) NSString *itemID

Discussion

The unique ID of the item for which there is a promotion.

type : NSString, wrapper for primitive string

Declared In

Trading_PromotedItemType.h

listingType

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

Discussion

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

pictureURL

URL for an image hosted by eBay Picture Services (EPS) or self-hosted for
the promoted item, if any.

@property (nonatomic, retain) NSString *pictureURL

Discussion

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

position

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

Discussion

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

promotionDetails

Contains the details about the promoted item for a given PromotionPriceType. Output only.
Returned with request versions 485 or higher.

@property (nonatomic, retain) NSMutableArray *promotionDetails

Discussion

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

selectionType

The manner in which the cross-promoted item was chosen
to be associated with the referring item. Output only.

@property (nonatomic, retain) NSString *selectionType

Discussion

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

timeLeft

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

Discussion

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

title

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

Discussion

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