VoucherChannelListingUpdate
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
VoucherChannelListingUpdate.voucher ● Voucher object discounts
An updated voucher instance.
VoucherChannelListingUpdate.discountErrors ● [DiscountError!]! deprecated non-null object discounts
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
VoucherChannelListingUpdate.errors ● [DiscountError!]! non-null object discounts
Returned By
voucherChannelListingUpdate mutation