What's the difference between Shopify's variant limit and option limit?
Options are the axes shoppers pick from: size, color, material. Shopify caps products at 3 options. Variants are the SKU-level combinations of those axes: Small/Red/Cotton is one variant, Medium/Red/Cotton is another. Shopify raised the variant cap from 100 to 2,048 on Oct 15, 2025 per the Shopify Developer Changelog. Both limits exist independently — you can have 3 options with 2,048 combinations, but not 4 options with 100 combinations.
Step-by-step setup
- Look at your product. Count the dropdowns (options) and count the SKU rows (variants).
- Identify which cap you're near. 3 options? Add a field via a personalizer app. 2,048 variants? You probably won't hit it.
- Ignore old advice pointing at the 100 cap. That number is outdated as of Oct 15, 2025.
A concrete example
A t-shirt with: Size (XS, S, M, L, XL, XXL = 6 values), Color (Red, Blue, Green, Black = 4 values), Fabric (Cotton, Poly, Blend = 3 values). That's 3 options, filling 6 × 4 × 3 = 72 variants. Each variant is a unique SKU with its own inventory count and price.
Want to add "Print position" as a 4th choice? You can't add it as an option — you're at the 3-option cap. But you can add it as a personalizer field (line-item property), which doesn't count against either limit and doesn't create new SKUs.
Which limit are you hitting?
| Symptom | Limit | Fix |
|---|---|---|
| "Add option" button greyed out at 3 | Option cap (3) | Product options app for 4th+ option |
| Variants stop generating after adding values | Variant cap (2,048) | Rare in practice; consider splitting product |
| Bulk CSV upload fails | Per-request cap (1,000) | Split into multiple CSV batches |
| Image upload rejected | Media limit (250 combined) or file size (20MB, 20MP) | Compress or reduce image count |
Why old advice is now half-wrong
Every blog post from 2015-2024 talking about the 100-variant cap is describing the old ceiling. As of Oct 15, 2025, that number is 2,048. But most of those posts also mention the 3-option cap — that part is still current. Read old advice carefully and check dates.
Skip both limits with line-item properties
Print It My Way stores custom text, photos, and dropdowns as line-item properties — no variant or option impact.
Install Print It My Way — Free See the 2,048 variant explainer →Frequently asked questions
Is the Shopify variant limit 100 or 2,048?
2,048 as of Oct 15, 2025. Older articles still say 100 because they haven't been updated.
Can I add a 4th option to my product?
Not natively. Use a product options app to store the 4th choice as a line-item property.
Are line-item properties the same as options?
No. Options create SKU variants. Line-item properties travel with the order but don't create SKUs or affect stock.
Do POD partners see line-item properties?
Yes. Printful, Printify, Gelato all read line-item properties for print files.
Can I mix native options and line-item properties on the same product?
Yes. That's the standard pattern — size / color / material as options, engraving / upload / gift wrap as line-item properties.