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
| Parameter | Type | Description |
|---|---|---|
organization_id | Number | ID of the organization (required) |
name | String | Filter categories by name (supports partial matching) |
$limit | Number | Number of categories to return (default: 10) |
$skip | Number | Number of categories 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.