ZedCheckout

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.

Guide Intégrations

Shopify (OAuth)

Connexion depuis le dashboard

2 endpoints Shopify

Commandes et clients

Signature HMAC

X-Shopify-Hmac-SHA256

Base URL API

https://zedcheckout.com/api/v1

Préfixe des chemins ci-dessous — défini via NEXT_PUBLIC_API_BASE_URL.

Comment ça marche

  1. 1

    Le marchand clique Connecter Shopify dans le dashboard ZedCheckout.

  2. 2

    ZedCheckout enregistre les webhooks Admin API vers les URLs tenant ci-dessous.

  3. 3

    Shopify envoie des POST signés (X-Shopify-Hmac-SHA256) ; ZedCheckout normalise en event_type pour le scoring.

Shopify

Après connexion OAuth depuis le dashboard, ZedCheckout enregistre automatiquement les webhooks Admin API (commandes et clients).

2 endpoints
POST

Commandes (orders/create, orders/updated)

/webhooks/shopify/t/{tenant_id}/orders

Réf. API

URL complète

https://zedcheckout.com/api/v1/webhooks/shopify/t/{tenant_id}/orders

Topics Shopify

orders/create · orders/updated

En-tête signature

X-Shopify-Hmac-SHA256
POST

Clients (customers/create)

/webhooks/shopify/t/{tenant_id}/customers

Réf. API

URL complète

https://zedcheckout.com/api/v1/webhooks/shopify/t/{tenant_id}/customers

Topics Shopify

customers/create

En-tête signature

X-Shopify-Hmac-SHA256

Guide complet connexion Shopify : Intégrations e-commerce et docs/integrations/shopify.md dans le monorepo. Détail API : référence API.