Skip to main content
Version: 3.x

VoucherRemoveCatalogues

Removes products, categories, collections from a voucher.

Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

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

Fields

VoucherRemoveCatalogues.voucher ● Voucher object

Voucher of which catalogue IDs will be modified.

VoucherRemoveCatalogues.discountErrors ● [DiscountError!]! deprecated non-null object

DEPRECATED

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

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

Returned by

voucherCataloguesRemove mutation


Was this page helpful?