v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
Live Price Grids

Perform a Mass Action

Performs a mass workflow action on specified Price Grid Items based on filter settings.


Example:<p> Approves only products where activePrice = 250.

{
   "data":{
      "_constructor":"AdvancedCriteria",
      "operator":"and",
      "criteria":[
         {
            "fieldName":"activePrice",
            "operator":"equals",
            "value":250
         }
      ],
      "workflowAction":"APPROVED",
      "comment":"Approved."
   }
}

Required PermissionRoles with the Required Permission
PRICEGRID_UPDATEEdit LPG & Add Products (PB_PRICEGRIDEDITOR_ADD_SKU), Edit LPG (PB_PRICEGRIDEDITOR), Administer LPG (PB_PRICEGRIDS)
post/pricegridmanager.massaction/{id}

Request body

Example request

{
  "data": {
    "workflowAction": "APPROVED"
  }
}

Response

OK