PromotionDeleted
Event sent when promotion is deleted.
Added in Saleor 3.17This 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
Time of the event.
PromotionDeleted.version ● String scalar
Saleor version that triggered the event.
PromotionDeleted.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
PromotionDeleted.recipient ● App object
The application receiving the webhook.
PromotionDeleted.promotion ● Promotion object
The promotion the event relates to.