Stock Take API Flow
The stock take API supports point-in-time counting.
Start stock take.
Freeze the count point and return the SKUs/items to count.
Input counted quantities.
Submit physical count results against the stock take ID.
Accept lines.
Review differences and accept safe changes.
Reconcile.
Apply accepted differences using stock movements.
POST /api/v1/stock-takes/start
POST /api/v1/stock-takes/{stockTake}/input
POST /api/v1/stock-takes/{stockTake}/accept-lines
POST /api/v1/stock-takes/{stockTake}/reconcile