list_categories
Retrieve all product categories from inFlow Inventory, with options to sort, paginate, and include related parent, subcategory, or count data.
Instructions
List all product categories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | ||
| sort | No | Property to sort by (e.g., name) | |
| count | No | ||
| include | No | Related data to include (e.g., parentCategory, subCategories) | |
| sortDesc | No | Sort in descending order | |
| includeCount | No | Include total record count in response |