Simple airtable product sync code

I already posted some order integration code before: https://community.shopify.com/c/shopify-apps/airtable-order-integration-code/td-p/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 ?