Skip to main content

invoiceUpdate Mutation

Updates an invoice.

Requires the MANAGE_ORDERSpermission.
invoiceUpdate(
id: ID!
input: UpdateInvoiceInput!
): InvoiceUpdate
Details
type InvoiceUpdate {
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}

Arguments

id ● ID!

ID of an invoice to update.

input ● UpdateInvoiceInput!

Fields to use when updating an invoice.

Type

InvoiceUpdate

Updates an invoice.

Requires the MANAGE_ORDERSpermission.