---
title: "Retrieves the price list for the given priceListId"
method: GET
path: "/v1/pricelist/{id}"
tags: ["Get price lists"]
---

# Retrieves the price list for the given priceListId

`GET /v1/pricelist/{id}`

This operation will return the full list of saved price lists

## Path parameters

- `id` string, required

## Query parameters

- `auditUser` string, required

## Response `200`

Successfully retrieved

- PriceList
  - `code` string, required — A code that uniquely identifies this price list
  - `id` string — ID to be used in API calls for this entity

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/enfuce/apis/transfer-api.md) · [All operations](https://skmtc.net/enfuce/apis/transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enfuce/transfer-api/revisions/dc4a41118f80/schema)
