Skip to content

Concurrent modification error on csv update for order line item transition #353

@Oehmi

Description

@Oehmi

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.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions