Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleItemEntitlements
The items to which this price rule applies. This may be multiple products, product variants, collections or combinations of the aforementioned.
Signature:
export interface PriceRuleItemEntitlements
Property | Modifiers | Type | Description |
---|---|---|---|
collections | CollectionConnection | The collections to which the price rule applies. | |
products | ProductConnection | The products to which the price rule applies. | |
productVariants | ProductVariantConnection | The product variants to which the price rule applies. | |
targetAllLineItems | Scalars[‘Boolean’][‘output’] | Whether the price rule applies to all line items. |