Tim Keefer > eBay-API > eBay::API::XML::DataType::SearchStoreFilterType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

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'

syntax highlighting: