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