Updates fields of specified Live Price Grid Items.
Specify the items in the request body by the id field.
Information: The
idis thetypedIdwithout the PGI suffix. For example, theidattribute of the item withtypedId= 649.PGI is 649.
| Required Permission | Roles with the Required Permission |
|---|---|
| PRICEGRID_UPDATE | Edit LPG & Add Products (PB_PRICEGRIDEDITOR_ADD_SKU), Edit LPG (PB_PRICEGRIDEDITOR), Administer LPG (PB_PRICEGRIDS) |
object | |||||||||
| |||||||||
{- "data": {
- "filterCriteria": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "id",
- "operator": "inSet",
- "value": [
- "649",
- "650"
], - "_constructor": "AdvancedCriteria"
}
]
}, - "massEditRecords": [
- {
- "fieldName": "manualResultPrice",
- "massEditOperator": "=",
- "fieldValue": 20,
- "precision": "2"
}
]
}
}{- "response": {
- "node": "string",
- "data": null,
- "status": 0
}
}