---
title: "Get detailed shipment by given ID."
method: GET
path: "/rest/api/shipping/shipment/{id}/"
tags: ["Shipment"]
---

# Get detailed shipment by given ID.

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

## Path parameters

- `id` string, required

## Response `200`

Detailed shipment object

- RestShipmentDetailsDTO — This object represents a single shipment.
  - `statusDate` string, date-time, nullable — Status change date
  - `statusDescription` string, nullable — Status description
  - `statusCheckTimestamp` string, date-time, nullable — Status check date
  - `receivedDate` string, date-time, nullable — Received date
  - `receivedDays` integer — Number of business days in which the parcel was received
  - `id` integer — Internal shipment ID
  - `carrierAccountId` integer — Carrier account ID
  - `carrierBrokerId` integer — Carrier broker ID
  - `externalId` string, nullable — External unique ID of the shipment
  - `orderId` string — Internal order ID
  - `createdAt` string, date-time, nullable — Date the document was created in Apilo
  - `postDate` string, date-time, nullable — Date of shipment
  - `status` string — Shipment tracking status if is present or NULL
  - `method` string, nullable — External unique ID of the shipment method
  - `media` string — Null or media UUID - <a href='#tag/media/operation/get_rest_media_get'>media attachment endpoint</a>

## Other responses

- `401` — Authorization failed
- `404` — Shipment not found

---

[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)
