---
title: "Price lists."
method: GET
path: "/rest/api/warehouse/price/"
tags: ["Warehouse"]
---

# Price lists.

`GET /rest/api/warehouse/price/`

List of price lists

## Response `200`

Returns list of price lists

- object — This object represents list response.
  - `list` RestPriceDTO[]
    - `id` integer — Internal ID
    - `name` string, nullable — Price name
  - `totalCount` integer — Number of matching results
  - `currentOffset` integer — Current list offset
  - `pageResultCount` integer — Number of results per page

## Other responses

- `401` — Authorization failed
- `404` — Price lists not found

---

[API](https://skmtc.dev/apilo/apis/apilo-rest-api.md) · [All operations](https://skmtc.dev/apilo/apis/apilo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apilo/apilo-rest-api/revisions/a0f9dcdba6cc/schema)
