ExportVoucherCodesInput Input Type
No description
input ExportVoucherCodesInput {
voucherId: ID
ids: [ID!]
fileType: FileTypesEnum!
}
Fields
voucherId ● ID
The ID of the voucher. If provided, exports all codes belonging to the voucher.
ids ● [ID!]
List of voucher code IDs to export.
fileType ● FileTypesEnum!
Type of exported file.
Member Of
exportVoucherCodes mutation