PromotionStarted Object
The event informs about the start of the promotion.
type PromotionStarted implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  promotion: Promotion
}
Fields
PromotionStarted.issuedAt ● DateTime scalar miscellaneous
Time of the event.
PromotionStarted.version ● String scalar miscellaneous
Saleor version that triggered the event.
PromotionStarted.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
PromotionStarted.recipient ● App object apps
The application receiving the webhook.
PromotionStarted.promotion ● Promotion object discounts
The promotion the event relates to.