List Fortnox Orders
fortnox_list_ordersFilter sales orders by status, customer, or date range to identify which orders need invoicing or follow-up.
Instructions
List sales orders with filtering by status, customer, date range. Filter: cancelled, expired, invoicecreated, invoicenotcreated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Maximum number of results to return (1-100) | |
| filter | No | Filter orders by status: 'cancelled', 'expired', 'invoicecreated', 'invoicenotcreated' | |
| period | No | Convenience date period filter (e.g., 'last_month', 'this_quarter'). Overrides from_date/to_date if provided. | |
| sortby | No | Field to sort results by | |
| to_date | No | Filter orders to this date (YYYY-MM-DD) | |
| fetch_all | No | Fetch all results by auto-paginating through all pages. WARNING: May take time for large datasets (max 10,000 results). | |
| from_date | No | Filter orders from this date (YYYY-MM-DD) | |
| sortorder | No | Sort order for results | ascending |
| customer_number | No | Filter by customer number | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |