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