Salesforce Commerce Cloud (SFCC) connects to Idukki through the REST API and webhooks: sync the catalogue so UGC can be tagged to real products, and send order events for revenue attribution. The widget embeds with the standard script tag in your storefront templates.
Connect Salesforce 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 to them.
- Send order events. Configure SFCC 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 content slot where the widget should render.
<script src="https://cdn.idukki.io/widget.js" data-collection="YOUR_ID" defer></script>