| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::SearchLocationType
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.
eBay::API::XML::DataType::SearchLocationType inherits from the eBay::API::XML::BaseDataType class
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'
# Returns: 'xs:string'
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'
# Returns: 'ns:SiteLocationType'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |