Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleValueInput
The input fields to update a price rule.
Signature:
export interface PriceRuleValueInput
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. |