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