Skip to main content
Version: 3.x

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

DEPRECATED

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

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

InvoiceCreate.invoice ● Invoice object

Returned by

invoiceCreate mutation


Was this page helpful?