---
title: "Add Products to a Manual Price List (No Recalculation)"
method: POST
path: "/manualpricelistmanager.add/{id}"
tags: ["Manual Price Lists"]
---

# Add Products to a Manual Price List (No Recalculation)

`POST /manualpricelistmanager.add/{id}`

Adds products to the previously created Manual Price List. Use to skip recalculation of `comments` and `manualResultPrice` (Manual Override).

## Request body

- object
  - `data` object, required
    - `skus` string[], required

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` unknown
    - `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)
