List Fortnox Suppliers
fortnox_list_suppliersList suppliers from Fortnox with pagination and optional filters for status and name, returning key details like supplier number, name, email, city, and organisation number.
Instructions
List suppliers from Fortnox accounting system.
Retrieves a paginated list of suppliers with optional filtering.
Args:
limit (number): Max results per page, 1-100 (default: 20)
page (number): Page number for pagination (default: 1)
filter ('active' | 'inactive'): Filter by supplier status
search_name (string): Search suppliers by name (partial match)
response_format ('markdown' | 'json'): Output format
Returns: List of suppliers with supplier number, name, email, city, and organisation number.
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 by supplier status | |
| search_name | No | Search suppliers by name (partial match) | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |