Skip to content

Create Search Synonym

Creates a search-synonym group — the Create Synonym action on the admin Marketing → Search & SEO → Search Synonyms screen.

TIP

New here? Read the Search Synonyms overview for what a search synonym is and how its fields behave.

Endpoint

EndpointMethod
/api/admin/marketing/search-synonymsPOST

Details

  • Requires an admin Bearer token and the marketing.search_seo.search_synonyms.create permission.
  • Returns the full synonym payload.

Request body

FieldTypeRequiredNotes
namestringyesGroup name
termsstringyesComma-separated list of interchangeable search words (e.g. shirt,tshirt,tee)

Released under the MIT License.