Subscribe to real-time event notifications from WISEPIM.
{
"event": "product.enriched",
"timestamp": "2026-03-29T10:05:00Z",
"data": {
"product_id": 1,
"sku": "PROD-001",
"enriched_fields": ["description", "meta_title"],
"locale": "en"
},
"webhook_id": "wh-abc123"
}product.createdA new product was added to the catalogproduct.updatedProduct fields were modifiedproduct.deletedA product was removed from the catalogproduct.enrichedAI enrichment completed for a productproduct.translatedTranslation completed for a productcategory.createdA new category was createdcategory.updatedCategory details were modifiedcategory.deletedA category was removedsync.startedIntegration sync has begunsync.completedIntegration sync finished successfullysync.failedIntegration sync encountered an errorexport.completedProduct export is ready for downloadimport.completedProduct import finished processingIf your endpoint returns a non-2xx status code or times out (30 seconds), we retry with exponential backoff:
After 5 failed attempts, the webhook is paused. Re-activate it from the dashboard.