InvoiceRequestDelete
Requests deletion of an invoice.
Triggers the following webhook events:
- INVOICE_DELETED (async): An invoice was requested to delete.
type InvoiceRequestDelete {
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}
Fields
InvoiceRequestDelete.invoiceErrors
● [InvoiceError!]!
deprecated non-null object orders
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
InvoiceRequestDelete.errors
● [InvoiceError!]!
non-null object orders
InvoiceRequestDelete.invoice
● Invoice
object orders
Returned By
invoiceRequestDelete
mutation