eBay::API::XML::DataType::UserIdFilterType - eBay::API::XML::DataType::UserIdFilterType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


eBay-API documentation  | view source Contained in the eBay-API distribution.