Get Fortnox Invoice
fortnox_get_invoiceRetrieve complete details for a specific invoice, including line items, customer info, amounts, and payment status. Use the document number to access full invoice data.
Instructions
Retrieve detailed information about a specific invoice including all line items.
Args:
document_number (string): The invoice document number to retrieve (required)
response_format ('markdown' | 'json'): Output format
Returns: Complete invoice details including customer info, dates, amounts, line items, and payment status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_number | Yes | The invoice document number to retrieve | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |