Inventory Usage Report
Returns inventory movement and adjustment events at a specific location
within a date range. fromDate and toDate are required.
Requires scope: reports:read
Authentication
API_KEYstring
API Key authentication via header
Path parameters
locationId
Location ID to report inventory usage for.
Query parameters
page
Zero-based page index. Defaults to 0.
size
Items per page. Defaults to 20, maximum 100.
fromDate
Start of the reporting period (inclusive). ISO 8601 date, e.g. 2026-01-01. Required.
toDate
End of the reporting period (inclusive). ISO 8601 date, e.g. 2026-03-20. Required.
sort
Sort field and direction (e.g., name,asc or createdAt,desc). Supports Spring Pageable format.
Response
This endpoint returns an object.
data
pagination
Pagination metadata returned on all list endpoints.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error