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