--- title: PriceRuleItemEntitlements - GraphQL Admin description: The items to which this price rule applies. This may be multiple products, product variants, collections or combinations of the aforementioned. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/priceruleitementitlements md: https://shopify.dev/docs/api/admin-graphql/latest/objects/priceruleitementitlements.md --- # Price​Rule​Item​Entitlements object Requires `read_price_rules` access scope. The items to which this price rule applies. This may be multiple products, product variants, collections or combinations of the aforementioned. ## Fields * collections [Collection​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/CollectionConnection) non-null The collections to which the price rule applies. * products [Product​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/ProductConnection) non-null The products to which the price rule applies. * product​Variants [Product​Variant​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/ProductVariantConnection) non-null The product variants to which the price rule applies. * target​All​Line​Items [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean) non-null Whether the price rule applies to all line items. *** ## Map ### Fields with this object * {}[PriceRule.itemEntitlements](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceRule#field-PriceRule.fields.itemEntitlements)