--- title: PriceRuleValue - GraphQL Admin description: >- The type of the price rule value. The price rule value might be a percentage value, or a fixed amount. api_version: 2026-04 api_name: admin type: union api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/latest/unions/PriceRuleValue' md: 'https://shopify.dev/docs/api/admin-graphql/latest/unions/PriceRuleValue.md' --- # Price​Rule​Value union Requires `read_price_rules` access scope. The type of the price rule value. The price rule value might be a percentage value, or a fixed amount. ## Fields with this union * [Price​Rule.value](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceRule#field-PriceRule.fields.value) OBJECT Deprecated *** ```graphql union PriceRuleValue = PriceRuleFixedAmountValue | PriceRulePercentValue ```