Skip to main content

Get Inventory Movement

GET 

/api/inventory-movements/:inventoryMovement

Get a single inventory movement with its product and warehouse details.

Required scope: inventory:read

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

An inventory movement is one immutable ledger entry: a positive quantity adds stock (purchase receipt, return, adjustment up, assembly output) and a negative quantity removes stock (sale, transfer out, adjustment down). Movement type values include: purchase_receipt, transfer, sale, adjustment, stock_take, assembly, return, purchase_return, reclassification, manufacturing_consumption, manufacturing_scrap, manufacturing_output. inventory_status is active (on-hand) or in_transit (between warehouses).

The type object also carries the polymorphic source document link (link_type + link_id) that created the movement, and layer identifies the FIFO cost layer the movement consumed or created.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type