VoucherRemoveCatalogues
Removes products, categories, collections from a voucher.
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
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
VoucherRemoveCatalogues.errors ● [DiscountError!]! non-null object
Returned by
voucherCataloguesRemove mutation
Was this page helpful?