Skip to main content

invoiceUpdate

Updates an invoice.

Requires MANAGE_ORDERSpermission.
invoiceUpdate(
id: ID!
input: UpdateInvoiceInput!
): InvoiceUpdate

Arguments

invoiceUpdate.id ● ID! non-null scalar miscellaneous

ID of an invoice to update.

invoiceUpdate.input ● UpdateInvoiceInput! non-null input orders

Fields to use when updating an invoice.

Type

InvoiceUpdate object orders

Updates an invoice.

Requires MANAGE_ORDERSpermission.