---
title: "Retrieve"
method: GET
path: "/items/{item_id}/"
---

# Retrieve

`GET /items/{item_id}/`

Returns a single item by its unique identifier.

## Path parameters

- `item_id` string, required

## Query parameters

- `omit_price_calculation` boolean

## Response `200`

200

- union
  - object
    - `order` string
    - `offer` unknown
    - `subscription` string
    - `product` string
    - `components` object[]
    - `subscription_component` string
    - `quantity` integer
    - `public_id` string
    - `product_attribute` unknown
    - `price` string
    - `extra_cost` string
    - `total_price` string
    - `one_time` boolean
    - `order_updated` string
    - `frozen` boolean
    - `first_placed` string
    - `gift_context` object
      - `can_change_quantity` boolean
      - `can_swap_sku` boolean
  - object
    - `order` string
    - `offer` unknown
    - `subscription` string
    - `product` string
    - `components` object[]
    - `subscription_component` string
    - `quantity` integer
    - `public_id` string
    - `product_attribute` unknown
    - `one_time` boolean
    - `order_updated` string
    - `frozen` boolean
    - `first_placed` unknown

## Other responses

- `403` — 403
- `404` — 404

---

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