Skip to main content

InvoiceUpdate

Updates an invoice.

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

Fields

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

DEPRECATED

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

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

InvoiceUpdate.invoice ● Invoice object orders

Returned By

invoiceUpdate mutation