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