Skip to main content

VoucherRemoveCatalogues Object

Removes products, categories, collections from a voucher.

Requires the MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

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

Fields

voucher ● Voucher

Voucher of which catalogue IDs will be modified.

errors ● [DiscountError!]!

Show deprecated

Returned By

voucherCataloguesRemove mutation