Get invoice
ws_invoice_getFetch a single invoice by ID to view line items, totals, and payment status. For the PDF version, use the dedicated PDF tool.
Instructions
Get one invoice by id, including line items, totals and payment status. Use ws_invoice_pdf for the document itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | Account id, or the literal "self" for the authenticated account. Defaults to "self". | self |
| invoiceId | Yes | Invoice id, as returned by ws_invoice_list. |