PrestaShop connects to Idukki via the REST API and webhooks: sync the catalogue so UGC can be tagged to your products, and send order events so you can attribute revenue. The widget embeds with the standard script tag in your theme or a CMS block.
Connect PrestaShop
- Generate your API credentials. In Settings → Developers, generate API keys for your workspace.
- Sync your catalogue. Provide your products (titles, prices, images, SKUs, combinations) through the REST API so UGC can be tagged to real items.
- Send order events. Configure PrestaShop to notify Idukki of completed orders with a webhook, which Idukki uses for purchase attribution.
- Embed the widget. Add the script tag to the template, hook or CMS block where the widget should appear.
<script src="https://cdn.idukki.io/widget.js" data-collection="YOUR_ID" defer></script>If it doesn’t work
If products don’t appear on tiles, re-run the sync and confirm the API credentials have product read access. If purchases aren’t attributed, confirm the order webhook is reaching Idukki.