Skip to main content

VoucherChannelListingUpdate Object

Manage voucher's availability in channels.

Requires the MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • VOUCHER_UPDATED (async): A voucher was updated.
type VoucherChannelListingUpdate {
voucher: Voucher
discountErrors: [DiscountError!]! @deprecated
errors: [DiscountError!]!
}

Fields

voucher ● Voucher

An updated voucher instance.

errors ● [DiscountError!]!

Show deprecated

Returned By

voucherChannelListingUpdate mutation