Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Výpis všech webhook odběrů pro váš katalog
const { webhooks } = await lasso.catalog.webhooks.list();
{ "webhooks": [ { "id": "wh_abc123...", "url": "https://example.com/webhook", "events": ["product.created", "product.updated"], "enabled": true, "description": "Sync to ERP", "created_at": "2026-05-20T08:00:00Z", "updated_at": "2026-05-20T08:00:00Z" } ] }
Zobrazit Objekt webhooku