Webhook Shopify — clients (OAuth)
Reçoit customers/create pour une boutique connectée via OAuth. Enregistré automatiquement après connexion Shopify.
POST
https://zedcheckout.com/api/v1/webhooks/shopify/t/{tenant_id}/customersReçoit customers/create pour une boutique connectée via OAuth. Enregistré automatiquement après connexion Shopify.
Auth — HMAC + X-API-Key
Catégorie — Webhooks entrants
Paramètres de chemin
| Nom | Type | Requis | Description |
|---|---|---|---|
| tenant_id | uuid | ✓ | Identifiant tenant ZedCheckout |
Headers
| Nom | Type | Requis | Description |
|---|---|---|---|
| X-Shopify-Hmac-SHA256 | string | ✓ | Signature HMAC du body brut (secret app Shopify) |
Exemples
curl -X POST 'https://zedcheckout.com/api/v1/webhooks/shopify/t/{tenant_id}/customers'Réponses
202Accepted
{ "accepted": 1, "rejected": 0 }401Unauthorized
Signature invalide
{ "error": "unauthorized" }