Skip to content

kinngh/shopify-cloudflare-workers-webhooks-app

Repository files navigation

Shopify Cloudflare Workers Webhooks Manager

A Cloudflare Workers instance meant to handle large amounts of webhooks from your Shopify app.

Supporting repositories

Tech Stack

  • Wrangler
  • Itty-Router
  • Prisma ORM - Edge

Why I made this

I've been handling all webhooks, with the exception of APP_UNINSTALLED and APP_SUBSCRIPTIONS_UPDATE via Cloudflare Workers so it's easier and cheaper to handle, especially when working with Shopify Plus merchants. Using Cloudflare Workers ensures things run smoothly from an engineering and financial perspective.

Notes


How To Build Shopify Apps Course