---
title: "List Products From a Manual Price List"
method: POST
path: "/manualpricelistmanager.fetch/{id}"
tags: ["Manual Price Lists"]
---

# List Products From a Manual Price List

`POST /manualpricelistmanager.fetch/{id}`

Retrieves products' details from the specified Manual Price List. A filter can be applied.

## Request body

- object
  - `endRow` number
  - `oldValues` unknown
  - `operationType` string
  - `startRow` number
  - `textMatchStyle` string
  - `data` object
    - `_constructor` string
    - `operator` string
    - `criteria` object[]
      - `fieldName` string
      - `operator` string
      - `value` string

## Response `200`

OK

- object
  - `response` object
    - `status` number
    - `startRow` number
    - `node` string
    - `csrfToken` string
    - `data` object[]
      - `version` number
      - `typedId` string
      - `sku` string
      - `label` string
      - `unitOfMeasure` string
      - `currency` string
      - `comments` unknown
      - `pricelistId` number
      - `lastUpdateByName` string
      - `createdByName` unknown
      - `createDate` string
      - `createdBy` number
      - `lastUpdateDate` string
      - `lastUpdateBy` number
      - `attribute1` unknown
      - `attribute2` unknown
      - `attribute3` unknown
      - `attribute4` unknown
      - `attribute5` unknown
      - `attribute6` unknown
      - `attribute7` unknown
      - `attribute8` unknown
      - `attribute9` unknown
      - `attribute10` unknown
      - `attribute11` unknown
      - `attribute12` unknown
      - `attribute13` unknown
      - `attribute14` unknown
      - `attribute15` unknown
      - `attribute16` unknown
      - `attribute17` unknown
      - `attribute18` unknown
      - `attribute19` unknown
      - `attribute20` unknown
      - `attribute21` unknown
      - `attribute22` unknown
      - `attribute23` unknown
      - `attribute24` unknown
      - `attribute25` unknown
      - `attribute26` unknown
      - `attribute27` unknown
      - `attribute28` unknown
      - `attribute29` unknown
      - `attribute30` unknown
    - `endRow` 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)
