Suggest API Call

API call for Search Suggestions

Suggest Search API

GET https://xyz.search.frenzy.ai/suggest

Query Parameters

Name
Type
Description

query

string

User entered query.

headless

boolean

For headless users sent true, else false

shop

string

Name of the Shopify Store. (required for shopify stores)

publication_app_id

string

Shopify publication app id.

Headers

Name
Type
Description

X-Frenzy-Authorization*

string

API key provided at the time of account creation.

X-shop

string

Shopify's myshopify url. (without https://)

{
"suggestions":[
    "...",
    "..."
]

}

Example Request

Last updated

Was this helpful?