---
title: "Add Products to a Manual Pricelist"
method: POST
path: "/manualpricelistmanager.add/{id}/recalculate"
tags: ["Manual Price Lists"]
---

# Add Products to a Manual Pricelist

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

Adds products to the previously created Manual Price List and recalculates the Manual Price List.
<!-- theme: info -->
>To add items without a recalculation, use the **/manualpricelistmanager.add/{id}
** endpoint.

## Request body

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

## Response `200`

A general response that contains `data` property with a content depending on returned objects (e.g., Product master table fields when calling the `/fetch/P` endpoint). Can be `null`.

- object
  - `response` object
    - `node` string
    - `data` object, nullable
    - `status` integer
    - `startRow` integer
    - `endRow` integer

---

[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)
