Skip to main content
Version: 3.x

PromotionEnded

The event informs about the end of the promotion.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.
type PromotionEnded implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
promotion: Promotion
}

Fields

PromotionEnded.issuedAt ● DateTime scalar

Time of the event.

PromotionEnded.version ● String scalar

Saleor version that triggered the event.

PromotionEnded.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

PromotionEnded.recipient ● App object

The application receiving the webhook.

PromotionEnded.promotion ● Promotion object

The promotion the event relates to.

Interfaces

Event interface


Was this page helpful?