This documentation is generated by Sensefuel.
AI Search & Product Discovery platform that makes ecommerce search personal.
curl --location '/00c5b43d-9306-49e0-8c39-04e77aa4bf56/search/suggestions?q=cream&product_url=https%3A%2F%2Fwww.example.com%2Fproduct%2F123&user_id=22dbe3da-82f9-41cb-b782-2e209924df42&size=2&include=products&store_code=store_123' \
--header 'X-API-KEY: <api-key>'{
"suggestions": [
{
"keywords": "cream",
"products": [
{
"product_id": "81905_Marine",
"title": "Moisturizing cream"
},
{
"product_id": "81905_White",
"title": "Sunscreen cream"
}
]
}
]
}