---
title: "Find purchase order by ID"
method: GET
path: "/orders/{orderId}"
tags: ["orders"]
---

# Find purchase order by ID

`GET /orders/{orderId}`

## Path parameters

- `orderId` integer, required

## Response `200`

successful operation

- Order
  - `id` integer
  - `deviceId` integer
  - `quantity` integer
  - `shipDate` string, date-time
  - `status` 'placed' | 'approved' | 'delivered' — Order Status
  - `complete` boolean

## Other responses

- `400` — Invalid ID supplied
- `404` — Order not found

---

[API](https://skmtc.dev/wso2/apis/mobilestore.md) · [All operations](https://skmtc.dev/wso2/apis/mobilestore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/mobilestore/revisions/d1df7bed1a80/schema)
