ExportVoucherCodes
Export voucher codes to csv/xlsx file.
Added in Saleor 3.18This API is currently in Feature Preview and can be subject to changes at later point.
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 miscellaneous
The newly created export file job which is responsible for export data.
ExportVoucherCodes.errors
● [ExportError!]!
non-null object miscellaneous
Returned By
exportVoucherCodes
mutation