I use Airtable as our internal source of truth and need every Product, Order, and Customer in Shopify to appear there instantly—no manual exports, no daily batches, truly live data. Whenever a new record is added, updated, or deleted in Shopify the same change has to hit Airtable right away. What I expect you to build • Capture the relevant webhooks in Shopify (products, orders, customers) for create, update, and delete events. • Map each payload to the correct base and table in Airtable, preserving all key fields and IDs so further joins are easy. • Keep latency to “real-time” (under a minute is fine) while staying within Airtable’s rate limits. • Provide error logging and a straightforward way for me to re-run a failed sync. • Package the solution so I can maintain it—whether you leverage Zapier, Make (Integromat), n8n, a small Node/Python service on my server, or another proven approach is up to you, as long as it meets the requirements. Acceptance criteria 1. Live demo with my test store showing create, update, delete events flowing to Airtable in real time. 2. Clear documentation and hand-off of any environment variables, API keys, and webhook URLs. 3. Code or scenario files delivered via GitHub or a shared folder. Tell me briefly which stack you recommend, any similar integrations you have completed, and your timeframe to get this running.