Product can't be imported due to invalide info - and validation failed: you need to add option value

Topic summary

A user encountered an import error when uploading a CSV file containing a single product with multiple variations. The error message stated “validation failed: you need to add option value,” despite option values being present on every line.

Troubleshooting attempts:

  • Reformatted the file multiple ways
  • Switched Option1 and Option2 columns (name and value)
  • Successfully imported products without variations (default title)
  • Removed first option and tested with only the varying option
  • Concatenated two options into one

Resolution:
The issue was identified as a missing space in the CSV header title—specifically “Option1 Value” was formatted incorrectly (likely “Option1Value” or similar). After correcting the header spacing, the import succeeded. The user documented this solution to help others encountering the same problem.

Summarized with AI on November 23. AI used: claude-sonnet-4-5-20250929.

got it!!! little m’f’r had a space missing in the header title for “Option1 Value” - dang!!!

moving on! leaving this here, in case it can help someone else.

3 Likes