---
title: "GET /shipment/{shipmentID}/items"
method: GET
path: "/shipment/{shipmentID}/items"
tags: ["Item"]
---

# GET /shipment/{shipmentID}/items

`GET /shipment/{shipmentID}/items`

Fetch Shipment Item

## Path parameters

- `shipmentID` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- object
  - `additionalMessage` string
  - `code` string
  - `data` Item[]
    - `countryOfOrigin` string
    - `createdAt` string
    - `currency` string
    - `currencyLocal` string
    - `id` string, uuid4
    - `massUnit` string
    - `maxDeliveryTime` string
    - `maxShipTime` string
    - `owner` string
    - `quantity` integer
    - `sku` string
    - `test` boolean
    - `title` string
    - `totalPrice` number
    - `totalPriceLocal` number
    - `unitPrice` number
    - `unitPriceLocal` number
    - `unitWeight` number
    - `updatedAt` string
    - `variantTitle` string
  - `message` string
  - `result` boolean

## Other responses

- `400` — Bad Request
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

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