Skip to main content
Version: 3.x

voucherCataloguesRemove

Removes products, categories, collections from a voucher.

Requires MANAGE_DISCOUNTSpermission.

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.

Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • VOUCHER_UPDATED (async): A voucher was updated.

Was this page helpful?