---
title: "Update a specific item's routing"
method: POST
path: "/api/items/{itemId}/routing"
tags: ["Item Routing"]
---

# Update a specific item's routing

`POST /api/items/{itemId}/routing`

## Path parameters

- `itemId` string, required

## Request body

- ItemRoutingUpdateDto — Represents updates to an item's routing
  - `allowContinuousFlow` boolean, nullable — Allow an operation to start before previous operations in the routing end

## Response `200`

Successful update of the input item

## Other responses

- `204` — Input item id provided was not found on this item
- `400` — Validation issue with input
- `404` — Item id provided is not present in the system

---

[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)
