v1
latestOpenAPI 3.0.0MIT2026-07-147825.1 KBProduct List Page
Get attempt of correction of a misspelled term
Tries to correct a misspelled term from the search.
get/correction_search
Query parameters
querystring
Search term. It can contain any character.
localestring nullable
Indicates the target language as a BCP 47 language code. The Intelligent Search must have indexed the account in the target language.
Response
OK
Example response
{
"correction": {
"correction": true,
"highlighted": "mountain <em>bike</em>",
"misspelled": true,
"text": "mountain bike"
}
}