Retrieve a paginated list of products based on filters and search query.
Your secret API key. Include it with every request.
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)
Filter products by connection ID (comma-separated). Use direct_api for products without a connection.
Order results by specified fields (comma-separated)
Successfully retrieved products
Unauthenticated request.
Resource not found
Validation error
Internal server error