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

    Interface ProductDiscountValueAbsolute

    Discounts the Product's Price by a fixed amount, defined by the money field.

    interface ProductDiscountValueAbsolute {
        money: CentPrecisionMoney[];
        type: "absolute";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Money values in different currencies. An absolute ProductDiscount will only match a price if this array contains a value with the same currency. For example, if it contains 10€ and 15$, the matching € price will be decreased by 10€ and the matching $ price will be decreased by 15$.

    type: "absolute"