GiftCardExportCompleted
Event sent when gift card export is completed.
Added in Saleor 3.16type GiftCardExportCompleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
export: ExportFile
}
Fields
GiftCardExportCompleted.issuedAt
● DateTime
scalar miscellaneous
Time of the event.
GiftCardExportCompleted.version
● String
scalar miscellaneous
Saleor version that triggered the event.
GiftCardExportCompleted.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
GiftCardExportCompleted.recipient
● App
object apps
The application receiving the webhook.
GiftCardExportCompleted.export
● ExportFile
object miscellaneous
The export file for gift cards.