---
title: "Get price unit"
method: GET
path: "/prices/units/{id}"
tags: ["Price Units"]
---

# Get price unit

`GET /prices/units/{id}`

Use when you need to load a single price unit (e.g. for display or when creating a price).

## Path parameters

- `id` string, required

## Response `200`

OK

- PriceUnitResponse
  - `base_currency` string
  - `code` string
  - `conversion_rate` string
  - `created_at` string, date-time
  - `created_by` string
  - `environment_id` string
  - `id` string
  - `metadata` TypesMetadata
  - `name` string
  - `status` 'published' | 'deleted' | 'archived'
  - `symbol` string
  - `tenant_id` string
  - `updated_at` string, date-time
  - `updated_by` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

## Changes

> 108 revisions in range; 51 could not be searched.

- **2026-07-09** `7d57386313c7` — 2 breaking, 3 warning
  - the `metadata` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - added the new `archived` enum value to the `status` response property for the response status `200`
  - added the new `deleted` enum value to the `status` response property for the response status `200`
  - …1 more
- **2026-07-09** `4b1a811c4179` — 4 breaking, 3 info
  - the `created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `metadata` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `status` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `updated_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - …3 more

[Change history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/prices/units/:id/get.md)

---

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