Simple airtable product sync code

Topic summary

A developer shares open-source Python code for syncing Shopify products to Airtable, building on their previous order integration script. The solution uses Flask as a webserver and can be self-hosted or deployed as a serverless function.

Available resources:

  • GitHub repository with complete code
  • Serverless deployment option at codeupify.com
  • Reference to earlier order integration code

Alternative mentioned: Another user suggests SyncBase, a no-code app that performs similar Shopify-to-Airtable synchronization without requiring custom scripts.

The discussion remains open with no clear resolution on which approach (custom code vs. third-party app) is preferred.

Summarized with AI on October 24. AI used: claude-sonnet-4-5-20250929.

I already posted some order integration code before: https://community.shopify.com/topic/2772075

This time it’s a simple script to sync products from Shopify to Airtable, if anyone is interested. The code can be found in this repo:

https://github.com/codeupify/functions/tree/main/shopify/airtable-product-sync

The code is in Python and using Flask as a webserver that you can host somewhere. There is also a serverless solution available here if you don’t want to spin up your own server:

https://codeupify.com/f/gl9av2maG1

Nice one :slight_smile:
I know this app called SyncBase that syncs your whole store to Airtable without having to write scripts etc
Have you check it out ?