Skip to main content
Version: 3.x

OrderExpired

Event sent when order becomes expired.

Added in Saleor 3.13
This API is currently in Feature Preview and can be subject to changes at later point.
type OrderExpired implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
order: Order
}

Fields

OrderExpired.issuedAt ● DateTime scalar

Time of the event.

OrderExpired.version ● String scalar

Saleor version that triggered the event.

OrderExpired.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

OrderExpired.recipient ● App object

The application receiving the webhook.

OrderExpired.order ● Order object

The order the event relates to.

Interfaces

Event interface


Was this page helpful?