list_locations
Retrieve all warehouse and inventory locations from inFlow, with options to sort, paginate, and include related data for reporting or stock management.
Instructions
List all warehouse/inventory locations
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 | |
| sortDesc | No | Sort in descending order | |
| includeCount | No | Include total record count in response |