---
title: "GET /api/v1/Orders/{orderId}/items"
method: GET
path: "/api/v1/Orders/{orderId}/items"
tags: ["Orders"]
---

# GET /api/v1/Orders/{orderId}/items

`GET /api/v1/Orders/{orderId}/items`

## Path parameters

- `orderId` integer, required

## Query parameters

- `organizationId` integer, required

## Response `200`

Success

- OrderItem[]
  - `skuValue` string, nullable
  - `lineDescription` string, nullable
  - `price` number, double
  - `currencyCode` string, nullable
  - `rowTotal` number, double
  - `quantity` integer

---

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