Database

[{comments:[],orders:[{_id:"602bc4c1a7fe3222c48b4efc",shares:111,userName:"111",orderCreationDate:"2021-02-16T13:12:33.176Z",orderStatus:"In Cart",totalOrderValue:555100},{_id:"0000000000000001",shares:111,userName:"1112",orderCreationDate:"2021-02-16T13:12:33.176Z",orderStatus:"In Cart",totalOrderValue:55500}],_id:"602bc0e024e05b15ccb12bc6",email:"anartoflijkjk67g6@gmail.com",}]

Query

db.collection.update({"orders._id":"602bc4c1a7fe3222c48b4efc","email":"anartoflijkjk67g6@gmail.com"},{$set:{"orders.$.totalOrderValue":12345}})

Result