voucherUpdate
Updates a voucher.
Triggers the following webhook events:
- VOUCHER_UPDATED (async): A voucher was updated.
voucherUpdate(
id: ID!
input: VoucherInput!
): VoucherUpdate
Arguments
voucherUpdate.id
● ID!
non-null scalar
ID of a voucher to update.
voucherUpdate.input
● VoucherInput!
non-null input
Fields required to update a voucher.
Type
VoucherUpdate
object
Updates a voucher.
Triggers the following webhook events:
- VOUCHER_UPDATED (async): A voucher was updated.