OrderCancelled Object
Event sent when order is canceled.
type OrderCancelled implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  order: Order
}
Fields
OrderCancelled.issuedAt ● DateTime scalar miscellaneous
Time of the event.
OrderCancelled.version ● String scalar miscellaneous
Saleor version that triggered the event.
OrderCancelled.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
OrderCancelled.recipient ● App object apps
The application receiving the webhook.
OrderCancelled.order ● Order object orders
The order the event relates to.
Interfaces
Event interface miscellaneous
Returned By
orderCancelled subscription