InvoiceCreate
Creates a ready to send invoice.
type InvoiceCreate {
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}
Fields
InvoiceCreate.invoiceErrors ● [InvoiceError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
InvoiceCreate.errors ● [InvoiceError!]! non-null object
InvoiceCreate.invoice ● Invoice object
Returned by
invoiceCreate mutation
Was this page helpful?