Trading_PromotionRuleType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_PromotionRuleType.h Trading_PromotionRuleType.m |
Overview
This type is deprecated as Cross Promotions are no longer supported in the APIs.
@ingroup EBayAPIInterface
Tasks
-
promotedStoreCategoryIDThe ID of the Store category being promoted. Use with a promotion scheme of
property
ItemToStoreCat, StoreToStoreCat, ItemToDefaultRule, or
DefaultRule. Only for Store owners. -
promotedeBayCategoryIDThe ID of the eBay category being promoted. Use with a promotion scheme of
property
ItemToDefaultRule or DefaultRule. -
promotedKeywordsThe keywords that identify promoted items. Use with a promotion scheme of
property
ItemToDefaultRule or DefaultRule. Only for Store owners. -
referringItemIDThe unique ID of the item the buyer is viewing or purchasing.
property
Use with a promotion scheme of ItemToItem or ItemToStoreCat.
Always use ReferringItemID or ReferringStoreCategoryID, but
not both. -
referringStoreCategoryIDThe ID of the store category the user is browsing. Use with a
property
promotion scheme of
StoreToStoreCat, ItemToDefaultRule or DefaultRule.
Always use ReferringStoreCategoryID or ReferringItemID, but
not both. -
referringeBayCategoryIDThe ID of the eBay category being referred. Use with a promotion scheme
property
or ItemToDefaultRule or DefaultRule. -
referringKeywordsThe keywords that identify referring items. Use with a promotion scheme of
property
ItemToDefaultRule or DefaultRule. Only for Store owners. -
promotionSchemeproperty -
promotionMethodproperty -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_PromotionRuleType.hpromotedKeywords
The keywords that identify promoted items. Use with a promotion scheme of
ItemToDefaultRule or DefaultRule. Only for Store owners.
@property (nonatomic, retain) NSString *promotedKeywordsDiscussion
The keywords that identify promoted items. Use with a promotion scheme of
ItemToDefaultRule or DefaultRule. Only for Store owners.
type : NSString, wrapper for primitive string
Declared In
Trading_PromotionRuleType.hpromotedStoreCategoryID
The ID of the Store category being promoted. Use with a promotion scheme of
ItemToStoreCat, StoreToStoreCat, ItemToDefaultRule, or
DefaultRule. Only for Store owners.
@property (nonatomic, retain) NSNumber *promotedStoreCategoryIDDiscussion
The ID of the Store category being promoted. Use with a promotion scheme of
ItemToStoreCat, StoreToStoreCat, ItemToDefaultRule, or
DefaultRule. Only for Store owners.
type : NSNumber, wrapper for primitive long
Declared In
Trading_PromotionRuleType.hpromotedeBayCategoryID
The ID of the eBay category being promoted. Use with a promotion scheme of
ItemToDefaultRule or DefaultRule.
@property (nonatomic, retain) NSString *promotedeBayCategoryIDDiscussion
The ID of the eBay category being promoted. Use with a promotion scheme of
ItemToDefaultRule or DefaultRule.
type : NSString, wrapper for primitive string
Declared In
Trading_PromotionRuleType.hpromotionMethod
@property (nonatomic, retain) NSString *promotionMethodDiscussion
The type of cross promotion, CrossSell or UpSell.
type: string constant in Trading_PromotionMethodCodeType.h
Declared In
Trading_PromotionRuleType.hpromotionScheme
@property (nonatomic, retain) NSString *promotionSchemeDiscussion
The type of cross-promotion scheme you are defining.
type: string constant in Trading_PromotionSchemeCodeType.h
Declared In
Trading_PromotionRuleType.hreferringItemID
The unique ID of the item the buyer is viewing or purchasing.
Use with a promotion scheme of ItemToItem or ItemToStoreCat.
Always use ReferringItemID or ReferringStoreCategoryID, but
not both.
@property (nonatomic, retain) NSString *referringItemIDDiscussion
The unique ID of the item the buyer is viewing or purchasing.
Use with a promotion scheme of ItemToItem or ItemToStoreCat.
Always use ReferringItemID or ReferringStoreCategoryID, but
not both.
type : NSString, wrapper for primitive string
Declared In
Trading_PromotionRuleType.hreferringKeywords
The keywords that identify referring items. Use with a promotion scheme of
ItemToDefaultRule or DefaultRule. Only for Store owners.
@property (nonatomic, retain) NSString *referringKeywordsDiscussion
The keywords that identify referring items. Use with a promotion scheme of
ItemToDefaultRule or DefaultRule. Only for Store owners.
type : NSString, wrapper for primitive string
Declared In
Trading_PromotionRuleType.hreferringStoreCategoryID
The ID of the store category the user is browsing. Use with a
promotion scheme of
StoreToStoreCat, ItemToDefaultRule or DefaultRule.
Always use ReferringStoreCategoryID or ReferringItemID, but
not both.
@property (nonatomic, retain) NSNumber *referringStoreCategoryIDDiscussion
The ID of the store category the user is browsing. Use with a
promotion scheme of
StoreToStoreCat, ItemToDefaultRule or DefaultRule.
Always use ReferringStoreCategoryID or ReferringItemID, but
not both.
type : NSNumber, wrapper for primitive long
Declared In
Trading_PromotionRuleType.hreferringeBayCategoryID
The ID of the eBay category being referred. Use with a promotion scheme
or ItemToDefaultRule or DefaultRule.
@property (nonatomic, retain) NSString *referringeBayCategoryIDDiscussion
The ID of the eBay category being referred. Use with a promotion scheme
or ItemToDefaultRule or DefaultRule.
type : NSString, wrapper for primitive string
Declared In
Trading_PromotionRuleType.h