- Documentation
- Product Updates
- 2.24.3
Version 2
-
2.24
-
2.23
-
2.22
-
2.21
-
2.20
-
2.19
-
2.18
-
2.17
-
2.16
-
2.15
-
2.14
-
2.13
-
2.12
-
2.11
-
2.10
-
2.9
-
2.8
-
2.7
-
2.6
-
2.5
-
2.4
-
2.3
-
2.2
-
2.1
-
2.0
-
1.3
-
1.2
2.24.3
November 27, 2025
Reports
- Validation is now performed on Report Filters to ensure the filter value data type matches the data type of the Report Column
- An error is now displayed if a snapshot or report errors out during data generation
Data Push
- Fixes the totalQuantityConfirmed column mapping
Connections
- If an error triggers during the initial token fetching of the OAuth 2.0 flow, a log is generated containing error details
- If a connection path is empty in an integration, a '/' is no longer appended to the end of the connection URL
Misc
- Fix an issue where on-premise installations needed to explicitly define certain port-related environment variables in their docker-compose file
API
- Adds location count statistics to single bin API endpoint (/api/bins/<binId>): totalCount, emptyCount, fullCount, and usedCount
- Material Property single GET endpoint now includes materialCount (total materials assigned) and materials array (id and name of each material)
- Added locations field to order line responses(GET /api/orders/{orderId}) showing where allocated inventory is physically located within the warehouse
- capacityUsed and capacityReserved now returned in location endpoints
- orderName now returned in /order_lines endpoints
- Single zone endpoints(/api/zones/{zoneId} now also returns associated locations, shelves, and material properties