NAME
eBay::API::XML::Call::RemoveFromWatchList::RemoveFromWatchListRequestType
DESCRIPTION
Enables a user to remove item from his or her My eBay watch list.
SYNOPSIS
INHERITANCE
eBay::API::XML::Call::RemoveFromWatchList::RemoveFromWatchListRequestType inherits from the eBay::API::XML::RequestDataType class
Subroutines:
setItemID()
The ID of the item to be removed from the watch list. Either ItemID or RemoveAllItems must be specified, but NOT both. One or more Item IDs can be specified, each in it's own ItemID container.
MaxLength: 19 (Note: The eBay database specifies 38. Currently, Item IDs are usually 9 to 12 digits)
RequiredInput: Conditionally
# Argument: reference to an array
of 'ns:ItemIDType'
getItemID()
# Returns: reference to an array of 'ns:ItemIDType'
setRemoveAllItems()
If true, then all the items in the user's watch list are removed. Either ItemID or RemoveAllItems must be specified, but NOT both.
RequiredInput: Conditionally
# Argument: 'xs:boolean'
isRemoveAllItems()
# Returns: 'xs:boolean'