Duplicate EAN

in Development
On UI I am able to create multiple items with same EAN. Although it gives error when saving but somehow the item is created.
The result is now we have multiple items with same EAN and when we try to update the quantity or price or cost of the item having duplicate EANs via API we get Error
{
"httpCode": "422",
"httpMessage": "Unprocessable Entity",
"message": "Item not updated. Item with matching ean already exists. ItemID: 45, ean: 1870167970039, desc: Assembly Items",
"errorClass": "Exception"
}
.
So how can we update in this scenario?
2 comments
see https://community.lightspeedhq.com/en/discussion/3608/item-with-matching-ean-already-exists#latest for no answer in years...
Hi,
We're aware of this issue. Our devs need to fix this BUG. But please make sure on your end that EANs must be unique.