---
title: "Update a Manual Price List Item"
method: POST
path: "/manualpricelistmanager.update/{id}/recalculate"
tags: ["Manual Price Lists"]
---

# Update a Manual Price List Item

`POST /manualpricelistmanager.update/{id}/recalculate`

Updates an item and recalculates the specified Manual Price List.

## Request body

- object
  - `data` object, required
    - `typedId` string, required — `typedId` of the item (`MPLI`) you want to update.
    - `currency` string
  - `oldValues` ManualPricelistItem — The type code is MPLI.
    - `lastUpdateByName` string
    - `createdByName` string, nullable
    - `typedId` string
    - `attribute19` unknown
    - `attribute18` unknown
    - `attribute17` unknown
    - `lastUpdateDate` string, date-time
    - `attribute16` unknown
    - `attribute15` unknown
    - `attribute25` unknown
    - `attribute24` unknown
    - `currency` string
    - `attribute23` unknown
    - `attribute22` unknown
    - `sku` string
    - `attribute21` unknown
    - `attribute20` unknown
    - `createDate` string, date-time
    - `comments` string, nullable
    - `unitOfMeasure` string
    - `pricelistId` integer
    - `attribute29` unknown
    - `attribute28` unknown
    - `attribute27` unknown
    - `attribute26` unknown
    - `label` string
    - `version` integer
    - `attribute9` unknown
    - `attribute8` unknown
    - `attribute5` unknown
    - `createdBy` integer
    - `attribute4` unknown
    - `attribute7` unknown
    - `attribute6` unknown
    - `attribute1` unknown
    - `attribute14` unknown
    - `attribute13` unknown
    - `attribute3` unknown
    - `attribute12` unknown
    - `attribute2` unknown
    - `attribute11` unknown
    - `attribute10` unknown
    - `attribute30` unknown
    - `lastUpdateBy` integer
  - `operationType` string
  - `textMatchStyle` string

## 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/revisions/0850b5d6be73/schema)
