---
title: "Get order"
method: GET
path: "/orders/{orderId}"
tags: ["Orders API"]
deprecated: true
---

# Get order

`GET /orders/{orderId}`

> **Deprecated.**

**⚠️ We no longer recommend using the Orders API. Please refer to the [Payments API](payments-api) instead.**

Retrieve a single order object by its ID.

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

## Query parameters

- `embed` 'payments' | 'refunds' | 'shipments'
- `testmode` boolean

## Response `200`

The order 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/revisions/4b45df3039ef/schema)
