Error - Variations without options
Error: The listing has multiple rows, but no variation optionsThis error occurs when you have uploaded multiple rows for a single listing without providing variation data.
Whenever a listing has multiple rows, grouped by listing_id or parent_sku, these rows are the listing variations.
This error occurs when you upload something like this:
parent_sku | sku | option1_name | option1_value |
---|---|---|---|
PARSKU1 | SKU1 | ||
PARSKU1 | SKU2 | ||
PARSKU1 | SKU3 |
There is no way for Shop Uploader to know how SKU1, SKU2, or SKU3 are different.
To solve this problem, you need to provide the variation options, for example:
parent_sku | sku | option1_name | option1_value |
---|---|---|---|
PARSKU1 | SKU1 | Color | Red |
PARSKU1 | SKU2 | Color | Blue |
PARSKU1 | SKU3 | Color | Green |
Check out this guide to learn more about working with variations.