Skip to main content

VoucherCodeExportCompleted

Event sent when voucher code export is completed.

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

Fields

VoucherCodeExportCompleted.issuedAt ● DateTime scalar miscellaneous

Time of the event.

VoucherCodeExportCompleted.version ● String scalar miscellaneous

Saleor version that triggered the event.

VoucherCodeExportCompleted.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

VoucherCodeExportCompleted.recipient ● App object apps

The application receiving the webhook.

VoucherCodeExportCompleted.export ● ExportFile object miscellaneous

The export file for voucher codes.

Interfaces

Event interface miscellaneous