stack

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

AdminTypes.PricingValue type

The type of value given to a customer when a discount is applied to an order. For example, the application of the discount might give the customer a percentage off a specified item. Alternatively, the application of the discount might give the customer a monetary value in a given currency off an order.

Signature:

export type PricingValue = MoneyV2 | PricingPercentageValue;

References: MoneyV2, PricingPercentageValue