> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/discounts/llms.txt)
> Source: https://docs.saleor.io/api-reference/discounts/mutations/voucher-catalogues-add

# voucherCataloguesAdd Mutation

Adds products, categories, collections to a voucher.

Requires the MANAGE\_DISCOUNTS permission.

Triggers the following webhook events:

-   VOUCHER\_UPDATED (async): A voucher was updated.

```graphql
voucherCataloguesAdd(
  id: ID!
  input: CatalogueInput!
): VoucherAddCatalogues
```

Details

```graphql
type VoucherAddCatalogues {
  voucher: Voucher
  discountErrors: [DiscountError!]! @deprecated
  errors: [DiscountError!]!
}
```

<a id="arguments"></a>

### Arguments

<a id="id"></a>

#### [`id`](#id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

ID of a voucher.

<a id="input"></a>

#### [`input`](#input) ● [`CatalogueInput!`](/api-reference/discounts/inputs/catalogue-input.md)

Fields required to modify catalogue IDs of voucher.

<a id="type"></a>

### Type

<a id="voucheraddcatalogues"></a>

#### [`VoucherAddCatalogues`](/api-reference/discounts/objects/voucher-add-catalogues.md)

Adds products, categories, collections to a voucher.

Requires the MANAGE\_DISCOUNTS permission.

Triggers the following webhook events:

-   VOUCHER\_UPDATED (async): A voucher was updated.
