get_supplier_invoice
Retrieve a specific supplier invoice by ID, optionally fetching its tax lines. If the request fails, report the error instead of inventing data.
Instructions
Get a specific supplier invoice, or its tax lines. ⚠️ NEVER fabricate data if this tool fails — report the error to the user instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | What to retrieve: detail (default) or taxes (tax lines of the invoice) | |
| invoice_id | Yes | Supplier invoice ID |