---
title: "List one item's price rows across companies, paged. Purchase rows are hidden from non-owner
callers. `asOf` is required and `status` selects which lifecycles to return (defaulting to
all of them); see IO.Catalog.Contracts.DTO.Pricelists.ItemPricesListRequest for every parameter."
method: GET
path: "/v1/Items/{itemId}/prices"
tags: ["ItemPrices"]
---

# List one item's price rows across companies, paged. Purchase rows are hidden from non-owner
callers. `asOf` is required and `status` selects which lifecycles to return (defaulting to
all of them); see IO.Catalog.Contracts.DTO.Pricelists.ItemPricesListRequest for every parameter.

`GET /v1/Items/{itemId}/prices`

## Path parameters

- `itemId` integer, required

## Query parameters

- `RelationId` integer
- `Type` 0 | 1
- `AsOf` string, date, required
- `status` PriceRowStatus[]
- `Page` integer
- `PageSize` integer
- `SortColumn` string
- `SortOrder` string
- `Account` unknown

## Response `200`

Success

- ItemPricelistResponsePagedResult
  - `pageSize` integer
  - `page` integer
  - `totalCount` integer
  - `filteredCount` integer
  - `data` ItemPricelistResponse[], nullable
    - `id` integer
    - `itemId` integer
    - `itemCode` string, nullable
    - `itemName` string, nullable
    - `relation` 0 | 1 | 2
    - `relationId` integer
    - `relationName` string, nullable
    - `relationCode` string, nullable
    - `type` 0 | 1
    - `price` number, double
    - `unitId` string, nullable
    - `quantity` integer
    - `fromDate` string, date-time
    - `endDate` string, date-time, nullable
    - `modifiedOn` string, date-time, nullable
    - `rowVersion` string, byte, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

## Changes

- **2026-08-27** `61263b2302a0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/invendor/apis/io-commonapi/changes/v1/Items/:itemId/prices/get.md)

---

[API](https://skmtc.dev/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.dev/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/61263b2302a0/schema)
