Skip to main content

Get Stock Take

GET 

/api/stock-takes/:stock_take

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

Required scope: inventory:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

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

The stock take exposes is_blind. For a blind count, items that have not yet been counted return null snapshot_inventory / snapshot_available / snapshot_reserved / snapshot_committed_to_fulfillment until they are counted. Each item also exposes its variance_reason (root-cause code, or null).

Request

Responses

OK

Response Headers
    Content-Type