stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleValidityPeriodInput

AdminTypes.PriceRuleValidityPeriodInput interface

The input fields to update the validity period of a price rule.

Signature:

export interface PriceRuleValidityPeriodInput 

Properties

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.