Skip to main content

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 miscellaneous

Time of the event.

InvoiceRequested.version ● String scalar miscellaneous

Saleor version that triggered the event.

InvoiceRequested.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

InvoiceRequested.recipient ● App object apps

The application receiving the webhook.

InvoiceRequested.invoice ● Invoice object orders

The invoice the event relates to.

InvoiceRequested.order ● Order! non-null object orders

Order related to the invoice.

Added in Saleor 3.10

Interfaces

Event interface miscellaneous