---
title: "Pick inventory against a specific item."
method: POST
path: "/api/inventory/pick"
tags: ["Inventory"]
---

# Pick inventory against a specific item.

`POST /api/inventory/pick`

## Request body

- InventoryPickDto — Pick event for item inventory.
  - `itemId` string, required — Item identifier. Please reference /api/items endpoint.
  - `secondaryType` 'pick' | 'consume' | 'scrap' | 'stockAdjustmentDecrease' | 'otherDecrease', required — Secondary event type specifically for picking.
  - `quantity` number, double, required — Quantity of the item to pick.
  - `locationId` string, nullable — Location id that inventory is picked from. Please reference /api/locations endpoint
  - `lotId` string, nullable — Lot identifier for this block of inventory. Please reference /api/inventory-lots endpoint
  - `note` string, nullable — Notes associated to this transaction.

## Response `200`

Inventory transaction processed

## Other responses

- `400` — Validation issues with input

---

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