Skip to main content
Version: 3.x

GiftCardDeleted

Event sent when gift card is deleted.

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

Fields

GiftCardDeleted.issuedAt ● DateTime scalar

Time of the event.

GiftCardDeleted.version ● String scalar

Saleor version that triggered the event.

GiftCardDeleted.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

GiftCardDeleted.recipient ● App object

The application receiving the webhook.

GiftCardDeleted.giftCard ● GiftCard object

The gift card the event relates to.

Interfaces

Event interface


Was this page helpful?