Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCollectionsInput
The input fields for collections attached to a discount.
Signature:
export interface DiscountCollectionsInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| add? | InputMaybe<Array<Scalars[‘ID’][‘input’]>> | (Optional) Specifies list of collection ids to add. | |
| remove? | InputMaybe<Array<Scalars[‘ID’][‘input’]>> | (Optional) Specifies list of collection ids to remove. |