Fixing the 'values not unique' issue
Last updated
Was this helpful?
id'/'gtin'/'ean' contains values that are not unique
There are multiple items that have the same identifier. Identifiers such as ID, GTIN, and EAN codes should be unique for every item.
There are two ways to solve the error:
If the items that share the identifier are the same item, you can use a deduplicate items rule.
If the items are two different variants of the same product, you need to change the identifiers in your import file.
Last updated
Was this helpful?
Was this helpful?