Skip to content

Product event
Webhook

Request

Sent to your registered URL when a subscribed product event occurs (PRODUCT_CREATE, PRODUCT_UPDATE, PRODUCT_DELETE).

Respond with HTTP 200 within 10 seconds to acknowledge receipt.

Security
bearerAuth
Bodyapplication/jsonrequired
event_typestringrequired

The event that triggered the notification, in RESOURCE_ACTION form.

Example:"CUSTOMER_CREATE"
resource_idintegerrequired

Identifier of the affected resource.

Example:789
timestampstring, (date-time)required

When the event occurred (RFC 3339).

Example:"2026-09-11T14:30:00+02:00"
Payload
{ "event_type": "PRODUCT_UPDATE", "resource_id": 12345, "timestamp": "2026-09-11T14:30:00+02:00" }

Responses

Event acknowledged.