Skip to main content
Version: 3.x

InvoiceUpdate

Updates an invoice.

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

Fields

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

DEPRECATED

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

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

InvoiceUpdate.invoice ● Invoice object

Returned by

invoiceUpdate mutation


Was this page helpful?