Skip to main content
Version: 3.x

InvoiceDeleted

Event sent when invoice is deleted.

Added in Saleor 3.2
type InvoiceDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
invoice: Invoice
order: Order
}

Fields

InvoiceDeleted.issuedAt ● DateTime scalar

Time of the event.

InvoiceDeleted.version ● String scalar

Saleor version that triggered the event.

InvoiceDeleted.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

InvoiceDeleted.recipient ● App object

The application receiving the webhook.

InvoiceDeleted.invoice ● Invoice object

The invoice the event relates to.

InvoiceDeleted.order ● Order object

Order related to the invoice.

Added in Saleor 3.10

Interfaces

Event interface


Was this page helpful?