UserIdFilterType
One of the data filters used when searching for items using GetSearchResults. Allows filtering based on the eBay user IDs of sellers. May be used to limit the list of found items to just those listed by one or more specified sellers. Or may be used to limit the list to those items NOT listed by specified excluded sellers.

Types that use UserIdFilterType:

Call that uses one or more fields of UserIdFilterType:

Fields

ExcludeSellers ( UserIDType (string) ) [0..100]
Contains one or more eBay user IDs of sellers whose listings should NOT be returned in the search result set. That is, the sellers' items are excluded from the search results. A comma is used to separate multiple seller IDs. You can specify a maximum of 100 sellers.
See the Field Index to learn which calls use ExcludeSellers.

IncludeSellers ( UserIDType (string) ) [0..100]
Contains one or more eBay user IDs of sellers whose listings should be returned in the search result set. If you use this filter, then only listings of the specified sellers are returned. A comma is used to separate multiple seller IDs. You can specify a maximum of 100 sellers.
See the Field Index to learn which calls use IncludeSellers.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2010 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.