Znode

Build Version:

POST saveboostvalues

Save product search boost values.

Request Information

» Parameters

Name Description Additional information
model BoostSearchSetting Model

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "BoostCollection": {
    "$id": "2",
    "1": 2.1,
    "3": 4.1,
    "5": 6.1
  },
  "Name": "sample string 1"
}