Skip to main content

PromotionDeleted

Event sent when promotion is deleted.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.
type PromotionDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
promotion: Promotion
}

Fields

PromotionDeleted.issuedAt ● DateTime scalar miscellaneous

Time of the event.

PromotionDeleted.version ● String scalar miscellaneous

Saleor version that triggered the event.

PromotionDeleted.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

PromotionDeleted.recipient ● App object apps

The application receiving the webhook.

PromotionDeleted.promotion ● Promotion object discounts

The promotion the event relates to.

Interfaces

Event interface miscellaneous