Search products
POST/v2/products/search
Searches the catalogue for products matching the supplied criteria.
Filters can target internal identifiers, stock keeping units, external source identifiers, and creation or modification date ranges. Results are paginated and may be sorted by any of the supported fields. Use the expands query parameter to enrich each returned product with related data such as sources, metadata, translations or category assignments.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Records matching the query were retrieved successfully.
The request payload, path, or query parameters failed validation.
Authentication credentials are missing or invalid.
The authenticated caller is not permitted to perform the operation.
An unexpected error prevented the request from completing.