The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::UserIdFilterType

DESCRIPTION

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.

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::UserIdFilterType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setExcludeSellers()

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.

  Calls: GetSearchResults
  RequiredInput: No

# Argument: reference to an array of 'ns:UserIDType'

getExcludeSellers()

# Returns: reference to an array of 'ns:UserIDType'

setIncludeSellers()

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.

  Calls: GetSearchResults
  RequiredInput: No

# Argument: reference to an array of 'ns:UserIDType'

getIncludeSellers()

# Returns: reference to an array of 'ns:UserIDType'