--- title: PriceRuleAllocationMethod - GraphQL Admin description: The method by which the price rule's value is allocated to its entitled items. api_version: 2025-10 api_name: admin type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/enums/priceruleallocationmethod md: https://shopify.dev/docs/api/admin-graphql/latest/enums/priceruleallocationmethod.md --- # Price​Rule​Allocation​Method enum The method by which the price rule's value is allocated to its entitled items. ## Valid values * ACROSS The value will be applied once across the entitled items. * EACH The value will be applied to each of the entitled items. *** ## Fields * [Price​Rule.allocationMethod](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceRule#field-PriceRule.fields.allocationMethod) OBJECT Price rules are a set of conditions, including entitlements and prerequisites, that must be met in order for a discount code to apply. We recommend using the types and queries detailed at [Getting started with discounts](https://shopify.dev/docs/apps/selling-strategies/discounts/getting-started) instead. These will replace the GraphQL `PriceRule` object and REST Admin `PriceRule` and `DiscountCode` resources. *** ## Map ### Fields with this enum * <-|[Price​Rule.allocationMethod](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceRule#field-PriceRule.fields.allocationMethod)