---
title: "List Price List Items"
method: POST
path: "/pricelistmanager.fetch/{id}"
tags: ["Price Lists"]
---

# List Price List Items

`POST /pricelistmanager.fetch/{id}`

Retrieves a list of Price List Items. A filter can be applied.

---

Required Permission| Roles with the Required Permission |
---------|----------|
 PRICELIST_FETCH | Administer Price Lists (`PB_PRICELISTS`), Manage Price Lists (`PB_PRICELISTSEDITOR`), Investigate for Support (`SUPPORT`), Administer Plasma (`PLASMA`), View Price Lists (`PB_PRICELISTS_RO`)

## 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, required
      - `operator` string, required
      - `value` string, required

## Response `200`

Example response

- object
  - `response` object
    - `node` string
    - `startRow` number
    - `data` object[]
      - `version` number
      - `typedId` string
      - `sku` string
      - `label` string
      - `unitOfMeasure` string
      - `currency` string
      - `comments` string
      - `resultPrice` number
      - `allowedOverrides` string
      - `calculatedResultPrice` number
      - `pricelistId` number
      - `createDate` string
      - `createdBy` number
      - `attribute1` number
      - `completeResultsAvailable` boolean
      - `itemExtensions` 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.
    - `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)
