I've heard of retailers running into product import issues because they:
had a description field which wrapped the lines in the CSV file and created a slew of messed up products
The most obvious manifestation of this is getting variants for products when the retailer wanted no such thing. So for retailers who do not want any variants at all, perhaps commands should be written that can:
Find all variants and their parents then output file that groups by handle for viewing by retailers
Find and delete all variants but not the parent products
Also output a file that lists all the parent products' data and the data for variant products that were deleted
This is crucial because I've seen cases where a merchant deleted the variant but then the parent also disappeared! Whatever the reason for this strange behaviour may be, having an output file from which the retailer can recreate products will be most helpful in such scenarios
I've heard of retailers running into product import issues because they:
The most obvious manifestation of this is getting variants for products when the retailer wanted no such thing. So for retailers who do not want any variants at all, perhaps commands should be written that can:
handle
for viewing by retailers