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