Description / Current behavior
When updating the line item state of more than one line item within an order, a error is thrown for all line items except the first.
"message": "Version mismatch. Concurrent modification.",
After first analysis, the concurrent modification error seems to be caused due to the fact the two line items were not merged to one object, resulting in two order update runs with two concurrent requests to update one order.
Description / Current behavior
When updating the line item state of more than one line item within an order, a error is thrown for all line items except the first.
"message": "Version mismatch. Concurrent modification.",
After first analysis, the concurrent modification error seems to be caused due to the fact the two line items were not merged to one object, resulting in two order update runs with two concurrent requests to update one order.