---
title: "Add items to a pending purchase request"
method: POST
path: "/v1/inventory-purchase-requests/{id}/items"
tags: ["Purchase Requests"]
---

# Add items to a pending purchase request

`POST /v1/inventory-purchase-requests/{id}/items`

Add one or more materials to an existing pending request. Requester or admin only.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `items` object[], required
    - `materialId` string, uuid, required
    - `requestedQuantity` number
    - `inventoryItemId` string, uuid

## Response `201`

Default Response

- object

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response
- `500` — 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)
