Endpoint
x-api-key header.
Request Body (AffiliateDiscoverySearchRequest)
Free-text search query, e.g.
"running shoes". Required for initial searches; omit when paginating with a cursor.Array of saved criteria set IDs to apply to this search.
Negative keyword filter applied to name, description, and brand fields.
Array of structured filter criteria. Each criterion has
field, operator, and value.Number of results per page. Min:
1, Max: 100. Default: 25.Opaque cursor from a previous search response for pagination. When using a cursor, omit all other fields.
Example Request
Response (AffiliateDiscoverySearchResponse)
The interpreted query string.
Current page index.
Number of items on this page.
Array of matching products.
Cursor for the next page.
null when no more results remain.ISO 8601 timestamp after which this result set expires.
Error Responses
| Status Code | Description |
|---|---|
403 Forbidden | Missing API key |
404 Not Found | Cursor or backing ranking session not found |
410 Gone | Cursor or backing ranking session has expired |
416 Range Not Satisfiable | Cursor page is out of range |
503 Service Unavailable | Affiliate discovery is not configured |
422 Unprocessable Entity | Validation error |