Skip to main content
Version: 3.x

GiftCardCreated

Event sent when new gift card is created.

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

Fields

GiftCardCreated.issuedAt ● DateTime scalar

Time of the event.

GiftCardCreated.version ● String scalar

Saleor version that triggered the event.

GiftCardCreated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

GiftCardCreated.recipient ● App object

The application receiving the webhook.

GiftCardCreated.giftCard ● GiftCard object

The gift card the event relates to.

Interfaces

Event interface


Was this page helpful?