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

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

Properties

Properties

action: "addStagedAction"

Order update action to append to the stagedActions array.