Skip to main content
Version: 3.x

ExportVoucherCodes

Export voucher codes to csv/xlsx file.

Added in Saleor 3.18
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • VOUCHER_CODE_EXPORT_COMPLETED (async): A notification for the exported file.
type ExportVoucherCodes {
exportFile: ExportFile
errors: [ExportError!]!
}

Fields

ExportVoucherCodes.exportFile ● ExportFile object

The newly created export file job which is responsible for export data.

ExportVoucherCodes.errors ● [ExportError!]! non-null object

Returned by

exportVoucherCodes mutation


Was this page helpful?