---
title: "Override an inventory's quantity."
method: POST
path: "/api/inventory/override"
tags: ["Inventory"]
---

# Override an inventory's quantity.

`POST /api/inventory/override`

## Request body

- InventoryOverrideDto — Override event for item inventory
  - `itemId` string, required — Item identifier.
  - `quantity` number, double, required — The quantity to set the item's inventory level to.
  - `lotId` string, nullable — The lot identifier to apply this override to
  - `locationId` string, nullable — The location identifier to apply this override to. ```null``` signifies no location.
  - `note` string, nullable — The note to add to the override transaction.

## Response `200`

Inventory override was successfully processed

## Other responses

- `400` — Validation issues with the request
- `500` — An unspecified error occurred with the request

---

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