Skip to main content

Show Stock Take

GET 

/api/stock-takes/:stock_take

Get a single stock take with full details including items, warehouse, parent and child stock takes.

Authentication: Requires Bearer token.

Loads: warehouse, stockTakeItems (with inventoryMovements.fifoLayer for closed takes), parentStockTake, childStockTakes.

Response includes deletable (boolean) and delete_blocked_reasons (string[]): a draft/open stock take is always deletable; a closed stock take is deletable only when none of its FIFO cost layers have been consumed (otherwise deletable is false and delete_blocked_reasons lists the blocking stock take items).

Request

Responses

Successful response