stack

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

AdminTypes.PriceRuleValue type

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