Skip to main content
POST
/
commerce
/
catalog
/
admin
/
search
/
synonyms
Error
A valid request URL is required to generate request examples
{
  "key": "<string>",
  "synonymId": 123,
  "synonyms": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
key
string | null

If key is defined then map is directed

synonymId
integer<int32> | null

The unique identifier for the synonym definition

synonyms
string[] | null

List of synonyms. If no key is defined the matches are bidirectional

Response

Success

key
string | null

If key is defined then map is directed

synonymId
integer<int32> | null

The unique identifier for the synonym definition

synonyms
string[] | null

List of synonyms. If no key is defined the matches are bidirectional