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