Trading_RemoveFromWatchListRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_RemoveFromWatchListRequestType.h Trading_RemoveFromWatchListRequestType.m |
Overview
Enables a user to remove one or more items from their My eBay watch list.
@ingroup EBayAPIInterface
Tasks
-
itemIDThe ID of the item to be removed from the
property
watch list. Either ItemID, RemoveAllItems, or VariationKey must
be specified, but NOT more than one of these.
Multiple ItemID fields can be specified in the same request. -
removeAllItemsIf true, then all the items in the user's
property
watch list are removed. Either ItemID, RemoveAllItems, or VariationKey must be specified, but NOT more than one of these. -
variationKeyA variation (or set of variations) that you want to remove
property
from the watch list. Either ItemID, RemoveAllItems, or VariationKey must be specified, but NOT more than one of these.
Properties
itemID
The ID of the item to be removed from the
watch list. Either ItemID, RemoveAllItems, or VariationKey must
be specified, but NOT more than one of these.
Multiple ItemID fields can be specified in the same request.
@property (nonatomic, retain) NSMutableArray *itemIDDiscussion
The ID of the item to be removed from the
watch list. Either ItemID, RemoveAllItems, or VariationKey must
be specified, but NOT more than one of these.
Multiple ItemID fields can be specified in the same request.
entry type : NSString, wrapper for primitive string
Declared In
Trading_RemoveFromWatchListRequestType.hremoveAllItems
If true, then all the items in the user's
watch list are removed. Either ItemID, RemoveAllItems, or VariationKey must be specified, but NOT more than one of these.
@property (nonatomic, retain) NSNumber *removeAllItemsDiscussion
If true, then all the items in the user's
watch list are removed. Either ItemID, RemoveAllItems, or VariationKey must be specified, but NOT more than one of these.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_RemoveFromWatchListRequestType.hvariationKey
A variation (or set of variations) that you want to remove
from the watch list. Either ItemID, RemoveAllItems, or VariationKey must be specified, but NOT more than one of these.
@property (nonatomic, retain) NSMutableArray *variationKeyDiscussion
A variation (or set of variations) that you want to remove
from the watch list. Either ItemID, RemoveAllItems, or VariationKey must be specified, but NOT more than one of these.
entry type : class Trading_VariationKeyType
Declared In
Trading_RemoveFromWatchListRequestType.h