get https://{domain}/marketplace/product/search
Get paginated search results for a search query, with optional filters
To query a product, follow these steps:
1. Set the Request Details
- URL: /marketplace/product/search
2. Add the Required Headers
| Header | Value | 
|---|---|
| Content-Type | application/json | 
| x-api-key | Your API Key | 
| Authorization | Generated Client Token | 
3. Prepare the Request Body
| Request Body | Description | Required | 
|---|---|---|
| query | The query string | Yes | 
| categoryId | The category id to filter for | Yes | 
| offset | The pagination offset | Yes | 
| limit | The pagination limit | Yes | 
| lang | The two-letter ISO-639-1 language code - defaults to client's default language | Yes | 
4. Make the Request
Once you’ve set the URL, headers, and body, make a request.
