--- title: PriceRuleStatus - GraphQL Admin description: The status of the price rule. api_version: 2025-10 api_name: admin type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/enums/pricerulestatus md: https://shopify.dev/docs/api/admin-graphql/latest/enums/pricerulestatus.md --- # Price​Rule​Status enum The status of the price rule. ## Valid values * ACTIVE The price rule is active. * EXPIRED The price rule is expired. * SCHEDULED The price rule is scheduled. *** ## Fields * [Price​Rule.status](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceRule#field-PriceRule.fields.status) OBJECT Price rules are a set of conditions, including entitlements and prerequisites, that must be met in order for a discount code to apply. We recommend using the types and queries detailed at [Getting started with discounts](https://shopify.dev/docs/apps/selling-strategies/discounts/getting-started) instead. These will replace the GraphQL `PriceRule` object and REST Admin `PriceRule` and `DiscountCode` resources. *** ## Map ### Fields with this enum * <-|[Price​Rule.status](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceRule#field-PriceRule.fields.status)