Unexpected Error when Order_update

The operation failed when I called four different methods (order_add_line_items, order_update_line_items, order_update, order_remove_line_items) on the same order at the same time .
The same argument can succeed if the above four methods are not called simultaneously
the return error message is as follows

{
	"errors": [{
		"message": "Unexpected Error",
		"operation": "order_update",
		"field": "order_update",
		"request_id": "640141bd6fffa77d7ce12303",
		"code": 22
	}],
	"data": {
		
	},
	"extensions": {
		"throttling": {
			"estimated_complexity": 10,
			"cost": 10,
			"cost_detail": {
				"order_update": {
					"items_count": 0,
					"cost": 10,
					"total_cost": 10,
					"fields": {
						
					}
				}
			},
			"user_quota": {
				"credits_remaining": 1992,
				"max_available": 2002,
				"increment_rate": 30
			}
		}
	}
}

Hey @liujiabai,

Thanks for reaching out!

Looking into this issue now, I’ll update you shortly.

Best,
RayanP

Hey Team,

Thank for hanging in there!

Wanted to let you know that I’ve gone ahead and created and Engineering Ticket for this issue. I’ll let you know of any updates.

Please let me know if you have any questions or concerns.

Best,
RayanP

Thank you for your reply! Does it not support updating an order and operating the order details at the same time (for example:Delete details), hoping to solve this problem

Hey @liujiabai,

Thanks for hanging in there.

That’s what I’m hoping to answer with the escalated ticket. At the moment I’m unsure if this is generating a race condition.
I’ll update you as soon as I know here.

Please let me know if you have any questions or concerns.

Best,
RayanP