Skip to content
  • There are no suggestions because the search field is empty.

2026 - February Release Notes

WOS Manager Updates

Orders

  • Implemented merge action in Order Edit → Edit Fulfillment.
  • Implemented delete button in Order Edit → Edit Order Line Popup.
  • Implemented delete action in Order Edit → Lines Tab.
  • Added duplicate line number validation in Order Edit → New Fulfillment.
  • Added duplicate line number validation in Order Edit → Edit Fulfillment.
  • Buttons now disable in Batch Edit when an action is performed.
  • Added ship method column to Batch Edit.
  • Fixed various links to point to LegacyBatch pages instead of Batch pages.

Inventory

  • Fixed issue with cycle counts on empty locations.
  • Fixed allocation algorithm issues where ordering wasn't being honored.
  • Fixed timeout issue for the Inventory Summary page when doing breakdown by area.

Packing

  • Initial auto-pack algorithm implemented with future support for running auto-packing coming soon. Auto-pack provides a cartonization mechanic that looks at an order's lines and available box configurations to automatically select which boxes lines should be packed into and how items should be arranged.
  • Added short picking configuration flag to App Settings.

Integrations

  • Integration logs from WOS Pipelines now fully supported.
  • Auth credentials can now be updated after initial setup in Integrations → Integration Edit.

Reporting, Analytics, and AI

  • Initial implementation of the Inventory Discrepancy Report completed, providing the ability for users to see differences in inventory across their connected systems and WOS for particular snapshots in time. Requires integrations to be implemented through WOS Pipelines.
  • Updated printable reports UI.

API

  • Implemented v2 Order API: POST, PATCH, PUT, merge action, and get fulfillments.
  • Fixed v1 Order API issue where the area field wasn't populating in Get Order By Ship Date In Date Range.

WOS Fulfillment (app) Updates

  • Fixed an issue where incorrect quantities could display due to the screen rendering before data fully loaded.
  • Cleanup and refactoring.