v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
Live Price Grids

Mass Edit Price Grid Items

Updates fields of specified Live Price Grid Items.<p>Specify the items in the request body by the id field.

<!-- theme: note -->

Information: The id is the typedId without the PGI suffix. For example, the id attribute of the item with typedId = 649.PGI is 649.


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.massedit/{id}

Request body

Example request

{
  "data": {
    "massEditRecords": [
      {
        "massEditOperator": "="
      }
    ]
  }
}

Response

OK - The response contains "data":null as the mass edit task is a background process whose results are not yet available within the response time.