@gradientedge/commercetools-utils
    Preparing search index...

    Interface CartDiscountValueRelativeDraft

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

    Hierarchy (View Summary)

    Index

    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"