---
title: "List of order shipments."
method: GET
path: "/rest/api/orders/{id}/shipment/"
tags: ["Order"]
---

# List of order shipments.

`GET /rest/api/orders/{id}/shipment/`

List of shipments belongs to the indicated order

## Path parameters

- `id` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Shipments array

- object — This object represents list response.
  - `list` RestOrderShipmentDTO[]
    - `id` integer — Internal ID of the shipment
    - `idExternal` string, nullable — External unique ID of the shipment
  - `totalCount` integer — Number of matching results
  - `currentOffset` integer — Current list offset
  - `pageResultCount` integer — Number of results per page

## Other responses

- `401` — Authorization failed

---

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