Skip to main content
PUT
/
commerce
/
catalog
/
admin
/
search
/
{name}
/
productsuggestsettings
Error
A valid request URL is required to generate request examples
{
  "fieldWeights": [
    {
      "searchFieldName": "<string>",
      "weight": 123
    }
  ],
  "personalizationExperience": "<string>",
  "personalizationFactor": 123,
  "returnFields": [
    "<string>"
  ],
  "crossFieldAdditiveScoreFactor": 123,
  "customBoosts": [
    "<string>"
  ],
  "fieldValueBoost": {
    "boostType": "<string>",
    "fields": [
      {
        "fieldName": "<string>",
        "valueExpressions": [
          {
            "value": "<string>",
            "boost": 123,
            "operator": "<string>"
          }
        ]
      }
    ]
  },
  "searchChildProductsByDefault": true
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

name
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
fieldWeights
object[] | null
personalizationExperience
string | null
personalizationFactor
number<double> | null
returnFields
string[] | null
crossFieldAdditiveScoreFactor
number<double>
customBoosts
string[] | null
fieldValueBoost
object
searchChildProductsByDefault
boolean

Response

Success

fieldWeights
object[] | null
personalizationExperience
string | null
personalizationFactor
number<double> | null
returnFields
string[] | null
crossFieldAdditiveScoreFactor
number<double>
customBoosts
string[] | null
fieldValueBoost
object
searchChildProductsByDefault
boolean