Skip to main content
Add a webhook endpoint to a store. Each store can have up to 20 webhooks across all channels.
Authentication: API Key (owner or admin role required)

Request Body

Example Request

Success Response (200)

The returned webhook.id is a UUID, not a Short ID — webhook IDs are not in the IdPrefix scope. Pass it as-is to update-webhook and remove-webhook.

Response Fields

Errors

Retry policy: Never retry 4xx — fix the request and resubmit. Retry 5xx with exponential backoff (start 5s, max 3 attempts).