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

    Interface OrderEditSetStagedActionsAction

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

    interface OrderEditSetStagedActionsAction {
        action: "setStagedActions";
        stagedActions: StagedOrderUpdateAction[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setStagedActions"
    stagedActions: StagedOrderUpdateAction[]

    Value to replace the stagedActions of the Order Edit.