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

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

Properties

action: "setStagedActions"
stagedActions: StagedOrderUpdateAction[]

Value to replace the stagedActions of the Order Edit.