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

Overview

eBay Store Cross Promotions are no longer supported in the Trading API, so the
CrossPromotionPreferences container and the
ShowCrossPromotionPreferences flag (in
GetUserPreferences) should no longer be used/set.




Contains preferences describing how items similar to the one the user is
presently viewing are promoted.

@ingroup EBayAPIInterface

Tasks

  •   crossPromotionEnabled

    (For eBay store owners only)
    Specifies whether cross-promotions are enabled for the seller’s listings.

    property
  •   crossSellItemFormatSortFilter

    (For eBay store owners only) Specifies which items should be shown
    in cross-sell promotions (such as Buy It Now or Store Inventory items) and
    in which sequence.

    property
  •   crossSellGallerySortFilter

    (For eBay store owners only) Specifies whether to display only items with
    gallery images and whether they should precede other items in cross-sell
    promotions.

    property
  •   crossSellItemSortFilter

    (For eBay store owners only) Specifies how to sort items displayed in
    a cross-sell promotion.

    property
  •   upSellItemFormatSortFilter

    (For eBay store owners only) Specifies which items (such as Buy It Now or
    Store Inventory items) should be shown in upsell promotions and in which
    sequence.

    property
  •   upSellGallerySortFilter

    (For eBay store owners only) Specifies whether to display only items with
    gallery images in upsell promotions and whether they should precede other items.

    property
  •   upSellItemSortFilter

    (For eBay store owners only) Specifies how to sort items used in an upsell promotion.

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

crossPromotionEnabled

(For eBay store owners only)
Specifies whether cross-promotions are enabled for the seller’s listings.

@property (nonatomic, retain) NSNumber *crossPromotionEnabled

Discussion

(For eBay store owners only)
Specifies whether cross-promotions are enabled for the seller’s listings.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_CrossPromotionPreferencesType.h

crossSellGallerySortFilter

(For eBay store owners only) Specifies whether to display only items with
gallery images and whether they should precede other items in cross-sell
promotions.

@property (nonatomic, retain) NSString *crossSellGallerySortFilter

Discussion

(For eBay store owners only) Specifies whether to display only items with
gallery images and whether they should precede other items in cross-sell
promotions.

type: string constant in Trading_GallerySortFilterCodeType.h

Declared In

Trading_CrossPromotionPreferencesType.h

crossSellItemFormatSortFilter

(For eBay store owners only) Specifies which items should be shown
in cross-sell promotions (such as Buy It Now or Store Inventory items) and
in which sequence.

@property (nonatomic, retain) NSString *crossSellItemFormatSortFilter

Discussion

(For eBay store owners only) Specifies which items should be shown
in cross-sell promotions (such as Buy It Now or Store Inventory items) and
in which sequence.

type: string constant in Trading_ItemFormatSortFilterCodeType.h

Declared In

Trading_CrossPromotionPreferencesType.h

crossSellItemSortFilter

(For eBay store owners only) Specifies how to sort items displayed in
a cross-sell promotion.

@property (nonatomic, retain) NSString *crossSellItemSortFilter

Discussion

(For eBay store owners only) Specifies how to sort items displayed in
a cross-sell promotion.

type: string constant in Trading_ItemSortFilterCodeType.h

Declared In

Trading_CrossPromotionPreferencesType.h

upSellGallerySortFilter

(For eBay store owners only) Specifies whether to display only items with
gallery images in upsell promotions and whether they should precede other items.

@property (nonatomic, retain) NSString *upSellGallerySortFilter

Discussion

(For eBay store owners only) Specifies whether to display only items with
gallery images in upsell promotions and whether they should precede other items.

type: string constant in Trading_GallerySortFilterCodeType.h

Declared In

Trading_CrossPromotionPreferencesType.h

upSellItemFormatSortFilter

(For eBay store owners only) Specifies which items (such as Buy It Now or
Store Inventory items) should be shown in upsell promotions and in which
sequence.

@property (nonatomic, retain) NSString *upSellItemFormatSortFilter

Discussion

(For eBay store owners only) Specifies which items (such as Buy It Now or
Store Inventory items) should be shown in upsell promotions and in which
sequence.

type: string constant in Trading_ItemFormatSortFilterCodeType.h

Declared In

Trading_CrossPromotionPreferencesType.h

upSellItemSortFilter

(For eBay store owners only) Specifies how to sort items used in an upsell promotion.

@property (nonatomic, retain) NSString *upSellItemSortFilter

Discussion

(For eBay store owners only) Specifies how to sort items used in an upsell promotion.

type: string constant in Trading_ItemSortFilterCodeType.h

Declared In

Trading_CrossPromotionPreferencesType.h