Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleValidityPeriod
A time period during which a price rule is applicable.
Signature:
export interface PriceRuleValidityPeriod
Property | Modifiers | Type | Description |
---|---|---|---|
end? | Maybe<Scalars[‘DateTime’][‘output’]> | (Optional) The time after which the price rule becomes invalid. | |
start | Scalars[‘DateTime’][‘output’] | The time after which the price rule is valid. |