DraftOrderUpdated
Event sent when draft order is updated.
Added in Saleor 3.2type DraftOrderUpdated implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  order: Order
}
Fields
DraftOrderUpdated.issuedAt ● DateTime scalar miscellaneous
Time of the event.
DraftOrderUpdated.version ● String scalar miscellaneous
Saleor version that triggered the event.
DraftOrderUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
DraftOrderUpdated.recipient ● App object apps
The application receiving the webhook.
DraftOrderUpdated.order ● Order object orders
The order the event relates to.