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

NAME

eBay::API::XML::DataType::SearchStoreFilterType

DESCRIPTION

One of the data filters used when searching for items using GetSearchResults. Allows filtering based on an item's appearing in a specific eBay Store.

SYNOPSIS

INHERITANCE

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

Subroutines:

setStoreName()

The name of the eBay Store in which the item is listed. The name of the store is case sensitive.

  Calls: GetSearchResults
  RequiredInput: No

# Argument: 'xs:string'

getStoreName()

# Returns: 'xs:string'

setStoreSearch()

Specifies the type of store search used in the filtering: one eBay Store (name specified in StoreName) or all eBay stores, and also by listing type. Possible values are enumerated in the StoreSearchCodeType code list.

  Calls: GetSearchResults
  RequiredInput: No

# Argument: 'ns:StoreSearchCodeType'

getStoreSearch()

# Returns: 'ns:StoreSearchCodeType'