> For the complete documentation index, see [llms.txt](https://docs.flora.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flora.ai/more/export-to-shopify.md).

# Export to Shopify

The FLORA app for Shopify connects your store to your FLORA workspace, so finished visuals go from canvas to commerce in one click. Export product renders, campaign images, and videos directly into your store's **Files** library—no downloading, re-uploading, or emailing assets around.

Once connected, anyone in your workspace with export permission can publish to your store.

***

## Setup

Setup takes about two minutes and only needs to happen once per workspace.

{% stepper %}
{% step %}
**Install the FLORA app on Shopify**

From your Shopify merchant portal, install the FLORA app via the direct link: [apps.shopify.com/flora](https://apps.shopify.com/flora).
{% endstep %}

{% step %}
**Connect your FLORA workspace**

In FLORA, go to your account **Settings > Integrations** and click **Connect** on the Shopify row.

You can also start from the other side: open the FLORA app inside your Shopify admin and click **Connect**. FLORA opens in a new tab where you sign in and choose which workspace to link—the Shopify page updates automatically once you're done.
{% endstep %}

{% step %}
**Export**

Wire your outputs into an [Export Node](/nodes/export-node.md) (or export from Fashion Studio) and choose Shopify as the destination. That's it.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Connecting Shopify requires workspace admin permissions. If you don't have them, ask a workspace manager to connect Shopify in Settings.
{% endhint %}

***

## Exporting from the Canvas

The Shopify destination lives on the [Export Node](/nodes/export-node.md), right alongside Google Drive:

1. Add an **Export Node** and connect any node's output to it.
2. Open the destination picker in the node's toolbar and choose **Shopify Files**. The node shows your connected store (e.g. `Connected to Shopify Files · myshop.myshopify.com`).
3. Click **Send to Shopify Files**. Each item shows its upload progress, and a toast confirms when everything lands—**"Sent 5 to Shopify"**—with a link straight to your store's Files library.

Your exports appear in **Content > Files** in your Shopify admin, ready to attach to product listings, themes, and pages. You can jump there anytime via **Open Shopify Files** in the Export Node's destination dropdown.

### Exporting from Fashion Studio

In Fashion Studio, exporting happens from the **Feed** view—no nodes required:

1. Open the **Feed** view and select the assets you want to publish—sketch-to-render outputs, colorway swaps, garment shots.
2. Click the **Export** button.
3. Choose **Shopify** as the destination.

Your selected renders upload straight to your store's Files library. Generate a product line in the morning, publish it to your store before lunch.

***

## Supported Files and Limits

| Media  | Formats                   | Limits                   |
| ------ | ------------------------- | ------------------------ |
| Images | PNG, JPEG, WebP, GIF, SVG | Up to 25 per send        |
| Video  | MP4                       | Up to 500 MB, 5 per send |

Audio and other file types aren't supported by Shopify Files. Exports never overwrite existing store files—name conflicts are resolved automatically.

***

## Managing the Connection

* **Check status** — **Settings > Integrations** shows your connected store domain.
* **Reconnect** — if the connection expires, you'll see a **Reconnect** prompt in Settings (and in the Shopify app). One click restores it.
* **Disconnect** — available from either side: FLORA's Settings or the FLORA app in your Shopify admin. Disconnecting stops publishing to the store, but your workspace, projects, and previously exported files stay intact.

***

## Common Questions

**Where do my exports go in Shopify?**\
Into your store's Files library (**Content > Files** in the Shopify admin). From there you can attach them to products, collections, themes, and pages.

**Can multiple people on my team export?**\
Yes—once a workspace is linked, anyone in that workspace with export permission can publish to the store.

**Can I connect more than one store?**\
A workspace links to one store at a time. To switch stores, disconnect and connect the new one.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.flora.ai/more/export-to-shopify.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
