Skip to main content

VoucherAddCatalogues Object

Adds products, categories, collections to a voucher.

Requires the MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • VOUCHER_UPDATED (async): A voucher was updated.
type VoucherAddCatalogues {
voucher: Voucher
discountErrors: [DiscountError!]! @deprecated
errors: [DiscountError!]!
}

Fields

voucher ● Voucher

Voucher of which catalogue IDs will be modified.

errors ● [DiscountError!]!

Show deprecated

Returned By

voucherCataloguesAdd mutation