eBay Trading APIVersion 1349
 

UserDefinedListType

Contains the items, searches and sellers that the user has saved to this list using the "Add to list" feature. The name of the list is given by the "Name" element.

Type that uses UserDefinedListType:

Call that uses UserDefinedListType:

Fields



FavoriteSearcheCount ( int ) [0..1]
Not used by any call.

This field is not supported.
See the Field Index to learn which calls use FavoriteSearcheCount.

FavoriteSearches ( MyeBayFavoriteSearchListType ) [0..1]
An array of Favorite Searches that the user has added to the user-defined list.
See the Field Index to learn which calls use FavoriteSearches.

FavoriteSellerCount ( int ) [0..1]
The value in this field indicates the total number of favorite sellers in the user-defined list. The number of FavoriteSeller nodes returned in the response should match this value.
See the Field Index to learn which calls use FavoriteSellerCount.

FavoriteSellers ( MyeBayFavoriteSellerListType ) [0..1]
An array of Favorite Sellers that the user has added to the user-defined list.
See the Field Index to learn which calls use FavoriteSellers.

ItemArray ( ItemArrayType ) [0..1]
An array of Items that the user has added to the user-defined list.
See the Field Index to learn which calls use ItemArray.

ItemCount ( int ) [0..1]
The value in this field indicates the total number of items in the user-defined list. The number of Item nodes in the ItemArray should match this value.
See the Field Index to learn which calls use ItemCount.

Name ( string ) [0..1]
The user's chosen name for this list.
See the Field Index to learn which calls use Name.