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

    Interface OrderEditAddStagedActionAction

    The stagedActions field cannot be updated if the Order Edit result is OrderEdit Applied.

    interface OrderEditAddStagedActionAction {
        action: "addStagedAction";
        stagedAction: StagedOrderUpdateAction;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "addStagedAction"

    Order update action to append to the stagedActions array.