Variants

To group multiple variants into a single product, you need to configure at least two fields:

  1. Variant Group - a field that has the same value for all variants of a specific product, usually the product name, parent SKU, or parent ID

  2. Option 1 - a property that distinguishes variants, e.g. color, size, material

If your products have more than one feature that determine variants, you can also add Option 2 and/or Option 3.

Creation of variants is available only in the Create mode, when you import new products.

Example

Assume you want to import a CSV file with the following columns:

  • sku

  • name

  • color

  • size

  • price

To import these items as products with variants, you need the following mapping:

  • Title: name

  • SKU: sku

  • Variant Group: name

  • Option 1

    • Name: Color

    • Value: color

  • Option 2

    • Name: Size

    • Value: size

  • Price: price

Running the automation on the example CSV file will create 2 products:

  • T-Shirt (6 variants)

    • Red / S

    • Red / M

    • Red / L

    • Green / S

    • Green / M

    • Green / L

  • Hoodie (3 variants)

    • Green / S

    • Green / M

    • Green / L

Last updated