---
title: "Get a Price List"
method: POST
path: "/fetch/PL/{id}"
tags: ["Price Lists"]
---

# Get a Price List

`POST /fetch/PL/{id}`

Retrieves Price List details.

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `csrfToken` string
    - `data` object[]
      - `version` number
      - `typedId` string
      - `targetDate` string
      - `label` string
      - `calculationMessages` string
      - `numberOfItems` number
      - `keepManualOverrides` boolean
      - `writeOnlyChangedItems` boolean
      - `configuration` string
      - `errorMode` string
      - `pricelistType` string
      - `approvalState` string
      - `createdByName` string
      - `lastUpdateByName` string
      - `updatedBy` number
      - `updateDate` string
      - `createDate` string
      - `createdBy` number
      - `lastUpdateDate` string
      - `lastUpdateBy` number
      - `status` string
      - `calculationDate` string
      - `id` number
    - `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)
