Skip to main content
Version: 3.x

InvoiceSent

Event sent when invoice is sent.

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

Fields

InvoiceSent.issuedAt ● DateTime scalar

Time of the event.

InvoiceSent.version ● String scalar

Saleor version that triggered the event.

InvoiceSent.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

InvoiceSent.recipient ● App object

The application receiving the webhook.

InvoiceSent.invoice ● Invoice object

The invoice the event relates to.

InvoiceSent.order ● Order object

Order related to the invoice.

Added in Saleor 3.10

Interfaces

Event interface


Was this page helpful?