Skip to main content
Version: 3.x

voucherChannelListingUpdate

Manage voucher's availability in channels.

Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • VOUCHER_UPDATED (async): A voucher was updated.
voucherChannelListingUpdate(
id: ID!
input: VoucherChannelListingInput!
): VoucherChannelListingUpdate

Arguments

voucherChannelListingUpdate.id ● ID! non-null scalar

ID of a voucher to update.

voucherChannelListingUpdate.input ● VoucherChannelListingInput! non-null input

Fields required to update voucher channel listings.

Type

VoucherChannelListingUpdate object

Manage voucher's availability in channels.

Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • VOUCHER_UPDATED (async): A voucher was updated.

Was this page helpful?