# PriceRuleValue - admin-graphql - UNION Version: 2024-10 ## Description The type of the price rule value. The price rule value might be a percentage value, or a fixed amount. ### Access Scopes `read_price_rules` access scope. ## Possible types * [PriceRuleFixedAmountValue](/docs/api/admin-graphql/2024-10/objects/PriceRuleFixedAmountValue) * [PriceRulePercentValue](/docs/api/admin-graphql/2024-10/objects/PriceRulePercentValue) ## Fields with this union * [PriceRule.value](/docs/api/admin-graphql/2024-10/objects/PriceRule) ## Examples