PriceRuleValidityPeriod object

A time period during which a price rule is applicable.

Required access

read_price_rules access scope.


On this page


Fields

  • end ([DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01))
    The time after which the price rule becomes invalid.
  • start ([DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01))
    The time after which the price rule is valid.


Types that return PriceRuleValidityPeriod

  • [PriceRule.validityPeriod](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/pricerule#validityperiod-2021-01)