Skip to content

Invoice print settings

This content is for Spring ’26. Switch to the latest version for up-to-date documentation.

Users can specify print size to reflect thermal and A4 printing as required within the mobile configuration. Formatting will responsively adapt based on measurements provided.

Note: Common sizing formats are as follows:

  • Thermal printer
    • 80mm (width), null (height)
    • 102mm (width), null (height)
  • A4
    • 210mm (width), 297mm (height)

Configuration:

"PrinterPaperHeightMm": 297,
"PrinterPaperWidthMm": 210

Preventing Invoice Creation

Defaults to true if not populated. If set to false , invoices will be automatically created for orders in the order flow.

"Order": {
"PreventInvoiceCreation": false
}

Preventing Credit Note Generation

Defaults to true if not populated. If set to false , credit notes will be automatically created for orders in the return order flow.

"Order": {
"PreventCreditNoteCreation": false
}