Discounts the Product Price by a percentage, defined by the permyriad field.

interface ProductDiscountValueRelativeDraft {
    permyriad: number;
    type: "relative";
}

Properties

Properties

permyriad: number

Fraction (per ten thousand) the price is reduced by. For example, 1000 will result in a 10% price reduction.

type: "relative"

Generated using TypeDoc