wave_create_invoice
Create a new invoice in Wave Accounting by specifying customer, line items, dates, and optional details like title, footer, or memo.
Instructions
Create a new invoice
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Internal memo | |
| items | Yes | Invoice line items | |
| title | No | Invoice title | |
| footer | No | Invoice footer text | |
| dueDate | No | Due date (YYYY-MM-DD) | |
| subhead | No | Invoice subhead | |
| businessId | No | Business ID | |
| customerId | Yes | Customer ID | |
| invoiceDate | Yes | Invoice date (YYYY-MM-DD) |