Which statement about Shopify product variants is correct? 🏷️
seo:
title: "Shopify Product Variants - Maximum Options and Variants"
description: "Learn the maximum number of options and variants allowed per product in Shopify."
---
### Explanation
In Shopify, products have the following limitations:
1. Maximum of 3 options per product (e.g., Size, Color, Material)
2. Maximum of 100 variants per product
3. Each variant represents a unique combination of options
Example of a product with 3 options:
- Size: Small, Medium, Large
- Color: Red, Blue, Green
- Material: Cotton, Polyester
This could create up to 18 variants (3 × 3 × 2 = 18 combinations).
Reference: [Shopify Products Documentation](https://shopify.dev/docs/themes/architecture/templates/product)
Answer Options:
- A product can have unlimited options and variants
- A product can have up to 3 options and 100 variants
- A product can have up to 3 options and unlimited variants
- A product can have up to 100 options and 100 variants