> For the complete documentation index, see [llms.txt](https://docs.optis.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.optis.me/swatch/product-groups/export-product-groups-to-csv.md).

# Export Product Groups to CSV

Download every [Product Group](/swatch/product-groups/show-separate-products-as-variants-with-product-groups.md) as a CSV file — useful for backups, bulk edits in a spreadsheet, or auditing what's configured across your store.

## How to export

{% stepper %}
{% step %}

#### Go to the **Product groups** page

{% endstep %}

{% step %}

#### Click **Export CSV**

{% endstep %}
{% endstepper %}

The file downloads immediately with one row per product in a group.

## What's in the file

<table><thead><tr><th width="200">Column</th><th>Contains</th></tr></thead><tbody><tr><td><code>group_name</code></td><td>The internal group name</td></tr><tr><td><code>option_name</code></td><td>The option name shown to shoppers</td></tr><tr><td><code>group_status</code></td><td>Whether the group is active</td></tr><tr><td><code>display_type_product</code></td><td>Display style on the product page</td></tr><tr><td><code>display_type_collection</code></td><td>Display style on the collection page</td></tr><tr><td><code>subcategory</code></td><td>The sub-category bucket the product belongs to, if any</td></tr><tr><td><code>product_id</code> / <code>product_title</code></td><td>The product this row is for</td></tr><tr><td><code>position</code></td><td>Sort order within the group</td></tr><tr><td><code>value_name</code></td><td>The value name shown for this product's option</td></tr><tr><td><code>swatch_type</code></td><td>Whether the value uses a <strong>color</strong> or <strong>image</strong> swatch</td></tr><tr><td><code>first_color</code> / <code>second_color</code></td><td>Assigned color(s) for a color swatch</td></tr><tr><td><code>cdn_img_url</code> / <code>public_img_url</code></td><td>Assigned image for an image swatch</td></tr></tbody></table>
