Search for products
Search Commerce
Search products/retail inventory via the Commerce API.
GET
Search for products
Overview
Use this endpoint to search Commerce inventory and build a product browsing experience.Authentication
Commerce search requires a commerce-scoped API key (see Commerce APIs).Request
SDK
cURL
Response
Errors
400invalid search parameters401missing/invalid commerce auth
Examples
- Build “search → cart → checkout” flows using the adjacent Commerce endpoints in the sidebar. Next: Create a checkout invoice
Authorizations
Legacy alias for commerce-scoped API keys. Prefer x-api-key with scope=commerce.
Query Parameters
Search query (1-200 characters)
Required string length:
1 - 200Page number for pagination (1-100)
Required range:
1 <= x <= 100Retailer to search (currently only Amazon supported)
Available options:
amazon, walmart Minimum price filter in USD
Required range:
x >= 0Maximum price filter in USD
Required range:
x >= 0
