GiftCardStatusChanged
Event sent when gift card status has changed.
Added in Saleor 3.2type GiftCardStatusChanged implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  giftCard: GiftCard
}
Fields
GiftCardStatusChanged.issuedAt ● DateTime scalar miscellaneous
Time of the event.
GiftCardStatusChanged.version ● String scalar miscellaneous
Saleor version that triggered the event.
GiftCardStatusChanged.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
GiftCardStatusChanged.recipient ● App object apps
The application receiving the webhook.
GiftCardStatusChanged.giftCard ● GiftCard object gift-cards
The gift card the event relates to.