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

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
customBoosts
string[] | null
fieldValueBoost
object
personalizationExperience
string | null
personalizationFactor
number<double> | null

Response

Success

customBoosts
string[] | null
fieldValueBoost
object
personalizationExperience
string | null
personalizationFactor
number<double> | null