The site has products with different sizes, but the same name. How to eliminate duplicates when exporting? For example, group by name + price or just name
I solved a similar problem by creating my own export file.
Then, with the usual set of conditions, I removed unnecessary data.
Do you have duplicate items or their trade offers?