---
title: "Prices list."
method: GET
path: "/rest/api/warehouse/price-calculated/"
tags: ["Warehouse"]
---

# Prices list.

`GET /rest/api/warehouse/price-calculated/`

List of prices

## Query parameters

- `price` integer, required — Price list ID
- `offset` integer — Start on record
- `limit` integer — Limit of returned results, max 2000 records

## Response `200`

Returns list of prices

- Prices
  - `list` PriceModel[]
    - `id` integer — Price ID
    - `price` integer — Price list ID
    - `product` integer — Product ID
    - `customPriceWithTax` number, float, nullable — Custom price with tax
    - `customPriceModify` number, float, nullable — Custom price modify
    - `customMode` integer, nullable — Custom mode
  - `totalCount` integer

## Other responses

- `401` — Authorization failed
- `404` — Prices 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)
