Trading_GetPromotionRulesRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_GetPromotionRulesRequestType.h Trading_GetPromotionRulesRequestType.m |
Overview
No longer recommended. eBay Store Cross Promotions are no
longer supported in the Trading API. Retrieves all promotion rules associated with the specified item or store category.
@ingroup EBayAPIInterface
Tasks
-
itemIDThe unique ID of the item for which to retrieve promotion rules.
property
Mutually exclusive with StoreCategoryID. -
storeCategoryIDThe unique ID of the store category for which to retrieve promotion rules.
property
Mutually exclusive with ItemID. -
promotionMethodThe type of promotion. (CrossSell: items that are related to or
property
useful in combination with this item. UpSell: items that are more
expensive than or of higher quality than this item.)
Properties
itemID
The unique ID of the item for which to retrieve promotion rules.
Mutually exclusive with StoreCategoryID.
@property (nonatomic, retain) NSString *itemIDDiscussion
The unique ID of the item for which to retrieve promotion rules.
Mutually exclusive with StoreCategoryID.
type : NSString, wrapper for primitive string
Declared In
Trading_GetPromotionRulesRequestType.hpromotionMethod
The type of promotion. (CrossSell: items that are related to or
useful in combination with this item. UpSell: items that are more
expensive than or of higher quality than this item.)
@property (nonatomic, retain) NSString *promotionMethodDiscussion
The type of promotion. (CrossSell: items that are related to or
useful in combination with this item. UpSell: items that are more
expensive than or of higher quality than this item.)
type: string constant in Trading_PromotionMethodCodeType.h
Declared In
Trading_GetPromotionRulesRequestType.hstoreCategoryID
The unique ID of the store category for which to retrieve promotion rules.
Mutually exclusive with ItemID.
@property (nonatomic, retain) NSNumber *storeCategoryIDDiscussion
The unique ID of the store category for which to retrieve promotion rules.
Mutually exclusive with ItemID.
type : NSNumber, wrapper for primitive long
Declared In
Trading_GetPromotionRulesRequestType.h