Authorizations
API Key authentication
Query Parameters
Unique identifier of the merchant to search within. If not provided, searches across all merchants
Free-text search query to match against product names, descriptions, brands, or keywords
"organic coffee beans"
Specific location identifier to limit search scope. Can be a store ID, warehouse ID, etc.
List of location types to filter search results. Restricts search to specified location types only
Product category name or identifier to narrow search results to specific product categories
"beverages"
Brand identifier or name to filter products by specific brand. Can accept either brand ID or brand name
"Nike"
Minimum inventory quantity required. Products with quantity below this threshold will be excluded
x >= 05
Universal Product Code (UPC) for precise product identification
Product ID filter - exact match for specific product
"product123"
List of acceptable fulfillment methods to filter products by availability and delivery options
Maximum number of products to return in a single response. Used for pagination control
1 <= x <= 10025
Page number for paginated results, starting from 1. Used with 'size' parameter for pagination
x >= 11
Geographic latitude coordinate for proximity search. Must be a valid latitude between -90 and 90 degrees
-90 <= x <= 9037.7749
Geographic longitude coordinate for proximity search. Must be a valid longitude between -180 and 180 degrees
-180 <= x <= 180-122.4194
Search radius distance from the provided coordinates. Format: number followed by unit (mi for miles, km for kilometers)
"10mi"