Skip to main content
Version: 3.x

VoucherChannelListingUpdate

Manage voucher's availability in channels.

Requires MANAGE_DISCOUNTSpermission.

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

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

VoucherChannelListingUpdate.errors ● [DiscountError!]! non-null object

Returned by

voucherChannelListingUpdate mutation


Was this page helpful?