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
-
itemIDThe unique ID of the referring item. The cross-promoted
property
items will supplement this item. -
promotionMethodThe cross-promotion method you want to use for the
property
returned list, either UpSell or CrossSell. -
promotionViewModeThe 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 *itemIDDiscussion
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.hpromotionMethod
The cross-promotion method you want to use for the
returned list, either UpSell or CrossSell.
@property (nonatomic, retain) NSString *promotionMethodDiscussion
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.hpromotionViewMode
The role of the person requesting to view the cross-promoted
items, either seller or buyer. Default is buyer.
@property (nonatomic, retain) NSString *promotionViewModeDiscussion
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