Skip to main content
Version: 3.x

PromotionRuleEventInterface

History log of the promotion event related to rule.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.
interface PromotionRuleEventInterface {
ruleId: String
}

Fields

PromotionRuleEventInterface.ruleId ● String scalar

The rule ID associated with the promotion event.

Implemented by

PromotionRuleCreatedEvent object ● PromotionRuleDeletedEvent object ● PromotionRuleUpdatedEvent object


Was this page helpful?