InvoiceRequested Object
Event sent when invoice is requested.
type InvoiceRequested implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
invoice: Invoice
order: Order!
}
Fields
issuedAt ● DateTime
Time of the event.
version ● String
Saleor version that triggered the event.
issuingPrincipal ● IssuingPrincipal
The user or application that triggered the event.
recipient ● App
The application receiving the webhook.
invoice ● Invoice
The invoice the event relates to.
order ● Order!
Order related to the invoice.