---
title: "Update an inventory order"
method: PATCH
path: "/v1/inventory-orders/{id}"
tags: ["Inventory Orders"]
---

# Update an inventory order

`PATCH /v1/inventory-orders/{id}`

Admin only. Update order status, estimated arrival, or notes.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `status` 'pending' | 'partial' | 'complete' | 'cancelled'
  - `estimatedArrival` string, date-time
  - `notes` string

## Response `200`

Default Response

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
