--- 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: 2025-10 api_name: admin type: union api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2025-10/unions/PriceRuleValue' md: 'https://shopify.dev/docs/api/admin-graphql/2025-10/unions/PriceRuleValue.md' metadata: domain: admin --- # 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/2025-10/objects/PriceRule#field-PriceRule.fields.value) OBJECT Deprecated *** ```graphql union PriceRuleValue = PriceRuleFixedAmountValue | PriceRulePercentValue ```