Webhooks Shopify
Recevez commandes et clients depuis votre boutique Shopify connectée via OAuth — transformés en événements ZedCheckout pour le scoring churn.
Inbound Shopify
Webhooks enregistrés automatiquement
Après OAuth, ZedCheckout crée les webhooks Admin API pour votre tenant. Aucune URL à coller dans l'admin Shopify.
Shopify (OAuth)
Connexion depuis le dashboard
2 endpoints Shopify
Commandes et clients
Signature HMAC
X-Shopify-Hmac-SHA256Base URL API
https://zedcheckout.com/api/v1Préfixe des chemins ci-dessous — défini via NEXT_PUBLIC_API_BASE_URL.
Comment ça marche
3 étapes, sans config manuelle Shopify- 1
Le marchand clique Connecter Shopify dans le dashboard ZedCheckout.
- 2
ZedCheckout enregistre les webhooks Admin API vers les URLs tenant ci-dessous.
- 3
Shopify envoie des POST signés (
X-Shopify-Hmac-SHA256) ; ZedCheckout normalise enevent_typepour le scoring.
Shopify
Après connexion OAuth depuis le dashboard, ZedCheckout enregistre automatiquement les webhooks Admin API (commandes et clients).
Commandes (orders/create, orders/updated)
/webhooks/shopify/t/{tenant_id}/orders
URL complète
https://zedcheckout.com/api/v1/webhooks/shopify/t/{tenant_id}/ordersTopics Shopify
orders/create · orders/updated
En-tête signature
X-Shopify-Hmac-SHA256Clients (customers/create)
/webhooks/shopify/t/{tenant_id}/customers
URL complète
https://zedcheckout.com/api/v1/webhooks/shopify/t/{tenant_id}/customersTopics Shopify
customers/create
En-tête signature
X-Shopify-Hmac-SHA256Guide complet connexion Shopify : Intégrations e-commerce et docs/integrations/shopify.md dans le monorepo. Détail API : référence API.