You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
OrderEditUpdateAction
export type OrderEditUpdateAction = {
addStagedAction?: InputMaybe<AddOrderEditStagedAction>;
setComment?: InputMaybe<SetOrderEditComment>;
setCustomField?: InputMaybe<SetOrderEditCustomField>;
setCustomType?: InputMaybe<SetOrderEditCustomType>;
setKey?: InputMaybe<SetOrderEditKey>;
setStagedActions?: InputMaybe<SetOrderEditStagedActions>;
};