Deletes a Live Price Grid Item based on filter settings.
Filter example:
Deletes only Price Grid Items where comments
= "del".
{
"data": {
"filterCriteria": {
"operator": "and",
"criteria": [
{
"fieldName": "comments",
"operator": "iEquals",
"value": "del"
}
]
}
}
}
Required Permission | Roles with the Required Permission |
---|---|
PRICEGRID_REMOVE | Edit LPG & Add Products (PB_PRICEGRIDEDITOR_ADD_SKU ), Administer LPG (PB_PRICEGRIDS ) |
OK
{- "data": {
- "filterCriteria": {
- "operator": "and",
- "criteria": [
- {
- "fieldName": "comments",
- "operator": "iEquals",
- "value": "del"
}
]
}
}
}