---
title: "Create an inventory order"
method: POST
path: "/v1/inventory-orders"
tags: ["Inventory Orders"]
---

# Create an inventory order

`POST /v1/inventory-orders`

Admin only. Creates an inventory order with line items and optionally links purchase requests.

## Request body

- object
  - `orderSource` string, required
  - `orderId` string
  - `estimatedArrival` string, date-time
  - `notes` string
  - `items` object[], required
    - `materialId` string, uuid, required
    - `quantityOrdered` integer, required
    - `unit` string
    - `weightPerUnit` number
    - `purchaseRequestItemIds` string[] — IDs from inventory_purchase_request_items table

## 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/revisions/3b06bcb5f808/schema)
