Skip to main content
Version: 3.x

InvoiceRequested

Event sent when invoice is requested.

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

Fields

InvoiceRequested.issuedAt ● DateTime scalar

Time of the event.

InvoiceRequested.version ● String scalar

Saleor version that triggered the event.

InvoiceRequested.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

InvoiceRequested.recipient ● App object

The application receiving the webhook.

InvoiceRequested.invoice ● Invoice object

The invoice the event relates to.

InvoiceRequested.order ● Order! non-null object

Order related to the invoice.

Added in Saleor 3.10

Interfaces

Event interface


Was this page helpful?