Search for merchant locations (stores, warehouses, pickup points) with various filtering options
API Key authentication
Free-text search query to match against location names, addresses, merchant names, or location identifiers api.merchant.search.field.query.description
"Whole Foods Market"
List of location types to filter search results. Restricts search to specified location types only. Types include Store (retail locations) and Warehouse (fulfillment centers). api.merchant.search.field.type.description
api.merchant.search.field.type.description
Store, Warehouse Maximum number of locations to return in a single response. Used for pagination control api.merchant.search.field.size.description
1 <= x <= 10025
Page number for paginated results, starting from 1. Used with 'size' parameter for pagination api.merchant.search.field.page.description
x >= 11
Geographic latitude coordinate for proximity search. Must be a valid latitude between -90 and 90 degrees api.search.field.latitude.description
-90 <= x <= 9037.7749
Geographic longitude coordinate for proximity search. Must be a valid longitude between -180 and 180 degrees api.search.field.longitude.description
-180 <= x <= 180-122.4194
Search radius distance from the provided coordinates. Format: number followed by unit (mi for miles, km for kilometers) api.search.field.distance.description
"10mi"