VoucherCodeExportCompleted
Event sent when voucher code export is completed.
Added in Saleor 3.18type VoucherCodeExportCompleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
export: ExportFile
}
Fields
VoucherCodeExportCompleted.issuedAt ● DateTime scalar
Time of the event.
VoucherCodeExportCompleted.version ● String scalar
Saleor version that triggered the event.
VoucherCodeExportCompleted.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
VoucherCodeExportCompleted.recipient ● App object
The application receiving the webhook.
VoucherCodeExportCompleted.export ● ExportFile object
The export file for voucher codes.