Skip to main content
Version: 3.x

DraftOrderDeleted

Event sent when draft order is deleted.

Added in Saleor 3.2
type DraftOrderDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
order: Order
}

Fields

DraftOrderDeleted.issuedAt ● DateTime scalar

Time of the event.

DraftOrderDeleted.version ● String scalar

Saleor version that triggered the event.

DraftOrderDeleted.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

DraftOrderDeleted.recipient ● App object

The application receiving the webhook.

DraftOrderDeleted.order ● Order object

The order the event relates to.

Interfaces

Event interface


Was this page helpful?