Skip to main content
Version: Canary 🚧

ExportVoucherCodesInput

No description

input ExportVoucherCodesInput {
voucherId: ID
ids: [ID!]
fileType: FileTypesEnum!
}

Fields

ExportVoucherCodesInput.voucherId ● ID scalar

The ID of the voucher. If provided, exports all codes belonging to the voucher.

ExportVoucherCodesInput.ids ● [ID!] list scalar

List of voucher code IDs to export.

ExportVoucherCodesInput.fileType ● FileTypesEnum! non-null enum

Type of exported file.

Member of

exportVoucherCodes mutation


Was this page helpful?