> For the complete documentation index, see [llms.txt](https://docs.globo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.globo.io/options/option-set-configurations/import-and-export-option-sets.md).

# Import & Export Option Sets

Running multiple Shopify stores? No need to recreate option sets from scratch. Globo makes it easy to **import/export option sets** via CSV.

## <mark style="color:blue;">Export Option Set</mark>

{% stepper %}
{% step %}
Go to **Option Sets** in the left menu
{% endstep %}

{% step %}
Select the sets you want to export.
{% endstep %}

{% step %}
Click the **Export Option sets** button.

<figure><img src="/files/f2WT5ukatwiZ1ffXh0gG" alt=""><figcaption></figcaption></figure>

A CSV file will be downloaded to your device — save it for reuse.
{% endstep %}
{% endstepper %}

## <mark style="color:blue;">Import Option Sets</mark>

{% stepper %}
{% step %}
Go to **Option Sets**.
{% endstep %}

{% step %}
Click **Import Option Sets**.

<figure><img src="/files/npEpK5aE9EkVbMUXElyz" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Upload a properly formatted CSV file [(UTF-8 encoding required)](https://www.w3schools.com/charsets/ref_html_utf8.asp).
{% endstep %}

{% step %}
Click **Upload and Continue** — and your sets will appear!

<figure><img src="/files/1iAz23jbSEMCSv4cVRAp" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### 🧠 CSV Format Overview

Here are some important columns in your CSV file:

| Column            | Description                                       |
| ----------------- | ------------------------------------------------- |
| **option\_id**    | Unique ID for each option (e.g., `text-1`)        |
| **option\_type**  | Type of input (text, select, radio, file, etc.)   |
| **option\_label** | Label shown on the product page                   |
| **option\_name**  | Internal name shown in cart/checkout              |
| **required**      | Yes / No                                          |
| **option\_value** | Option values (for select, checkbox, etc.)        |
| **addon**         | Add-on price (number only, no currency symbols)   |
| **products**      | Assign to products manually by ID or set to `all` |

***

### 🔹 Additional Tips

* Make sure your CSV files use **UTF-8** encoding.
* For color swatches, use a hex code (`#FF0000`). For image swatches, use an image URL.
* Paragraph options can be used to add explanatory text blocks between options.

📧 **Need Help?**\
If you run into any issues while setting up your option set, feel free to reach out to us at **Chat** or email [**contact@globo.io**](mailto:contact@globo.io)**.**

We’re always here and happy to help — with sincerity and care!
