Skip to main content

PromotionEvent

No description

union PromotionEvent =
PromotionCreatedEvent
| PromotionUpdatedEvent
| PromotionStartedEvent
| PromotionEndedEvent
| PromotionRuleCreatedEvent
| PromotionRuleUpdatedEvent
| PromotionRuleDeletedEvent

Possible types

PromotionEvent.PromotionCreatedEvent object discounts

History log of the promotion created event.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.

PromotionEvent.PromotionUpdatedEvent object discounts

History log of the promotion updated event.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.

PromotionEvent.PromotionStartedEvent object discounts

History log of the promotion started event.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.

PromotionEvent.PromotionEndedEvent object discounts

History log of the promotion ended event.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.

PromotionEvent.PromotionRuleCreatedEvent object discounts

History log of the promotion rule created event.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.

PromotionEvent.PromotionRuleUpdatedEvent object discounts

History log of the promotion rule created event.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.

PromotionEvent.PromotionRuleDeletedEvent object discounts

History log of the promotion rule created event.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.

Member Of

Promotion object