OrderCancelled
Event sent when order is canceled.
Added in Saleor 3.2type OrderCancelled implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
order: Order
}
Fields
OrderCancelled.issuedAt ● DateTime scalar
Time of the event.
OrderCancelled.version ● String scalar
Saleor version that triggered the event.
OrderCancelled.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
OrderCancelled.recipient ● App object
The application receiving the webhook.
OrderCancelled.order ● Order object
The order the event relates to.
Interfaces
Event interface
Was this page helpful?