Invalid listing, has variations but no variation options
Template data indicates variations, but no variation options are provided.This error occurs when you have tried to create variations without providing the variation options.
WARNING: Underscore columns (ex: _primary_color
) have a special meaning.
Learn how to use them correctly: (see below “Etsy Built-in Options for Variations”).
Solve this error
Do you want to have variations?
- No: Just empty the
parent_sku
column. - Yes: Follow the steps below to add variation options.
How to add variation options:
- Find the section in your template
option1_name
,option1_value
. - Add the name of the variation option, such as “Blanket Size” or ”
_primary_color
” **. - Add the values for each variation, such as “Small Blanket”, “Medium Blanket”
** Use the underscore column (_primary_color
) if you already added the values to that column in the template (_primary_color
in this example). These columns are special and are explained in the “Etsy Built-in Options for Variations”
Correct examples
This is a template example with 3 variations, of different Colors.
parent_sku | sku | … | option1_name | option1_value |
---|---|---|---|---|
MYSKU | MYSKU-1 | … | Color | Red |
MYSKU | MYSKU-2 | … | Color | Blue |
MYSKU | MYSKU-3 | … | Color | Green |
This is a template example with 6 variations, of different Colors and Sizes.
parent_sku | sku | … | option1_name | option1_value | option2_name | option2_value |
---|---|---|---|---|---|---|
MYSKU | MYSKU-S1 | … | Color | Red | Size | Small |
MYSKU | MYSKU-S2 | … | Color | Blue | Size | Small |
MYSKU | MYSKU-S3 | … | Color | Green | Size | Small |
MYSKU | MYSKU-M1 | … | Color | Red | Size | Medium |
MYSKU | MYSKU-M2 | … | Color | Blue | Size | Medium |
MYSKU | MYSKU-M3 | … | Color | Green | Size | Medium |
This is a template example with 3 variations, using Etsy built-in properties.
parent_sku | sku | … | _primary_color | option1_name |
---|---|---|---|---|
MYSKU | MYSKU-R | … | Red | _primary_color |
MYSKU | MYSKU-B | … | Blue | _primary_color |
MYSKU | MYSKU-G | … | Green | _primary_color |