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