Wix Product CSV Import Schema - AI Agent Skill
Free AI agent skill for generating Wix-conformant product CSV import files. Covers single-row model, semicolon separators, option types, and additional info sections.

Wix Product CSV Import Schema - Agent Skill
An AI agent skill for generating Wix Stores product CSV import files. Wix's CSV format is fundamentally different from Shopify and WooCommerce - it uses a single row per product (not per variant), semicolons instead of commas for multi-value fields, and supports up to 6 product options with DROP_DOWN, COLOR, and SIZE types.
What's in the skill file?
- Single-row model: Unlike Shopify/WooCommerce, all variant options go in one row - no separate variant rows
- Semicolon separators: Images, collections, and option values all use
;not commas - Option types:
DROP_DOWN,COLOR,SIZE- each renders differently on the storefront - Additional info sections: Up to 6 accordion sections with title/description pairs
- Custom text fields: Up to 2 personalisation inputs with character limits
- Discount system:
discountMode+discountValuefor AMOUNT or PERCENT discounts - 11 common pitfalls: Semicolons vs commas, lowercase booleans, no variant-level pricing, and more
Key technical constraints
| Constraint | Value |
|---|---|
| Rows per product | 1 (single-row model) |
| Max options per product | 6 |
| Max values per option | 30 |
| Max variant combinations | 300 |
| Multi-value separator | Semicolon (;) |
| Boolean format | Lowercase true / false |
| Variant-level pricing | Not supported via CSV |
How to use this skill
- Download the
.mdfile above - Add it to your AI tool's context
- Ask your AI to generate a Wix product CSV - it will use single-row format with semicolons and correct boolean casing
Need a ready-to-use template?
If you'd rather start with a pre-filled spreadsheet than a schema reference, download our free Wix Product CSV Template with example products and every column pre-formatted.
Skip the CSV entirely with Product Upload
Wix's single-row model with semicolons is easy to get wrong. Product Upload imports products directly into your Wix store from any supplier website - no CSV needed.