get_invoice
Retrieve a single invoice with its line items using the invoice ID or invoice number.
Instructions
Get a single invoice (with line items) by invoiceID or invoice number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Org to target: a tenantId, a tenant-name substring, or an alias from XERO_ORG_ALIASES. Defaults to the first connected org. | |
| invoiceId | No | The Xero invoiceID (GUID). | |
| invoiceNumber | No | The invoice number, e.g. INV-0042. |