Error
A valid request URL is required to generate request examples{
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"categorySuggestSettings": {
"crossFieldAdditiveScoreFactor": 123,
"fieldWeights": [
{
"searchFieldName": "<string>",
"weight": 123
}
],
"personalizationExperience": "<string>",
"personalizationFactor": 123,
"returnFields": [
"<string>"
]
},
"collapseSettings": {
"boostFieldName": "<string>",
"boostRankListing": true,
"boostRankSiteSearch": true,
"collapseFieldName": "<string>",
"collapseListing": true,
"collapseSiteSearch": true,
"useFieldCache": true
},
"description": "<string>",
"isDefault": true,
"listingSettings": {
"customBoosts": [
"<string>"
],
"fieldValueBoost": {
"boostType": "<string>",
"fields": [
{
"fieldName": "<string>",
"valueExpressions": [
{
"boost": 123,
"operator": "<string>",
"value": "<string>"
}
]
}
]
},
"personalizationExperience": "<string>",
"personalizationFactor": 123
},
"productSuggestSettings": {
"crossFieldAdditiveScoreFactor": 123,
"fieldWeights": [
{
"searchFieldName": "<string>",
"weight": 123
}
],
"personalizationExperience": "<string>",
"personalizationFactor": 123,
"returnFields": [
"<string>"
],
"customBoosts": [
"<string>"
],
"fieldValueBoost": {
"boostType": "<string>",
"fields": [
{
"fieldName": "<string>",
"valueExpressions": [
{
"boost": 123,
"operator": "<string>",
"value": "<string>"
}
]
}
]
},
"searchChildProductsByDefault": true
},
"settingsName": "<string>",
"siteSearchSettings": {
"crossFieldAdditiveScoreFactor": 123,
"customBoosts": [
"<string>"
],
"fieldValueBoost": {
"boostType": "<string>",
"fields": [
{
"fieldName": "<string>",
"valueExpressions": [
{
"boost": 123,
"operator": "<string>",
"value": "<string>"
}
]
}
]
},
"fieldWeights": [
{
"searchFieldName": "<string>",
"weight": 123,
"phraseWeight": 123
}
],
"minimumMatchPercents": [
123
],
"multiTermSynMinimumMatchPercents": [
123
],
"personalizationExperience": "<string>",
"personalizationFactor": 123,
"phraseSlop": 123,
"searchChildProductsByDefault": true,
"searchMode": 123,
"sowBehavior": 123,
"spellcheck": {
"autocorrect": true,
"didyoumean": true,
"spellcheckEnabled": true
},
"twoWordPhraseBoost": true,
"typoTolerance": {
"distance": 123,
"enabled": true,
"factor": 123
},
"vectorSettings": {
"applyBoostFunctions": true,
"filterByThresholdDistance": true,
"hybridMode": 123,
"multiplier": 123,
"thresholdDistance": 123,
"topK": 123
}
}
}Delete Search Settings by Name
Delete the Search Settings for a specific site by name.
DELETE
/
commerce
/
catalog
/
admin
/
search
/
settings
/
{name}
Error
A valid request URL is required to generate request examples{
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"categorySuggestSettings": {
"crossFieldAdditiveScoreFactor": 123,
"fieldWeights": [
{
"searchFieldName": "<string>",
"weight": 123
}
],
"personalizationExperience": "<string>",
"personalizationFactor": 123,
"returnFields": [
"<string>"
]
},
"collapseSettings": {
"boostFieldName": "<string>",
"boostRankListing": true,
"boostRankSiteSearch": true,
"collapseFieldName": "<string>",
"collapseListing": true,
"collapseSiteSearch": true,
"useFieldCache": true
},
"description": "<string>",
"isDefault": true,
"listingSettings": {
"customBoosts": [
"<string>"
],
"fieldValueBoost": {
"boostType": "<string>",
"fields": [
{
"fieldName": "<string>",
"valueExpressions": [
{
"boost": 123,
"operator": "<string>",
"value": "<string>"
}
]
}
]
},
"personalizationExperience": "<string>",
"personalizationFactor": 123
},
"productSuggestSettings": {
"crossFieldAdditiveScoreFactor": 123,
"fieldWeights": [
{
"searchFieldName": "<string>",
"weight": 123
}
],
"personalizationExperience": "<string>",
"personalizationFactor": 123,
"returnFields": [
"<string>"
],
"customBoosts": [
"<string>"
],
"fieldValueBoost": {
"boostType": "<string>",
"fields": [
{
"fieldName": "<string>",
"valueExpressions": [
{
"boost": 123,
"operator": "<string>",
"value": "<string>"
}
]
}
]
},
"searchChildProductsByDefault": true
},
"settingsName": "<string>",
"siteSearchSettings": {
"crossFieldAdditiveScoreFactor": 123,
"customBoosts": [
"<string>"
],
"fieldValueBoost": {
"boostType": "<string>",
"fields": [
{
"fieldName": "<string>",
"valueExpressions": [
{
"boost": 123,
"operator": "<string>",
"value": "<string>"
}
]
}
]
},
"fieldWeights": [
{
"searchFieldName": "<string>",
"weight": 123,
"phraseWeight": 123
}
],
"minimumMatchPercents": [
123
],
"multiTermSynMinimumMatchPercents": [
123
],
"personalizationExperience": "<string>",
"personalizationFactor": 123,
"phraseSlop": 123,
"searchChildProductsByDefault": true,
"searchMode": 123,
"sowBehavior": 123,
"spellcheck": {
"autocorrect": true,
"didyoumean": true,
"spellcheckEnabled": true
},
"twoWordPhraseBoost": true,
"typoTolerance": {
"distance": 123,
"enabled": true,
"factor": 123
},
"vectorSettings": {
"applyBoostFunctions": true,
"filterByThresholdDistance": true,
"hybridMode": 123,
"multiplier": 123,
"thresholdDistance": 123,
"topK": 123
}
}
}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
JWT Authorization header using the Bearer scheme.
Path Parameters
Response
Success
Settings to control product search and indexing behavior
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Settings to control product search and indexing behavior
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
⌘I

