---
title: DiscountCollectionsInput - GraphQL Admin
description: The input fields for collections attached to a discount.
api_version: unstable
api_name: admin
source_url:
  html: https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DiscountCollectionsInput
  md: https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DiscountCollectionsInput.md
---

# Discount​Collections​Input

input\_object

The input fields for collections attached to a discount.

## Fields

* add

  [\[ID!\]](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID)

  Specifies list of collection ids to add.

* remove

  [\[ID!\]](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID)

  Specifies list of collection ids to remove.

***

## Input objects using this input

* [Discount​Items​Input.collections](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DiscountItemsInput#fields-collections)

  INPUT OBJECT

  The input fields for the items attached to a discount. You can specify the discount items by product ID or collection ID.

***

## Map

### Input objects using this input

* [Discount​Items​Input.collections](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DiscountItemsInput#fields-collections)