NAME
eBay::API::XML::DataType::SearchLocationType
DESCRIPTION
One of the data filters used when searching for items using GetSearchResults or GetCategoryListings. Allows filtering based on the location of the item or its availability relative to an eBay site. Or allows for filtering based on regional listing.
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::SearchLocationType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setRegionID()
Specifies a region ID. The item must have been listed for the specified region to be returned in the search result set.
Calls: GetSearchResults
GetCategoryListings
RequiredInput: No
# Argument: 'xs:string'
getRegionID()
# Returns: 'xs:string'
setSiteLocation()
Specifies a filter based on a particular eBay site and the item's relation to that site (items listed with a site's currency, items located in the country for the site, items available to the country for the site, and items listed on the specified site).
Calls: GetSearchResults
GetCategoryListings
RequiredInput: No
# Argument: 'ns:SiteLocationType'
getSiteLocation()
# Returns: 'ns:SiteLocationType'