---
title: "Convert to Price List"
method: POST
path: "/pricegridmanager.convert2pl/{id}"
tags: ["Live Price Grids"]
---

# Convert to Price List

`POST /pricegridmanager.convert2pl/{id}`

Converts a Live Price Grid (including items) to a Price List. Returns the `pricelistId`.

---

Required Permission| Roles with the Required Permission |
---------|----------|
 PRICEGRID_ADD | Manage Price Lists (`PB_PRICELISTSEDITOR`), Administer Price Lists (`PB_PRICELISTS`)

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `csrfToken` string
    - `data` object[]
      - `pricelistId` number — The ID of the created Price List.
    - `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)
