---
title: "Get an order/cart with its status"
method: GET
path: "/data/v2/orders/{id}"
tags: ["Sales data"]
---

# Get an order/cart with its status

`GET /data/v2/orders/{id}`

Get a order or an abandoned cart based on its external_id, and get the status associated to the order as well.

## Path parameters

- `id` string, required

## Response `200`

Order retrieval is successful.

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.
- `404` — Order not found.

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
