List Product Categories

Retrieve a list of product categories in your organization with optional filtering and pagination.

Endpoint

GET
/product-categories

Request

Loading editor...

Response

json
Loading editor...

Query Parameters

ParameterTypeDescription
organization_idNumberID of the organization (required)
nameStringFilter categories by name (supports partial matching)
$limitNumberNumber of categories to return (default: 10)
$skipNumberNumber of categories 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.