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.
exportVoucherCodes(
input: ExportVoucherCodesInput!
): ExportVoucherCodes
Arguments
exportVoucherCodes.input
● ExportVoucherCodesInput!
non-null input discounts
Fields required to export voucher codes.
Type
ExportVoucherCodes
object discounts
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.