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