Skip to main content

InvoiceCreate

Creates a ready to send invoice.

Requires MANAGE_ORDERSpermission.
type InvoiceCreate {
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}

Fields

InvoiceCreate.invoiceErrors ● [InvoiceError!]! deprecated non-null object orders

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

InvoiceCreate.errors ● [InvoiceError!]! non-null object orders

InvoiceCreate.invoice ● Invoice object orders

Returned By

invoiceCreate mutation