SAP Commerce Cloud (formerly SAP Hybris) connects to Idukki the same way as any other platform without a one-click native connector: sync the product catalogue so UGC can be tagged to real SKUs, and send order events for revenue attribution. The widget itself embeds with the standard script tag.
Connect SAP Commerce Cloud
- Generate your API credentials. In Settings → Developers, generate API keys for your workspace.
- Sync your catalogue. Provide your products (titles, prices, images, SKUs, variants) through the REST API or a catalogue export so UGC can be tagged against them.
- Send order events. Configure your commerce platform to send a webhook to Idukki on completed orders, so widget-touched sessions can be attributed to revenue.
- Embed the widget. Add the single-file script to the storefront template or CMS component where the widget should render.
<script src="https://cdn.idukki.io/widget.js" data-collection="YOUR_ID" defer></script>