voucherChannelListingUpdate Mutation
Manage voucher's availability in channels.
Triggers the following webhook events:
- VOUCHER_UPDATED (async): A voucher was updated.
voucherChannelListingUpdate(
id: ID!
input: VoucherChannelListingInput!
): VoucherChannelListingUpdate
Details
type VoucherChannelListingUpdate {
voucher: Voucher
discountErrors: [DiscountError!]! @deprecated
errors: [DiscountError!]!
}
Arguments
id ● ID!
ID of a voucher to update.
input ● VoucherChannelListingInput!
Fields required to update voucher channel listings.
Type
VoucherChannelListingUpdate
Manage voucher's availability in channels.
Triggers the following webhook events:
- VOUCHER_UPDATED (async): A voucher was updated.