Skip to main content

Get Inventory Movement Tallies

GET 

/api/inventory-movements/tallies

Get running inventory tallies for a single product in a single warehouse. Returns a map keyed by inventory movement ID where each value is the cumulative on-hand quantity (running balance) after that movement was applied, computed in movement-date order (oldest first).

Required scope: inventory:read

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

All three query parameters are required:

  • product_id — the product to tally. Returns 404 if the product does not exist.
  • warehouse_id — the warehouse to tally within.
  • inventory_status — which stock ledger to tally: active (on-hand stock) or in_transit (stock moving between warehouses).

Use this to reconstruct the balance history of a product at a warehouse, movement by movement.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type