Shopify CSV variant options and ‘Default Title’ pitfalls
Shopify variants are defined by option names and values—Color, Size, Material—not by free text in the title alone. When those columns are blank because a product truly has one variant, Shopify Admin often labels that variant Default Title. That label confuses people who expect their CSV title cell to appear verbatim as the variant name. It is normal admin behavior, not proof the importer failed.
Option columns are part of the official product CSV schema documented under Using CSV files to import and export products.
Option names must be stable across rows
For a given product handle, Option1 Name should read the same on every variant row. If one row says Colour and another says Color, you are inviting mismatched variant axes or extra variants you did not intend.
Option values line up with names
Values belong to their name column; swapping order between rows produces nonsense combinations. For three axes, fill Option1–3 consistently—even if some products only use Option1.
Single-variant products
A product with one sellable SKU often ships as a single row with blank option columns. Admin displays Default Title. If you need customer-facing option labels anyway (for bundle components or future expansion), define Option1 intentionally—only if that reflects how you want the PDP structured.
“Default Title” after import—when to worry
- Not a problem: one row, blank options, product works.
- Investigate: you uploaded multiple rows for the same handle but still see a single Default variant—likely inconsistent option cells or collapsed rows in your editor.
Handles tie it together
Option logic only applies after rows share the correct handle. Revisit handles and variants if grouping looks wrong.
FAQ
Can I remove Default Title via CSV?
You change it by defining real options or editing variants in admin—there is no magical “title override” column that replaces Default Title while leaving options blank, in the common single-SKU case.
Do option names show on the storefront?
They drive variant pickers; theme presentation varies, but data still comes from these columns.
Why does my exporter show options I never typed?
Export reflects Shopify’s internal representation after prior edits, apps, or imports—not your last mental model of the product.