eBay Trading APIVersion 1349
 

AddToWatchListResponseType ( AbstractResponseType )

This type defines the response of the AddToWatchList call. Along with data indicating the success or failure of adding one or more items to a user's Watch List, this response also includes the number of items currently in the user's Watch List and the maximum number of items allowed in the Watch List.

Call that uses AddToWatchListResponseType:

Fields

WatchListCount ( int ) [0..1]
This integer value indicates the total number of items in the user's Watch List (after those specified in the call request have been successfully added).
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.