Retrieve a paginated list of products based on filters and search query.
Your secret API key. Include it with every request.
Identifies the organization this request acts on.
Every query parameter below is optional. Combine as many as you need and append them to the endpoint as a query string. The example shows a few to get you started.
/v1/products?query=<query>&page=<page>&status__in=<status__in>Search term to filter products by name or other details.
Filter products by status (comma-separated)
Filter products by category (comma-separated)
Filter products by subcategory (comma-separated)
Filter products by source (comma-separated)
Order results by specified fields (comma-separated)
Page number
Page size
Successfully retrieved products
Unauthenticated request.
Resource not found
Validation error
Internal server error