GiftCardCreated
Event sent when new gift card is created.
Added in Saleor 3.2type 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.