PromotionRuleUpdatedEvent
History log of the promotion rule created event.
Added in Saleor 3.17This API is currently in Feature Preview and can be subject to changes at later point.
type PromotionRuleUpdatedEvent implements Node, PromotionEventInterface, PromotionRuleEventInterface {
id: ID!
date: DateTime!
type: PromotionEventsEnum!
createdBy: UserOrApp
ruleId: String
}
Fields
PromotionRuleUpdatedEvent.id
● ID!
non-null scalar miscellaneous
PromotionRuleUpdatedEvent.date
● DateTime!
non-null scalar miscellaneous
Date when event happened.
PromotionRuleUpdatedEvent.type
● PromotionEventsEnum!
non-null enum discounts
Promotion event type.
PromotionRuleUpdatedEvent.createdBy
● UserOrApp
union miscellaneous
User or App that created the promotion event.
PromotionRuleUpdatedEvent.ruleId
● String
scalar miscellaneous
The rule ID associated with the promotion event.
Interfaces
Node
interface miscellaneous
An object with an ID
PromotionEventInterface
interface miscellaneous
PromotionRuleEventInterface
interface miscellaneous
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.
Implemented By
PromotionEvent
union