Skip to main content

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.

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: modules/invoices · npm: @86d-app/invoices

Installation

86d module add invoices

Store endpoints

MethodPathDescription
GET/orders/me/:id/invoiceGet invoice for an order
GET/orders/me/:id/invoice/pdfDownload as PDF

Admin endpoints

MethodPathDescription
GET/admin/invoicesList with status and aging filters
POST/admin/invoices/:id/sendEmail the invoice
POST/admin/invoices/:id/credit-noteIssue a credit note