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

    Interface ProductDiscountChangeIsActiveAction

    interface ProductDiscountChangeIsActiveAction {
        action: "changeIsActive";
        isActive: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeIsActive"
    isActive: boolean

    New value to set. If set to true, the Discount will be applied to Product Prices.