Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleValue
The type of the price rule value. The price rule value might be a percentage value, or a fixed amount.
Signature:
export type PriceRuleValue = PriceRuleFixedAmountValue | PriceRulePercentValue;
References: PriceRuleFixedAmountValue, PriceRulePercentValue