Get a single sales invoice
get_sales_invoiceRetrieve a sales invoice by ID, including all line items, to access complete invoice details for verification or financial records.
Instructions
Get a single sales invoice.
Get a single sales invoice by ID, including all line items.
[Sales Invoices] GET /invoices/sales/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the sales invoice. | |
| administration | No | The client administration to act on. Only one is configured: default. |