PromotionRuleEventInterface
History log of the promotion event related to rule.
Added in Saleor 3.17This API is currently in Feature Preview and can be subject to changes at later point.
interface PromotionRuleEventInterface {
ruleId: String
}
Fields
PromotionRuleEventInterface.ruleId
● String
scalar miscellaneous
The rule ID associated with the promotion event.
Implemented By
PromotionRuleCreatedEvent
object ● PromotionRuleDeletedEvent
object ● PromotionRuleUpdatedEvent
object