Skip to main content

GiftCardUpdated

Event sent when gift card is updated.

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

Fields

GiftCardUpdated.issuedAt ● DateTime scalar miscellaneous

Time of the event.

GiftCardUpdated.version ● String scalar miscellaneous

Saleor version that triggered the event.

GiftCardUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

GiftCardUpdated.recipient ● App object apps

The application receiving the webhook.

GiftCardUpdated.giftCard ● GiftCard object gift-cards

The gift card the event relates to.

Interfaces

Event interface miscellaneous