---
title: "List Price Lists"
method: POST
path: "/fetch/PL"
tags: ["Price Lists"]
---

# List Price Lists

`POST /fetch/PL`

Retrieves a list of Price Lists. You can apply a filter on returned price lists.

## Request body

- object
  - `endRow` number — The number of the end row that defines the end of the result set's returned objects. Use this parameter if you want to implement paging for results.
  - `oldValues` unknown
  - `operationType` string
  - `startRow` number — The number of the first row that defines the start of the result set's returned objects. Use this parameter if you want to implement paging for results.
  - `textMatchStyle` string
  - `data` object
    - `_constructor` string
    - `operator` string
    - `criteria` object[]
      - `fieldName` string
      - `operator` string
      - `value` string

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `startRow` number
    - `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
    - `endRow` number
    - `totalRows` 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)
