Why am I getting a max variant error during CSV import?

I am getting an import error that says I have exceeded the number of variants. The max number of variants I have for any one product is 6. All shirt colors are listed as separate products, with the only variant being size. Each shirt has variants of XS, S, M, L, XL, 2X, 3X. Clearly not over 100.

Could this be a formatting issue? Here is how I have listed the variants in my csv file:

Title Option1 Name Option1 Value
True Green Adult Tee Size S
True Green Adult Tee M
True Green Adult Tee L
True Green Adult Tee XL
True Green Adult Tee 2X
True Green Adult Tee 3X

Hi @shirtmaven ,

the title can’t be filled in for all the rows, just the first row. Only handle column needs to filled for all the rows. See the screenshot below:

Hope this helps!

1 Like

Yes!!! Thank you so much!

Hi @shirtmaven ,

you’re welcome! :slightly_smiling_face: