---
title: "Create a Manual Price List"
method: POST
path: "/add/MPL"
tags: ["Manual Price Lists"]
---

# Create a Manual Price List

`POST /add/MPL`

Creates a Manual Price List object. The Manual Price List is created without products. Use the **/manualpricelistmanager.add/{id}** (Add Products to a Manual Price List) endpoint to add products.

## Request body

- object
  - `operationType` string, required
  - `textMatchStyle` string, required
  - `data` object, required
    - `uniqueName` string, required
    - `label` string
    - `validAfter` string, required
    - `status` string, required
    - `nodeId` unknown
  - `oldValues` unknown

## Response `200`

Example response

- object
  - `response` object
    - `node` string, required
    - `csrfToken` string
    - `data` object[], required
      - `version` number
      - `typedId` string
      - `uniqueName` string
      - `label` string
      - `validAfter` string
      - `status` string
      - `simulationSet` unknown
      - `nodeId` unknown
      - `userGroupEdit` unknown
      - `userGroupViewDetails` unknown
      - `linkedCFStypedId` unknown
      - `expiryDate` unknown
      - `integrationStatus` unknown
      - `targetDate` unknown
      - `createdByName` string
      - `lastUpdateByName` string
      - `createDate` string
      - `createdBy` number
      - `lastUpdateDate` string
      - `lastUpdateBy` number
    - `status` number, required

---

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