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
}
}
}
}