eBay Trading APIVersion 1357
 

RemoveFromWatchListResponseType ( AbstractResponseType )

The base response type for the RemoveFromWatchList call. The response includes the current count of items on the user's Watch List, as well as the maximum amount of items that can be on the user's Watch List at one time.

Call that uses RemoveFromWatchListResponseType:

Fields

WatchListCount ( int ) [0..1]
The current number of items in the user's Watch List (considering that the items specified in the call request were successfully removed).
See the Field Index to learn which calls use WatchListCount.

WatchListMaximum ( int ) [0..1]
This integer value indicates the maximum number of items allowed in a user's Watch List. The maximum number of items that can be added to a Watch List is 400, but this can vary by eBay marketplace.
See the Field Index to learn which calls use WatchListMaximum.