Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleLineItemPrerequisites
Single or multiple line item products, product variants or collections required for the price rule to be applicable, can also be provided in combination.
Signature:
export interface PriceRuleLineItemPrerequisites
| Property | Modifiers | Type | Description |
|---|---|---|---|
| collections | CollectionConnection | The collections required for the price rule to be applicable. | |
| products | ProductConnection | The products required for the price rule to be applicable. | |
| productVariants | ProductVariantConnection | The product variants required for the price rule to be applicable. |