| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::SearchLocationFilterType
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).
eBay::API::XML::DataType::SearchLocationFilterType inherits from the eBay::API::XML::BaseDataType class
Country the item is either located in or available to (depending on the value specified in ItemLocation).
Calls: GetSearchResults RequiredInput: No
# Argument: 'ns:CountryCodeType'
# Returns: 'ns:CountryCodeType'
Limits the result set to just those items with a specified currency.
Calls: GetSearchResults RequiredInput: No
# Argument: 'ns:CurrencyCodeType'
# Returns: 'ns:CurrencyCodeType'
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'
# Returns: 'ns:ItemLocationCodeType'
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'
# Returns: 'ns:SearchLocationType'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |