voucherCataloguesRemove
Removes products, categories, collections from a voucher.
Triggers the following webhook events:
- VOUCHER_UPDATED (async): A voucher was updated.
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.
Triggers the following webhook events:
- VOUCHER_UPDATED (async): A voucher was updated.