Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleValidityPeriodInput
The input fields to update the validity period of a price rule.
Signature:
export interface PriceRuleValidityPeriodInput
Property | Modifiers | Type | Description |
---|---|---|---|
end? | InputMaybe<Scalars[‘DateTime’][‘input’]> | (Optional) The time after which the price rule becomes invalid. | |
start | Scalars[‘DateTime’][‘input’] | The time after which the price rule is valid. |