Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleItemEntitlementsCollectionsArgs
The items to which this price rule applies. This may be multiple products, product variants, collections or combinations of the aforementioned.
Signature:
export interface PriceRuleItemEntitlementsCollectionsArgs
| Property | Modifiers | Type | Description |
|---|---|---|---|
| after? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| before? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| first? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
| last? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
| reverse? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) |