PromotionRuleEventInterface Interface
History log of the promotion event related to rule.
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