invoiceCreate: mutations | Moloni ON API
Moloni ONGuidesAPI ReferenceExplorer
API Reference

invoiceCreate

mutation

Create invoice

Issues a new invoice with line items, taxes, and customer details. Automatically assigns a sequential number and may trigger fiscal authority communication.

mutation {
  invoiceCreate(companyId: Int!, data: InvoiceInsert!, options: InvoiceMutateOptions): Invoice!
}

Returns: Invoice!

Arguments

NameTypeDescription
companyIdInt!
dataInvoiceInsert!
optionsInvoiceMutateOptions