---
title: "Get Order Items"
method: GET
path: "/stores/{storeKey}/orders/{orderNumber}/items"
tags: ["Stores"]
---

# Get Order Items

`GET /stores/{storeKey}/orders/{orderNumber}/items`

Get Order Items.

## Path parameters

- `storeKey` string, required
- `orderNumber` string, required

## Query parameters

- `offset` integer
- `limit` integer
- `includeItemDetails` boolean

## Response `200`

OK

- TcgApiModelCommonPagedApiResultTcgApiModelStoreOrderLineItem
  - `totalItems` integer
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreOrderLineItem[]
    - `skuId` integer
    - `storePriceCustomId` integer
    - `categoryName` string
    - `productName` string
    - `groupName` string
    - `condition` string
    - `conditionId` integer
    - `printing` string
    - `language` string
    - `rarity` string
    - `isFoil` boolean
    - `price` number, double
    - `quantity` integer
    - `isCustom` boolean
    - `title` string
    - `description` string
    - `mainImageUrl` string
    - `additionalImageUrls` string[]
    - `productImageUrl` string

---

[API](https://skmtc.dev/tcgplayer/apis/tcgapi.md) · [All operations](https://skmtc.dev/tcgplayer/apis/tcgapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tcgplayer/tcgapi/revisions/dc32a30fcb68/schema)
