stack

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

AdminTypes.DiscountEffect type

The type of discount that will be applied. Currently, only a percentage discount is supported.

Signature:

export type DiscountEffect = DiscountPercentage;

References: DiscountPercentage