NAME
eBay::API::XML::DataType::SearchLocationFilterType
DESCRIPTION
One of the data filters used when searching for items using GetSearchResults. Allows filtering based on an item's location (where the seller would be shipping the item from) or an item's availability (which eBay sites the item can be purchased from).
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::SearchLocationFilterType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setCountryCode()
Country the item is either located in or available to (depending on the value specified in ItemLocation).
Calls: GetSearchResults
RequiredInput: No
# Argument: 'ns:CountryCodeType'
getCountryCode()
# Returns: 'ns:CountryCodeType'
setCurrency()
Limits the result set to just those items with a specified currency.
Calls: GetSearchResults
RequiredInput: No
# Argument: 'ns:CurrencyCodeType'
getCurrency()
# Returns: 'ns:CurrencyCodeType'
setItemLocation()
Specifies whether the filter should be for items located in the country specified in Country or available to that country.
Calls: GetSearchResults
RequiredInput: No
# Argument: 'ns:ItemLocationCodeType'
getItemLocation()
# Returns: 'ns:ItemLocationCodeType'
setSearchLocation()
Specifies filtering based on the location of the item or its availability relative to an eBay site. Or, allows for filtering based on regional listing.
Calls: GetSearchResults
RequiredInput: No
# Argument: 'ns:SearchLocationType'
getSearchLocation()
# Returns: 'ns:SearchLocationType'