If your store isn’t on a platform with a native connector, the Custom integration lets you wire it up yourself: push or sync product data through the REST API, and send order events with webhooks for attribution.
Set up a custom integration
- Get your API credentials. In Settings → Developers, generate API keys for your workspace.
- Sync your catalogue. Use the REST API to provide products (titles, prices, images, SKUs, variants) so UGC can be tagged to them.
- Send order events. Configure a webhook from your platform to notify Idukki of completed orders for revenue attribution.
- Embed the widget. Add the single-file script to your storefront where the widget should appear.
<script src="https://cdn.idukki.io/widget.js" data-collection="YOUR_ID" defer></script>