Product import is not removing variations that are missing attributes
-
When I update my products using a spreadsheet I expect that the variations that are not in the spreadsheet would be removed.
This is making the product have “N” prices, for example:
My product has 3 variations with 3 different colors:
variation: blue, price: 19.99
variation: red, price: 19.99
variation: white, price: 19.99If I upload a spreadsheet with the following:
variation: blue, price: 19.50
variation: red, price: 19.50The result is:
variation: blue, price: 19.50
variation: red, price: 19.50
variation: white, price: 19.99If a variation is not present in the spreadsheet it would be better to remove it or have an option to remove it as the spreadsheet is being processed.
- The topic ‘Product import is not removing variations that are missing attributes’ is closed to new replies.