billy_list_products
List products from Billy accounting with optional filters for archived status, sorting, and pagination to manage inventory.
Instructions
List products with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| include | No | Related resources to include | |
| pageSize | No | Number of items per page (max 1000) | |
| isArchived | No | Filter by archived status | |
| sortProperty | No | Property to sort by | |
| sortDirection | No | Sort direction |