---
title: "Add multiple input items to an item's routing"
method: POST
path: "/api/items/{itemId}/routing/input-items/batch"
tags: ["Item Routing"]
---

# Add multiple input items to an item's routing

`POST /api/items/{itemId}/routing/input-items/batch`

## Path parameters

- `itemId` string, required

## Request body

- SalesOrderPartLineItemInputItemCreateBatchDto — Represents a batch of input items to add to an item.
  - `lineItems` ItemRoutingInputItemCreateDto[], required — The input items to add to an item.
    - `itemId` string, required — The item id to be added. Please reference /api/items endpoint.
    - `valueTypeUnits` number, double, required — Measurement unit depending on FulcrumProduct.PublicApi.Dto.Item.Routing.InputItemCreateDto.ValueType
    - `valueType` 'creates' | 'requires', required — Specifies how a routing input item quantity is measured.

## Response `200`

Input item(s) were added to the item's routing

- BatchCreatedResponseDto — Response for a batch created record
  - `ids` string[], required — The ids of the created records

## Other responses

- `400` — Validation issue with input
- `404` — An item was not found matching the item id

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
