list_product_groups
Retrieve product groups as a category tree with pagination. Filter by active status or parent group to narrow results.
Instructions
List product groups (category tree). Returns {productGroup[], pagination}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Results per page (max 100) | |
| filter_active | No | Filter by active status | |
| filter_parent_group | No | Restrict to children of this parent group ID |