Skip to main content
Version: 3.x

GiftCardStatusChanged

Event sent when gift card status has changed.

Added in Saleor 3.2
type GiftCardStatusChanged implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
giftCard: GiftCard
}

Fields

GiftCardStatusChanged.issuedAt ● DateTime scalar

Time of the event.

GiftCardStatusChanged.version ● String scalar

Saleor version that triggered the event.

GiftCardStatusChanged.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

GiftCardStatusChanged.recipient ● App object

The application receiving the webhook.

GiftCardStatusChanged.giftCard ● GiftCard object

The gift card the event relates to.

Interfaces

Event interface


Was this page helpful?