Trading_CrossPromotionsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_CrossPromotionsType.h Trading_CrossPromotionsType.m |
Overview
eBay Store Cross Promotions are no longer supported in the Trading API, so the
CrossPromotion container will either not be returned, or, if it is
returned, the data in the container may not be accurate. Contains one or
more items cross-promoted with the display or purchase of a referring item.
@ingroup EBayAPIInterface
Tasks
-
itemIDUnique item ID for the referring item.
property -
primarySchemeThe primary cross-promotion rule scheme that
property
was applied to return the cross-promoted item. -
promotionMethodThe type of promotion, CrossSell or UpSell.
property -
sellerIDThe eBay user ID of the seller offering the
property
cross-promoted item. -
shippingDiscountWhether a shipping discount is offered by the seller
property
when the cross-promoted item is purchased. -
storeNameThe store name of the seller offering the cross-promoted item.
property -
promotedItemContains one cross-promoted item.
property -
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_CrossPromotionsType.hitemID
Unique item ID for the referring item.
@property (nonatomic, retain) NSString *itemIDDiscussion
Unique item ID for the referring item.
type : NSString, wrapper for primitive string
Declared In
Trading_CrossPromotionsType.hprimaryScheme
The primary cross-promotion rule scheme that
was applied to return the cross-promoted item.
@property (nonatomic, retain) NSString *primarySchemeDiscussion
The primary cross-promotion rule scheme that
was applied to return the cross-promoted item.
type: string constant in Trading_PromotionSchemeCodeType.h
Declared In
Trading_CrossPromotionsType.hpromotedItem
Contains one cross-promoted item.
@property (nonatomic, retain) NSMutableArray *promotedItemDeclared In
Trading_CrossPromotionsType.hpromotionMethod
The type of promotion, CrossSell or UpSell.
@property (nonatomic, retain) NSString *promotionMethodDiscussion
The type of promotion, CrossSell or UpSell.
type: string constant in Trading_PromotionMethodCodeType.h
Declared In
Trading_CrossPromotionsType.hsellerID
The eBay user ID of the seller offering the
cross-promoted item.
@property (nonatomic, retain) NSString *sellerIDDiscussion
The eBay user ID of the seller offering the
cross-promoted item.
type : NSString, wrapper for primitive string
Declared In
Trading_CrossPromotionsType.hshippingDiscount
Whether a shipping discount is offered by the seller
when the cross-promoted item is purchased.
@property (nonatomic, retain) NSNumber *shippingDiscountDiscussion
Whether a shipping discount is offered by the seller
when the cross-promoted item is purchased.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_CrossPromotionsType.h