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

Webhook Shopify — clients (OAuth)

Reçoit customers/create pour une boutique connectée via OAuth. Enregistré automatiquement après connexion Shopify.

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

Reçoit customers/create pour une boutique connectée via OAuth. Enregistré automatiquement après connexion Shopify.

AuthHMAC + X-API-Key
CatégorieWebhooks entrants

Paramètres de chemin

NomTypeRequisDescription
tenant_iduuidIdentifiant tenant ZedCheckout

Headers

NomTypeRequisDescription
X-Shopify-Hmac-SHA256stringSignature 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" }