Webhook Events
Registration
await methods.registerWebhook(eventType, endpointPath);await ErpApi.webhook.register(eventType, endpointPath);Event Types
Article Events
Event
Description
{
"entityId": "article-uuid",
"eventType": "article.update",
"timestamp": "2026-01-15T10:30:00Z"
}Stock Events
Event
Description
Price Events
Event
Description
Sales Channel Events
Event
Description
Document Events
Event
Description
Webhook Handler Pattern
Deregistration
Best Practices
Last updated
Was this helpful?