PromotionRuleDeletedEvent
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 PromotionRuleDeletedEvent implements Node, PromotionEventInterface, PromotionRuleEventInterface {
id: ID!
date: DateTime!
type: PromotionEventsEnum!
createdBy: UserOrApp
ruleId: String
}
Fields
PromotionRuleDeletedEvent.id
● ID!
non-null scalar
PromotionRuleDeletedEvent.date
● DateTime!
non-null scalar
Date when event happened.
PromotionRuleDeletedEvent.type
● PromotionEventsEnum!
non-null enum
Promotion event type.
PromotionRuleDeletedEvent.createdBy
● UserOrApp
union
User or App that created the promotion event.
PromotionRuleDeletedEvent.ruleId
● String
scalar
The rule ID associated with the promotion event.
Interfaces
Node
interface
An object with an ID
PromotionEventInterface
interface
PromotionRuleEventInterface
interface
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