PromotionEvent
No description
union PromotionEvent =
PromotionCreatedEvent
| PromotionUpdatedEvent
| PromotionStartedEvent
| PromotionEndedEvent
| PromotionRuleCreatedEvent
| PromotionRuleUpdatedEvent
| PromotionRuleDeletedEvent
Possible types
PromotionEvent.PromotionCreatedEvent
object
History log of the promotion created event.
Added in Saleor 3.17This API is currently in Feature Preview and can be subject to changes at later point.
PromotionEvent.PromotionUpdatedEvent
object
History log of the promotion updated event.
Added in Saleor 3.17This API is currently in Feature Preview and can be subject to changes at later point.
PromotionEvent.PromotionStartedEvent
object
History log of the promotion started event.
Added in Saleor 3.17This API is currently in Feature Preview and can be subject to changes at later point.
PromotionEvent.PromotionEndedEvent
object
History log of the promotion ended event.
Added in Saleor 3.17This API is currently in Feature Preview and can be subject to changes at later point.
PromotionEvent.PromotionRuleCreatedEvent
object
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.
PromotionEvent.PromotionRuleUpdatedEvent
object
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.
PromotionEvent.PromotionRuleDeletedEvent
object
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.
Member of
Promotion
object