eBay::API::XML::DataType::SearchStoreFilterType - eBay::API::XML::DataType::SearchStoreFilterType documentation


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

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


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