InvoiceCreate
Creates a ready to send invoice.
type InvoiceCreate {
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}
Fields
InvoiceCreate.invoiceErrors
● [InvoiceError!]!
deprecated non-null object orders
DEPRECATEDThis 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