---
title: "List Sellers"
method: POST
path: "/sellermanager.fetchformulafilteredsellers"
tags: ["Sellers"]
---

# List Sellers

`POST /sellermanager.fetchformulafilteredsellers`

Retrieves all sellers based on filter settings.

You can choose fields to be returned in the response by employing the `resultFields` or `valueFields` filter:<br>
**resultFields**: returns key-value pairs as objects. This is the more friendly response compared to *valueFields* but the server fetches all fields from the database in the backend which might result in a slower performance. See the [List Customers](https://api.pricefx.com/openapi/reference/pricefx/operation/post-customermanager.fetchformulafilteredcustomers/)' **listCustomersResponseExample_resultFields** response example.<p>
        **valueFields**: returns just an array of values. Use this option if a better performance is required. See the [List Customers](https://api.pricefx.com/openapi/reference/pricefx/operation/post-customermanager.fetchformulafilteredcustomers/)' **listCustomersResponseExample_valueFields** response example.

## Request body

- object
  - `endRow` integer
  - `oldValues` object, nullable
  - `operationType` string
  - `startRow` integer
  - `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` integer
    - `data` object[] — The Seller object. The type code is SL.
      - `typedId` string
      - `lastUpdateDate` string, date-time
      - `sellerId` string — A unique ID of the seller.
      - `userGroupViewDetails` string, nullable
      - `lastUpdateBy` integer
      - `userGroupEdit` string, nullable
      - `createDate` string, date-time
      - `version` integer
      - `createdBy` integer
      - `name` string — A full name of the seller, which is usually printed on documents.
      - `reportsTo` string, nullable
      - `attribute19` string, nullable
      - `attribute18` string, nullable
      - `attribute17` string, nullable
      - `attribute16` string, nullable
      - `attribute15` string, nullable
      - `attribute25` string, nullable
      - `attribute24` string, nullable
      - `attribute23` string, nullable
      - `attribute22` string, nullable
      - `attribute21` string, nullable
      - `attribute20` string, nullable
      - `attribute29` string, nullable
      - `attribute28` string, nullable
      - `attribute27` string, nullable
      - `attribute26` string, nullable
      - `attribute9` string, nullable
      - `attribute8` string, nullable
      - `attribute5` string, nullable
      - `attribute4` string, nullable
      - `attribute7` string, nullable
      - `attribute6` string, nullable
      - `attribute1` string, nullable
      - `attribute14` string, nullable
      - `attribute13` string, nullable
      - `attribute3` string, nullable
      - `attribute12` string, nullable
      - `attribute2` string, nullable
      - `attribute11` string, nullable
      - `attribute10` string, nullable
      - `attribute30` string, nullable
    - `endRow` integer
    - `totalRows` integer
    - `status` integer

---

[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)
