Inventory
Receive inventory for a specific item.
post/api/inventory/receive
Request body
itemIdstring required
Item identifier. Please reference /api/items endpoint.
secondaryType'receive' | 'found' | 'stockAdjustmentIncrease' | 'otherIncrease' required
Secondary event type specifically for receiving.
quantitynumber double required
Quantity of the item to receive.
locationIdstring nullable
Location id that inventory is received into. Please reference /api/locations endpoint
lotIdstring nullable
Lot identifier for this block of inventory. Please reference /api/inventory-lots endpoint
lotNumberstring nullable
Lot name.
notestring nullable
Notes associated to this transaction.
laborValuenumber double nullable
Labor value associated (per unit).
machineValuenumber double nullable
Machine value associated (per unit).
outsideProcessingValuenumber double nullable
Outside processing value associated (per unit).
materialValuenumber double nullable
Material value associated (per unit).
Response
Inventory transaction processed