TrueSKU
Help CentreTrueSKU support docs
Developer docs

Query Stock Movements

Movement queries must be bounded unless you are filtering by a specific entity.

GET /api/v1/stock/movements?from=2026-05-01&to=2026-05-06

Date-only to values include the full day. Account-wide date windows are capped at 31 days.

GET /api/v1/stock/movements?sku_id=123
GET /api/v1/stock/movements?supplier_item_id=456
GET /api/v1/stock/movements?stock_take_id=789
Entity-specific movement queries can page through full history.