For the complete documentation index, see llms.txt. This page is also available as Markdown.

Syncing images

How to sync Shopify product images

Syncing images

We suggest using our Shopify Template Pack which has the correct tables/fields pre-created

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

  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

  3. In the Products table, include a linked record from Product to Media

Last updated

Was this helpful?