GraphQL orderEditAddCustomItem

moreover @tewe when i try to begin order edit with following mutation, I am getting calculated order id null.

mutation is

mutation {
orderEditBegin(id: “gid://shopify/Order/44136107xxxx”) {
calculatedOrder {
id
}
}
}

and response is

{
“data”: {
“orderEditBegin”: {
“calculatedOrder”: null
}
},
“extensions”: {
“cost”: {
“requestedQueryCost”: 10,
“actualQueryCost”: 10
}
}
}