PromotionStartedEvent
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.
type PromotionStartedEvent implements Node, PromotionEventInterface {
id: ID!
date: DateTime!
type: PromotionEventsEnum!
createdBy: UserOrApp
}
Fields
PromotionStartedEvent.id
● ID!
non-null scalar miscellaneous
PromotionStartedEvent.date
● DateTime!
non-null scalar miscellaneous
Date when event happened.
PromotionStartedEvent.type
● PromotionEventsEnum!
non-null enum discounts
Promotion event type.
PromotionStartedEvent.createdBy
● UserOrApp
union miscellaneous
User or App that created the promotion event.
Interfaces
Node
interface miscellaneous
An object with an ID
PromotionEventInterface
interface miscellaneous
Implemented By
PromotionEvent
union