> For the complete documentation index, see [llms.txt](https://docs.whalesync.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whalesync.com/previous-connectors/shopify/syncing-images.md).

# Syncing images

How to sync Shopify product images

{% hint style="warning" %}
**Archived:** This connector is no longer offered by Whalesync. Existing syncs will continue to run, but future improvements and support will be limited. See [Previous Connectors](/previous-connectors.md) for more details.
{% endhint %}

## Syncing images

{% hint style="info" %}
We suggest using our [Shopify Template Pack](https://www.whalesync.com/template-packs/shopify) which has the correct tables/fields pre-created
{% endhint %}

**TL;DR**

* In order to sync product images, you'll need to create a Media table that is separate from your Products table
* You can then link a Product to Media using a linked record (aka foreign key) field

**Detailed Explanation**

<figure><img src="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2Fgit-blob-1b2c96ab53f3d411b7ab2d8d0034c0aa18ebf6fd%2FShopify%20Media.png?alt=media" alt=""><figcaption></figcaption></figure>

1. In Airtable (or your other connected app), create a table called "Media"
2. In the Media table, include at least two fields: 1) Shopify Product ID 2) Image

   <figure><img src="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2Fgit-blob-d7c6e5880202adb74e624aaf97f2a008644106c1%2FCleanShot%202023-07-01%20at%2018.35.07.png?alt=media" alt=""><figcaption></figcaption></figure>
3. In the Products table, include a linked record from Product to Media

   <figure><img src="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2Fgit-blob-017d9c9ed988d98ea4391c89628db94bd9caeb0c%2FCleanShot%202023-07-01%20at%2018.36.43.png?alt=media" alt=""><figcaption></figcaption></figure>
