Skip to main content
Version: 3.x

InvoiceDelete

Deletes an invoice.

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

Fields

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

DEPRECATED

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

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

InvoiceDelete.invoice ● Invoice object

Returned by

invoiceDelete mutation


Was this page helpful?