For the complete documentation index, see llms.txt. This page is also available as Markdown.

Import and export with CSV

Bulk-create product groups from a CSV file, and export a summary of existing groups.

Import

Open Groups → Import. Drop a CSV file (up to 2 MB) and click Import groups. A Download sample link in the modal gives you a ready-made template.

Import product groups modal with a CSV drop zone
Drop a CSV file, or download the sample template to get the format right.

CSV format

One row per linked product. Rows with the same Group name become one group.

Column
Required
Values

Group

Group name. Rows sharing a name are combined into one group.

Type

Optional

single_option or multiple_options. Inferred from the number of options when omitted. Single-choice groups (sub_groups) are not supported via CSV.

Status

Optional

draft, active, or archived. Defaults to active.

Product ID

Numeric Shopify product ID (e.g. 7012345678901) or the full gid://shopify/Product/… form.

Option 1, Value 1

✅ at least one pair

Option name + this product's value. Up to 3 option/value pairs.

Limits and rules

  • Max 1,000 rows, 50 columns, 3 options per group, names up to 255 characters.

  • Create-only: import always creates new groups; it never updates or overwrites existing ones.

  • A product already in a group (or listed under two groups in the same file) fails that group only — the rest of the file still imports.

  • The result modal reports imported / failed counts with a per-row error list.

Import result banner reporting one group that couldn't be imported, with a per-row error message
A row using an unsupported type (here, sub_groups) fails on its own — other groups in the same file still import.

Export

Export is not available in the app at the moment — there is no Export action on the Groups index. The format below describes what an export contains.

Exporting a selection of groups produces a summary file:

Last updated

Was this helpful?