---
title: PriceRuleAllocationMethod - GraphQL Admin
description: The method by which the price rule's value is allocated to its entitled items.
api_version: 2026-01
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
---
# PriceRuleAllocationMethod
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
* [PriceRule.allocationMethod](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceRule#field-PriceRule.fields.allocationMethod)
OBJECT
A set of conditions, including entitlements and prerequisites, that must be met for a discount code to apply.
***
**Note:** Use the types and queries included our \discount tutorials\ instead. These will replace the GraphQL Admin API\'s \\\Price\Rule\\\ object and \\\Discount\Code\\\ union, and the REST Admin API\'s deprecated\\\Price\Rule\\\ resource.
***
***
## Map
### Fields with this enum
* [PriceRule.allocationMethod](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceRule#field-PriceRule.fields.allocationMethod)