PDF

Invoice Generation

Configure invoice-oriented PDF templates through the PDF builder. The current implementation exposes an `invoice` target type in the template admin and supports invoice entities in the order domain, but the generic frontend claim is broader than the confirmed generation flow in this repository.

Invoice Automation

Setup Auto-Billing
Automated Pipeline
Active
1
Order Received
Trigger Event
2
Invoice Generated
Template: Modern B2B
3
Email to Customer
Attachment: PDF Invoice
Success rate: 99.8%
View Logs →

The codebase clearly supports invoice concepts in two places: the order domain can convert orders into invoice-type records, and the PDF template builder exposes an `invoice` target type alongside product, order, and product catalog templates.

That means teams can already model invoice-focused layouts in the PDF template system and manage them with the same create, edit, duplicate, preview, and default-template tooling used for other document targets.

I did not find a standalone, end-to-end invoice PDF generation controller here equivalent to the confirmed product PDF download flow, so this page keeps the wording tight around the implemented invoice template support rather than claiming a broader invoice automation stack than the current code confirms.

Need invoice-ready layouts inside the same document builder?

Use the invoice target in the PDF template system and keep invoice document design aligned with the rest of your PDF output.