--- title: PriceRuleLineItemPrerequisites - GraphQL Admin description: Single or multiple line item products, product variants or collections required for the price rule to be applicable, can also be provided in combination. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/pricerulelineitemprerequisites md: https://shopify.dev/docs/api/admin-graphql/latest/objects/pricerulelineitemprerequisites.md --- # Price​Rule​Line​Item​Prerequisites object Requires `read_price_rules` access scope. Single or multiple line item products, product variants or collections required for the price rule to be applicable, can also be provided in combination. ## Fields * collections [Collection​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/CollectionConnection) non-null The collections required for the price rule to be applicable. * products [Product​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/ProductConnection) non-null The products required for the price rule to be applicable. * product​Variants [Product​Variant​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/ProductVariantConnection) non-null The product variants required for the price rule to be applicable. *** ## Map ### Fields with this object * {}[PriceRule.itemPrerequisites](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceRule#field-PriceRule.fields.itemPrerequisites)