---
title: "Mass Edit a Manual Price List Items"
method: POST
path: "/manualpricelistmanager.massedit/{id}"
tags: ["Manual Price Lists"]
---

# Mass Edit a Manual Price List Items

`POST /manualpricelistmanager.massedit/{id}`

Performs a mass update operation on products in the specified Manual Price List.

## Request body

- object
  - `data` object, required
    - `filterCriteria` object, required
      - `_constructor` string, required
      - `operator` string, required
      - `criteria` object[], required
        - `fieldName` string, required
        - `operator` string, required
        - `value` string[], required — Specify `id`s of the items you want to update.
        - `_constructor` string, required
    - `massEditRecords` object[], required
      - `fieldName` string, required — The name of the field you want to update.
      - `massEditOperator` string, required — Can be either one of these valid operators: `+` `-` `*` If omitted, the provided value is set (`=` operator). Otherwise the specified operation is applied.
      - `fieldValue` string, required — The new value of the field. If omitted, the field is set to null.
      - `precision` unknown

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` string[] — A single item array with a string that represents the number of rows changed.
    - `status` number

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
