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

ParameterTypeDescription
organization_idNumberID of the organization (required)
product_category_idNumberFilter products by category ID
nameStringFilter products by name (supports partial matching)
statusStringFilter by status ('active' or 'inactive')
typeStringFilter by type ('product' or 'service')
priceObjectFilter by price range, e.g., { "$gte": 100, "$lte": 1000 }
parent_idNumberFilter by parent product ID
is_variantBooleanFilter for variant/non-variant products
$limitNumberNumber of products to return (default: 10)
$skipNumberNumber of products to skip (for pagination)
$sortObjectSort criteria (e.g., { "name": 1 } for name ascending)

Report an issue with this documentation

Please log in to report issues with our documentation.