Skip to main content
Version: 3.x

PromotionRuleDeleted

Event sent when new promotion rule is deleted.

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

Fields

PromotionRuleDeleted.issuedAt ● DateTime scalar

Time of the event.

PromotionRuleDeleted.version ● String scalar

Saleor version that triggered the event.

PromotionRuleDeleted.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

PromotionRuleDeleted.recipient ● App object

The application receiving the webhook.

PromotionRuleDeleted.promotionRule ● PromotionRule object

The promotion rule the event relates to.

Interfaces

Event interface


Was this page helpful?