---
title: "Changes to List inventory movements"
method: GET
path: "/api/v1/inventory-movements"
---

# Changes to List inventory movements

`GET /api/v1/inventory-movements`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 9 revisions.

- **2026-07-07** `a3b4750a505f` — 21 info
- **2026-07-07** `84194c31ab85` — 9 breaking, 11 warning

## Changes

- **2026-07-07** `a3b4750a505f` — 21 info
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `occurredFrom`
  - added the new optional `query` request parameter `occurredTo`
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `q`
  - added the new optional `query` request parameter `reason`
  - added the new optional `query` request parameter `sku`
  - added the new optional `query` request parameter `sortBy`
  - added the new optional `query` request parameter `sortOrder`
  - added the new optional `query` request parameter `strategyCode`
  - added the new optional `query` request parameter `updateType`
  - removed the `DELTA` enum value from the `data/items/update_type` response property for the response status `200`
  - added the required property `data/items/balance_after/allOf[#/components/schemas/InventoryMovementBalanceAfterResponse]/blocked` to the response with the `200` status
  - added the required property `data/items/balance_after/allOf[#/components/schemas/InventoryMovementBalanceAfterResponse]/on_hand` to the response with the `200` status
  - added the required property `data/items/balance_after/allOf[#/components/schemas/InventoryMovementBalanceAfterResponse]/reserved` to the response with the `200` status
  - added the required property `data/items/event_id` to the response with the `200` status
  - added the required property `data/items/id` to the response with the `200` status
  - added the required property `data/items/occurred_at` to the response with the `200` status
  - added the required property `data/items/quantity` to the response with the `200` status
  - added the required property `data/items/sku` to the response with the `200` status
  - added the required property `data/items/strategy_code` to the response with the `200` status
- **2026-07-07** `84194c31ab85` — 9 breaking, 11 warning
  - removed the required property `data/items/balance_after/allOf[#/components/schemas/InventoryMovementBalanceAfterResponse]/blocked` from the response with the `200` status
  - removed the required property `data/items/balance_after/allOf[#/components/schemas/InventoryMovementBalanceAfterResponse]/on_hand` from the response with the `200` status
  - removed the required property `data/items/balance_after/allOf[#/components/schemas/InventoryMovementBalanceAfterResponse]/reserved` from the response with the `200` status
  - removed the required property `data/items/event_id` from the response with the `200` status
  - removed the required property `data/items/id` from the response with the `200` status
  - removed the required property `data/items/occurred_at` from the response with the `200` status
  - removed the required property `data/items/quantity` from the response with the `200` status
  - removed the required property `data/items/sku` from the response with the `200` status
  - removed the required property `data/items/strategy_code` from the response with the `200` status
  - deleted the `query` request parameter `limit`
  - deleted the `query` request parameter `occurredFrom`
  - deleted the `query` request parameter `occurredTo`
  - deleted the `query` request parameter `page`
  - deleted the `query` request parameter `q`
  - deleted the `query` request parameter `reason`
  - deleted the `query` request parameter `sku`
  - deleted the `query` request parameter `sortBy`
  - deleted the `query` request parameter `sortOrder`
  - deleted the `query` request parameter `strategyCode`
  - deleted the `query` request parameter `updateType`

---

[Operation](https://skmtc.dev/kruzer-corp/apis/oms-api/docs/api/v1/inventory-movements/get.md) · [API](https://skmtc.dev/kruzer-corp/apis/oms-api.md) · [Page](https://skmtc.dev/kruzer-corp/apis/oms-api/changes/api/v1/inventory-movements/get)
