| PAGE | URL | TEMPLATE | STATUS |
|---|---|---|---|
| Distribution Hub | clientelenyc.com/pages/distribution-hub | page.distribution-hub | ✓ LIVE |
| Sell | clientelenyc.com/pages/sell | page.sell | ✓ LIVE |
| FAQ | clientelenyc.com/pages/faq | page.faq | ✓ LIVE |
| Clientele Select | clientelenyc.com/pages/clientele-select | page.clientele-select | ✓ LIVE |
| Wishlist | clientelenyc.com/pages/wishlist | page.wishlist | ✓ LIVE |
| Culture | clientelenyc.com/pages/culture | page.culture | ✓ LIVE |
| Alerts | clientelenyc.com/pages/alerts | page.alerts | ✓ LIVE |
| About | clientelenyc.com/pages/about | page.about | ✓ LIVE |
| TOPIC | WEBHOOK ID | TARGET | FIRES WHEN |
|---|---|---|---|
| products/update | 1942404825272 | /webhooks/shopify/product-update | Tag changed on any product |
| products/create | 1942404858040 | /webhooks/shopify/product-update | New product created |
| inventory_items/update | 1942404890808 | /webhooks/shopify/product-update | Inventory level changes |
| orders/create | 1942435266744 | /webhooks/shopify/order | Item sold on Shopify |
| orders/paid | 1942435299512 | /webhooks/shopify/order | Order payment confirmed |
| orders/fulfilled | 1942435332280 | /webhooks/shopify/order | Order marked fulfilled |
inner-circle:pending tag.railway_app.py reads both env vars and routes API calls to the correct token automatically.
railway_app.py, 1,443 lines, 18 routes) needs to be deployed to Railway.app. Once live at https://clientele-distribution.up.railway.app, all 6 webhooks already registered will start firing automatically.phase-3-distribution-pipeline branch → connect Railway to repo for auto-deploy on push.| COMMIT | DESCRIPTION |
|---|---|
| 8e10d7b | README updated with live deployment status |
| 9f13bdf | Dual-token Shopify support; 3 order webhooks; footer-group.json updated; 13 assets verified |
| 32b1036 | Shopify OAuth install flow: /oauth/setup, /oauth/start, /oauth/callback |
| 90bf37e | RAILWAY_DEPLOY.md, railway.json, requirements.txt |
| 58a1d21 | Phase 3+4 complete: 9 Liquid templates, deploy_to_shopify.py, railway_app.py (18 routes), .env.template, deploy.sh |
| ed0a8cb | Phase 3+4: Railway master app, Phase 4A boardroom receiver, Phase 4B Inner Circle email, PostgreSQL events |