Create Fortnox Supplier
fortnox_create_supplierCreate a new supplier in Fortnox with name and optional details like contacts, addresses, and payment terms. Returns the supplier with an assigned supplier number.
Instructions
Create a new supplier in Fortnox.
Args:
name (string): Supplier name (required)
supplier_number (string): Supplier number (auto-generated if not provided)
organisation_number (string): Company registration number
email (string): Email address
phone (string): Phone number
address1, address2, zip_code, city, country, country_code: Address fields
currency (string): 3-letter currency code
vat_number (string): VAT registration number
bank_account (string): Bank account number
bg_number (string): Bankgiro number
pg_number (string): Plusgiro number
terms_of_payment (string): Payment terms code
comments (string): Internal comments
Returns: The created supplier with assigned supplier number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City | |
| name | Yes | Supplier name (required) | |
| No | Primary email address | ||
| phone | No | Primary phone number | |
| country | No | Country name | |
| address1 | No | Street address line 1 | |
| address2 | No | Street address line 2 | |
| comments | No | Internal comments about the supplier | |
| currency | No | Currency code (e.g., 'SEK', 'EUR') | |
| zip_code | No | Postal/ZIP code | |
| bg_number | No | Bankgiro number | |
| pg_number | No | Plusgiro number | |
| vat_number | No | VAT registration number | |
| bank_account | No | Bank account number | |
| country_code | No | Two-letter country code (e.g., 'SE' for Sweden) | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |
| supplier_number | No | Supplier number (auto-generated if not provided) | |
| terms_of_payment | No | Payment terms code | |
| organisation_number | No | Organisation/company number |