List Products
Retrieve a list of products in your organization with optional filtering and pagination.
Endpoint
GET/products
Request
Loading editor...
Response
json Loading editor...
Query Parameters
| Parameter | Type | Description |
|---|---|---|
organization_id | Number | ID of the organization (required) |
product_category_id | Number | Filter products by category ID |
name | String | Filter products by name (supports partial matching) |
status | String | Filter by status ('active' or 'inactive') |
type | String | Filter by type ('product' or 'service') |
price | Object | Filter by price range, e.g., { "$gte": 100, "$lte": 1000 } |
parent_id | Number | Filter by parent product ID |
is_variant | Boolean | Filter for variant/non-variant products |
$limit | Number | Number of products to return (default: 10) |
$skip | Number | Number of products to skip (for pagination) |
$sort | Object | Sort criteria (e.g., { "name": 1 } for name ascending) |
Report an issue with this documentation
Please log in to report issues with our documentation.