Squarespace Product CSV Import Schema - AI Agent Skill
Free AI agent skill for generating Squarespace-conformant product CSV import files. Covers repeated-field variant model, Yes/No booleans, imperial units, and platform comparison.

Squarespace Product CSV Import Schema - Agent Skill
An AI agent skill for generating Squarespace product CSV import files. Squarespace's format looks similar to Shopify's row-per-variant model but has a critical difference: product-level fields must be repeated on every variant row, not left blank. It also uses Yes/No for booleans (not TRUE/FALSE) and imperial units for weight and dimensions.
What's in the skill file?
- Repeated-field model: Unlike Shopify, Title/Description/Categories must be duplicated on every variant row
- Yes/No booleans: Not TRUE/FALSE, not 1/0 - Squarespace uses
YesandNo - Imperial units: Weight in pounds, dimensions in inches - regardless of display settings
- Stock as "Unlimited": The string
Unlimited, not blank or zero, for untracked inventory - Product Type required: Every row must have
PHYSICAL,DIGITAL, orSERVICE - Cross-platform comparison table: Side-by-side differences between Squarespace, Shopify, and WooCommerce formats
- 11 common pitfalls: Blank vs repeated fields, boolean format, Title as grouping key, and more
Key technical constraints
| Constraint | Value |
|---|---|
| Variant grouping | Identical Title text (not a handle/slug) |
| Product fields on variants | Must be repeated on every row |
| Max options per product | 3 |
| Boolean format | Yes / No |
| Weight unit | Pounds (lbs) - always |
| Dimension unit | Inches - always |
| Product types | PHYSICAL, DIGITAL, SERVICE |
How to use this skill
- Download the
.mdfile above - Add it to your AI tool's context
- Ask your AI to generate a Squarespace product CSV - it will repeat product fields, use Yes/No booleans, and handle imperial units
Need a ready-to-use template?
If you'd rather start with a pre-filled spreadsheet than a schema reference, download our free Squarespace Product CSV Template with example products and every column pre-formatted with the correct repeated-field format.
Skip the CSV entirely with Product Upload
Squarespace's repeated-field requirement means every variant row is a copy-paste exercise. Product Upload imports products directly into Squarespace from any website - no CSV, no field duplication.