> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.optis.me/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Export Product Groups to CSV

1. [OPTIS Color Swatch](/swatch)
2. [Product Groups](/swatch/product-groups)

# Export Product Groups to CSV

Download every [Product Group](https://help.optis.me/en/article/show-separate-products-as-variants-with-product-groups-4kg0qu/) as a CSV file — useful for backups, bulk edits in a spreadsheet, or auditing what's configured across your store.

## How to export

1. Go to the **Product groups** page

2. Click **Export CSV**

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

## What's in the file

| Column | Contains |
| --- | --- |
| `group_name` | The internal group name |
| `option_name` | The option name shown to shoppers |
| `group_status` | Whether the group is active |
| `display_type_product` | Display style on the product page |
| `display_type_collection` | Display style on the collection page |
| `subcategory` | The sub-category bucket the product belongs to, if any |
| `product_id` / `product_title` | The product this row is for |
| `position` | Sort order within the group |
| `value_name` | The value name shown for this product's option |
| `swatch_type` | Whether the value uses a **color** or **image** swatch |
| `first_color` / `second_color` | Assigned color(s) for a color swatch |
| `cdn_img_url` / `public_img_url` | Assigned image for an image swatch |