--- 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: 2024-10 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/PriceRuleItemEntitlements md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/PriceRuleItemEntitlements.txt --- # 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/2024-10/connections/CollectionConnection) non-null The collections to which the price rule applies. * products [Product​Connection!](https://shopify.dev/docs/api/admin-graphql/2024-10/connections/ProductConnection) non-null The products to which the price rule applies. * product​Variants [Product​Variant​Connection!](https://shopify.dev/docs/api/admin-graphql/2024-10/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/2024-10/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/2024-10/objects/PriceRule#field-itemEntitlements)