Skip to main content
Version: 3.x

GiftCardExportCompleted

Event sent when gift card export is completed.

Added in Saleor 3.16
type GiftCardExportCompleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
export: ExportFile
}

Fields

GiftCardExportCompleted.issuedAt ● DateTime scalar

Time of the event.

GiftCardExportCompleted.version ● String scalar

Saleor version that triggered the event.

GiftCardExportCompleted.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

GiftCardExportCompleted.recipient ● App object

The application receiving the webhook.

GiftCardExportCompleted.export ● ExportFile object

The export file for gift cards.

Interfaces

Event interface


Was this page helpful?