The invoices module manages an invoice lifecycle separate from order receipts. Invoices are intended for B2B contexts: extended payment terms (Net 30, Net 60), credit notes, partial payments, and an aging report. Source:Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
modules/invoices · npm: @86d-app/invoices
Installation
Store endpoints
| Method | Path | Description |
|---|---|---|
GET | /orders/me/:id/invoice | Get invoice for an order |
GET | /orders/me/:id/invoice/pdf | Download as PDF |
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/invoices | List with status and aging filters |
POST | /admin/invoices/:id/send | Email the invoice |
POST | /admin/invoices/:id/credit-note | Issue a credit note |

