List Fortnox Offers
fortnox_list_offersList sales offers and quotes with filters for status, customer, and date range. Retrieve paginated results with sorting and period options.
Instructions
List sales offers/quotes with filtering by status, customer, date range. Filter: cancelled, expired, ordercreated, ordernotcreated.
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 offers by status: 'cancelled', 'expired', 'ordercreated', 'ordernotcreated' | |
| 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 offers 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 offers 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 |