voucherCataloguesRemove
Removes products, categories, collections from a voucher.
voucherCataloguesRemove(
  id: ID!
  input: CatalogueInput!
): VoucherRemoveCatalogues
Arguments
voucherCataloguesRemove.id ● ID! non-null scalar
ID of a voucher.
voucherCataloguesRemove.input ● CatalogueInput! non-null input
Fields required to modify catalogue IDs of voucher.
Type
VoucherRemoveCatalogues object
Removes products, categories, collections from a voucher.
Was this page helpful?