Search suggestions

Sample Request & Response

curl --location 'https://headless.treez.io/v2.0/dispensary/partnersandbox2/ecommerce/menu/searchSuggestions?searchTerm=blueberry' \
--header 'client_id: 1234EXAMPLECLIENTID567890' \
--header 'client_secret: 1234EXAMPLECLIENTSECRET567890' \
--header 'Content-Type: application/json' \
--data '{
    "strictMedicalCustomerType": false
}'
{
    "brands": [],
    "subTypes": [],
    "products": [
        {
            "productId": "b55b79a9-2b87-4a92-94a7-f5409e87f36a",
            "name": "CAMINO MIDNIGHT BLUEBERRY SLEEP CBN GUMMIES - 100MG THC/20MG CBN",
            "type": "EDIBLE",
            "brand": "Kiva"
        },
        {
            "productId": "eb7a73e1-eecf-4c83-9fde-c91898f6ac1b",
            "name": "SLEEP GETAWAY BAG - CBN BLUEBERRY CAMINOS",
            "type": "EDIBLE",
            "brand": "KIVA"
        },
        {
            "productId": "e056988d-3044-41c9-a3f3-8b14a8fd3ad7",
            "name": "YUM YUM",
            "type": "FLOWER",
            "brand": ""
        }
    ],
    "classifications": [],
    "types": [],
    "effects": [],
    "flavors": [
        {
            "productId": null,
            "name": "BLUEBERRY PIE",
            "type": null,
            "brand": null
        },
        {
            "productId": null,
            "name": "BLUEBERRY",
            "type": null,
            "brand": null
        }
    ],
    "generals": []
}