---
title: "Get Order Items"
method: GET
path: "/orders/{order_id}/items"
---

# Get Order Items

`GET /orders/{order_id}/items`

Retrieve all items (products or services) for a specific order.

## Path parameters

- `order_id` integer, required

## Response `200`

200

- object[]
  - `id` integer
  - `created_at` string
  - `assignee_id` integer
  - `quantity` string
  - `price` string
  - `cost` string
  - `margin_id` unknown
  - `is_deduction_required` boolean
  - `entity` object
    - `id` integer
    - `type` string
    - `code` string
    - `sku` string
    - `sn_accounting` boolean
    - `title` string
    - `image` string
    - `thumbnail` string
    - `uom` object
      - `id` integer
      - `title` string
      - `description` string
    - `is_hidden` boolean
  - `comment` string
  - `write_offs` unknown
  - `is_refunded` boolean
  - `discount` object
    - `type` string
    - `percentage` integer
    - `amount` string
    - `sponsor` string
  - `warranty` object
    - `period` integer
    - `period_units` string
  - `taxes` object[]
    - `id` integer
    - `name` string
    - `rate` integer
  - `expiration_date` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/roapp/apis/ro-app-public-api-v2.md) · [All operations](https://skmtc.net/roapp/apis/ro-app-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roapp/ro-app-public-api-v2/versions/85de4353ed28/schema)
