Trading_SellerFavoriteItemPreferencesType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_SellerFavoriteItemPreferencesType.h Trading_SellerFavoriteItemPreferencesType.m |
Overview
Contains the data for the seller favorite item preferences, i.e. the manual or automatic selection criteria to display items for buyer’s favourite seller opt in email marketing.
@ingroup EBayAPIInterface
Tasks
-
searchKeywordsThe keywords in the item title for the automatic item search criteria.
property -
storeCategoryID(For eBay Store owners only) The store custom category for the automatic item search criteria.
property -
listingTypeThe listing format (fixed price, auction, etc) for the automatic item search criteria.
property -
searchSortOrderThe sort order chosen from the standard ebay sorts for the automatic search criteria.
property -
minPriceSpecifies the lower limit of price range for the automatic search criteria.
property -
maxPriceSpecifies the upper limit of price range for the automatic search criteria.
property -
favoriteItemIDSpecifies the list of favorite items.
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_SellerFavoriteItemPreferencesType.hfavoriteItemID
Specifies the list of favorite items.
@property (nonatomic, retain) NSMutableArray *favoriteItemIDDiscussion
Specifies the list of favorite items.
entry type : NSString, wrapper for primitive string
Declared In
Trading_SellerFavoriteItemPreferencesType.hlistingType
The listing format (fixed price, auction, etc) for the automatic item search criteria.
@property (nonatomic, retain) NSString *listingTypeDiscussion
The listing format (fixed price, auction, etc) for the automatic item search criteria.
type: string constant in Trading_ListingTypeCodeType.h
Declared In
Trading_SellerFavoriteItemPreferencesType.hmaxPrice
Specifies the upper limit of price range for the automatic search criteria.
@property (nonatomic, retain) Trading_AmountType *maxPriceDiscussion
Specifies the upper limit of price range for the automatic search criteria.
type : class Trading_AmountType
Declared In
Trading_SellerFavoriteItemPreferencesType.hminPrice
Specifies the lower limit of price range for the automatic search criteria.
@property (nonatomic, retain) Trading_AmountType *minPriceDiscussion
Specifies the lower limit of price range for the automatic search criteria.
type : class Trading_AmountType
Declared In
Trading_SellerFavoriteItemPreferencesType.hsearchKeywords
The keywords in the item title for the automatic item search criteria.
@property (nonatomic, retain) NSString *searchKeywordsDiscussion
The keywords in the item title for the automatic item search criteria.
type : NSString, wrapper for primitive string
Declared In
Trading_SellerFavoriteItemPreferencesType.hsearchSortOrder
The sort order chosen from the standard ebay sorts for the automatic search criteria.
@property (nonatomic, retain) NSString *searchSortOrderDiscussion
The sort order chosen from the standard ebay sorts for the automatic search criteria.
type: string constant in Trading_StoreItemListSortOrderCodeType.h
Declared In
Trading_SellerFavoriteItemPreferencesType.hstoreCategoryID
(For eBay Store owners only) The store custom category for the automatic item search criteria.
@property (nonatomic, retain) NSNumber *storeCategoryIDDiscussion
(For eBay Store owners only) The store custom category for the automatic item search criteria.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SellerFavoriteItemPreferencesType.h