Trading_GetCrossPromotionsRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetCrossPromotionsRequestType.h Trading_GetCrossPromotionsRequestType.m |
Overview
No longer recommended. The eBay Store Cross Promotions are no longer
supported in the Trading API. Retrieves a list of upsell or cross-sell items associated
with the specified Item ID.
@ingroup EBayAPIInterface
Tasks
-
itemID
The unique ID of the referring item. The cross-promoted
property
items will supplement this item. -
promotionMethod
The cross-promotion method you want to use for the
property
returned list, either UpSell or CrossSell. -
promotionViewMode
The role of the person requesting to view the cross-promoted
property
items, either seller or buyer. Default is buyer.
Properties
itemID
The unique ID of the referring item. The cross-promoted
items will supplement this item.
@property (nonatomic, retain) NSString *itemID
Discussion
The unique ID of the referring item. The cross-promoted
items will supplement this item.
type : NSString, wrapper for primitive string
Declared In
Trading_GetCrossPromotionsRequestType.h
promotionMethod
The cross-promotion method you want to use for the
returned list, either UpSell or CrossSell.
@property (nonatomic, retain) NSString *promotionMethod
Discussion
The cross-promotion method you want to use for the
returned list, either UpSell or CrossSell.
type: string constant in Trading_PromotionMethodCodeType.h
Declared In
Trading_GetCrossPromotionsRequestType.h
promotionViewMode
The role of the person requesting to view the cross-promoted
items, either seller or buyer. Default is buyer.
@property (nonatomic, retain) NSString *promotionViewMode
Discussion
The role of the person requesting to view the cross-promoted
items, either seller or buyer. Default is buyer.
type: string constant in Trading_TradingRoleCodeType.h
Declared In
Trading_GetCrossPromotionsRequestType.h