stack

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

AdminTypes.PriceRuleValueInput interface

The input fields to update a price rule.

Signature:

export interface PriceRuleValueInput 

Properties

Property Modifiers Type Description
fixedAmountValue?   InputMaybe<Scalars[‘Money’][‘input’]> (Optional) The fixed amount value of the price rule.
percentageValue?   InputMaybe<Scalars[‘Float’][‘input’]> (Optional) The percentage value of the price rule.