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

    Interface StandalonePriceChangeActiveAction

    Updating the value of a StandalonePrice produces the StandalonePriceActiveChanged Message.

    interface StandalonePriceChangeActiveAction {
        action: "changeActive";
        active: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeActive"
    active: boolean

    New value to set for the active field of the StandalonePrice.