commercetools-dotnet-core-sdk-v2 icon indicating copy to clipboard operation
commercetools-dotnet-core-sdk-v2 copied to clipboard

Bypass 409 concurrentmodificationexception and overwrite the resource

Open dotnetpro9 opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. For StoreUpdate, we are facing concurrentmodificationexception where in users update the store data manually but the source of truth is different, and while integration is trying to update the resource it is throwing 409 concurrentmodificationexception

Describe the solution you'd like Somehow bypass it when a flag is set to true to accept overwriting the resource

dotnetpro9 avatar Sep 26 '23 15:09 dotnetpro9