---
title: "Get order history"
method: GET
path: "/seller/orders/{id}/history"
tags: ["seller-orders"]
---

# Get order history

`GET /seller/orders/{id}/history`

Retrieve timeline history entries for a seller order.

Use this endpoint to render audit/history timelines in seller order detail pages.

Behavior:
- Verifies seller ownership of the order first.
- Returns history entries in reverse chronological order.
- Expands each entry with related order item IDs and user context when available.

Responses:
- Returns `404` for missing or non-owned orders.

## Path parameters

- `id` string, required — Order ID

## Response `200`

Order history

- PurchaseHistoryResponse — unresolved $ref

## Other responses

- `404` — Order not found

---

[API](https://skmtc.net/managem/apis/managem-api.md) · [All operations](https://skmtc.net/managem/apis/managem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/managem/managem-api/revisions/e8d78a3a2e8b/schema)
