---
title: PriceRuleStatus - GraphQL Admin
description: The status of the price rule.
api_version: 2026-01
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'
---
# PriceRuleStatus
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
* [PriceRule.status](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceRule#field-PriceRule.fields.status)
OBJECT
A set of conditions, including entitlements and prerequisites, that must be met for a discount code to apply.
***
**Note:** Use the types and queries included our \discount tutorials\ instead. These will replace the GraphQL Admin API\'s \\\Price\Rule\\\ object and \\\Discount\Code\\\ union, and the REST Admin API\'s deprecated\\\Price\Rule\\\ resource.
***
***
## Map
### Fields with this enum
* [PriceRule.status](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceRule#field-PriceRule.fields.status)