This documentation is generated by Sensefuel.
AI Search & Product Discovery platform that makes ecommerce search personal.
curl --location --globoff '/00c5b43d-9306-49e0-8c39-04e77aa4bf56/recommend/products?slot_id=123e4567-e89b-12d3-a456-426614174000&user_id=22dbe3da-82f9-41cb-b782-2e209924df42&product_url=https%3A%2F%2Fwww.example.com%2Fproduct%2F123&store_code=store_123&fields=title&fields=price&fields=brand&fields=color&variants=all&segments=[object%20Object]' \
--header 'X-API-KEY: <api-key>'{
"products": [
{
"score": 8.949373,
"product_id": "81905_Marine",
"article_id": "819050155",
"title": "Crème hydratante",
"brand": "Yves Rocher",
"color": "blanc",
"price": 10.99,
"variants": [
{
"article_id": "819050155",
"price": 10.99,
"product_id": "81905_Marine"
},
{
"article_id": "819050163",
"price": 10.99,
"product_id": "81905_Marine"
},
{
"article_id": "819050171",
"price": 10.99,
"product_id": "81905_Marine"
}
]
}
],
"details": {
"configId": "123"
},
"layout": {
"numberOfProducts": 6,
"backgroundColor": "#000000",
"backgroundTitle": "Vous aimerez aussi",
"templateType": "template-type",
"titleAlignment": "left",
"titleColor": "#FFFFFF",
"displayTitleTag": "h2"
}
}