Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountEffect
The type of discount that will be applied. Currently, only a percentage discount is supported.
Signature:
export type DiscountEffect = DiscountPercentage;
References: DiscountPercentage