v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Inventory

Pick inventory against a specific item.

post/api/inventory/pick

Request body

itemIdstring required

Item identifier. Please reference /api/items endpoint.

secondaryType'pick' | 'consume' | 'scrap' | 'stockAdjustmentDecrease' | 'otherDecrease' required

Secondary event type specifically for picking.

quantitynumber double required

Quantity of the item to pick.

locationIdstring nullable

Location id that inventory is picked from. Please reference /api/locations endpoint

lotIdstring nullable

Lot identifier for this block of inventory. Please reference /api/inventory-lots endpoint

notestring nullable

Notes associated to this transaction.

Response

Inventory transaction processed