VoucherChannelListingUpdate Object
Manage voucher's availability in channels.
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