---
title: "Get shipment"
method: GET
path: "/orders/{orderId}/shipments/{shipmentId}"
tags: ["Shipments API"]
deprecated: true
---

# Get shipment

`GET /orders/{orderId}/shipments/{shipmentId}`

> **Deprecated.**

Retrieve a single shipment by its ID and the ID of its parent order.

> 🔑 Access with
>
> [API key](/reference/authentication)
>
> [Advanced access token with **shipments.read**](/reference/authentication)
>
> [OAuth access with **shipments.read**](/reference/authentication)

## Query parameters

- `testmode` boolean

## Response `200`

The shipment object.

## Other responses

- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/versions/4b45df3039ef/schema)
