Skip to main content
Version: 3.x

GiftCardMetadataUpdated

Event sent when gift card metadata is updated.

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

Fields

GiftCardMetadataUpdated.issuedAt ● DateTime scalar

Time of the event.

GiftCardMetadataUpdated.version ● String scalar

Saleor version that triggered the event.

GiftCardMetadataUpdated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

GiftCardMetadataUpdated.recipient ● App object

The application receiving the webhook.

GiftCardMetadataUpdated.giftCard ● GiftCard object

The gift card the event relates to.

Interfaces

Event interface


Was this page helpful?