Performs a mass workflow action on specified Price Grid Items based on filter settings.
Example:
Approves only products where activePrice = 250.
{
   "data":{
      "_constructor":"AdvancedCriteria",
      "operator":"and",
      "criteria":[
         {
            "fieldName":"activePrice",
            "operator":"equals",
            "value":250
         }
      ],
      "workflowAction":"APPROVED",
      "comment":"Approved."
   }
}
| 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) | 
{- "data": {
- "_constructor": "AdvancedCriteria",
 - "operator": "and",
 - "criteria": [
- {
- "fieldName": "activePrice",
 - "operator": "equals",
 - "value": 11
 
} 
], - "workflowAction": "SUBMITTED",
 - "comment": ""
 
} 
}{- "response": {
- "node": "string",
 - "data": null,
 - "status": 0
 
} 
}