Currently, orders created via orderCreatemutation aren’t editable in Admin UI; only apps can edit them via the order-editing API. It’s causing issues for us since the customers are complaining about why they cannot edit the orders in the Shopify Admin UI.
Please let the orders created via the GraphQL Admin API orderCreate be editable in Shopify Admin UI.
A possible solution could be a new optional input flag in orderCreate e.g. editableInUI that allows editing in the UI. Default behaviour would be the same, but at least we would have the possibility to change it.