InvoiceDeleted Object
Event sent when invoice is deleted.
type InvoiceDeleted implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  invoice: Invoice
  order: Order
}
Fields
InvoiceDeleted.issuedAt ● DateTime scalar miscellaneous
Time of the event.
InvoiceDeleted.version ● String scalar miscellaneous
Saleor version that triggered the event.
InvoiceDeleted.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
InvoiceDeleted.recipient ● App object apps
The application receiving the webhook.
InvoiceDeleted.invoice ● Invoice object orders
The invoice the event relates to.
InvoiceDeleted.order ● Order object orders
Order related to the invoice.