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
-
itemID
Unique item ID for the referring item.
property -
primaryScheme
The primary cross-promotion rule scheme that
property
was applied to return the cross-promoted item. -
promotionMethod
The type of promotion, CrossSell or UpSell.
property -
sellerID
The eBay user ID of the seller offering the
property
cross-promoted item. -
shippingDiscount
Whether a shipping discount is offered by the seller
property
when the cross-promoted item is purchased. -
storeName
The store name of the seller offering the cross-promoted item.
property -
promotedItem
Contains one cross-promoted item.
property -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_CrossPromotionsType.h
itemID
Unique item ID for the referring item.
@property (nonatomic, retain) NSString *itemID
Discussion
Unique item ID for the referring item.
type : NSString, wrapper for primitive string
Declared In
Trading_CrossPromotionsType.h
primaryScheme
The primary cross-promotion rule scheme that
was applied to return the cross-promoted item.
@property (nonatomic, retain) NSString *primaryScheme
Discussion
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.h
promotedItem
Contains one cross-promoted item.
@property (nonatomic, retain) NSMutableArray *promotedItem
Declared In
Trading_CrossPromotionsType.h
promotionMethod
The type of promotion, CrossSell or UpSell.
@property (nonatomic, retain) NSString *promotionMethod
Discussion
The type of promotion, CrossSell or UpSell.
type: string constant in Trading_PromotionMethodCodeType.h
Declared In
Trading_CrossPromotionsType.h
sellerID
The eBay user ID of the seller offering the
cross-promoted item.
@property (nonatomic, retain) NSString *sellerID
Discussion
The eBay user ID of the seller offering the
cross-promoted item.
type : NSString, wrapper for primitive string
Declared In
Trading_CrossPromotionsType.h
shippingDiscount
Whether a shipping discount is offered by the seller
when the cross-promoted item is purchased.
@property (nonatomic, retain) NSNumber *shippingDiscount
Discussion
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