Resolved issues

The issues that are addressed as part of the major and minor updates of Sterling Store Engagement and updates to Store Inventory Management are listed cumulatively here.
Note: The fix pack number is updated to 10.0.2209.0 so that it is consistent with the Sterling Order Management System fix pack number. The first 2 digits 10.0 indicate the Sterling Order Management System version number. The third digit 2209 indicates the major quarterly updates, which include two-digit year followed by two-digit month. The fourth digit 0 indicates minor updates and increments sequentially for each minor update. For example, 10.0.2209.1 and 10.0.2209.2.
Important: If you override any component that needs to be modified as part of the resolved issues, merge the modified files with your custom code to get the fixes in your environment.

To view the resolved issues that are included in major and minor updates that are released before 2025, see Archived resolved issues.

6 February 2026 (26.1.1.1 - 10.0.2601.1)

Table 1. Resolved issues
Case number Description
TS021014283
  • Issue: Putaway tasks that are listed for pick and deposit operations are not paginated when you scan a shipment or carton. When a shipment or carton is scanned in the putaway workflow, all putaway tasks, both in pick and deposit, are loaded and displayed without pagination. This issue causes performance issues and UI rendering delays when you work with large numbers of items.
  • Fix: This issue is resolved.
  • Files modified:
    • UI files

      • packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/deposit-products-page/deposit-products-data.service.ts
      • packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/deposit-products-page/deposit-products-page.component.html
      • packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/deposit-products-page/deposit-products-page.component.ts
      • packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/pick-products-page/pick-products-data.service.ts
      • packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/pick-products-page/pick-products-page.component.html
      • packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/pick-products-page/pick-products-page.component.ts
    • Internal

      • oms_war/repository/eardata/isf/war/mashupxmls/putaway/isf_putaway_mashups.xml
      • oms_war/src/com/ibm/isf/putaway/ISFGetPutawayTasks.java
TS021038308
  • Issue: Out-of-the-box error codes from SIM API are not getting translated for the Japanese locale. Multiple SIM API error messages across various SIM screens, such as Pick, Move, Configurations, Cycle count, Putaway, Receive inventory, and more show in English instead of Japanese. This error occurred when the user locale was set to Japanese.
  • Fix: This issue is resolved. To apply the fix, rebuild extensions.
  • Files modified:
    • UI files

      • packages/features/backroom-pick/src/app/features/backroom-pick/pick-order-page/pick-order-page.component.ts
      • packages/features/configurations/src/app/features/configurations/create-location-page/create-location-page.component.ts
      • packages/features/configurations/src/app/features/configurations/inventory-dedications/inventory-dedications.component.ts
      • packages/features/configurations/src/app/features/configurations/modals/add-inventory-dedications/add-inventory-dedications.component.ts
      • packages/features/cycle-count/src/app/features/cycle-count/record-cycle-count-page/modals/add-serial/add-serial.component.ts
      • packages/features/cycle-count/src/app/features/cycle-count/record-cycle-count-page/modals/select-inv-attributes/select-inv-attributes.component.ts
      • packages/features/lookup-inventory/src/app/features/lookup-inventory/add-inventory-page/add-inventory-page.component.ts
      • packages/features/lookup-inventory/src/app/features/lookup-inventory/product-list-page/product-list-page.component.ts
      • packages/features/lookup-inventory/src/app/features/lookup-inventory/remove-inventory-page/remove-inventory-page.component.ts
      • packages/features/move-inventory/src/app/features/move-inventory/bulk-move-page/bulk-move-pick-location/bulk-move-pick-location.component.html
      • packages/features/receive-inventory/src/app/features/receive-inventory/modals/product-receive/product-receive.component.ts
      • packages/features/receive-inventory/src/app/features/receive-inventory/modals/product-record-damage/non-serialized-product.component.ts
      • packages/features/receive-inventory/src/app/features/receive-inventory/product-list-page/modals/product-unreceive/product-unreceive.component.ts
      • packages/features/receive-inventory/src/app/features/receive-inventory/product-list-page/product/product.component.ts
      • packages/features/receive-inventory/src/app/features/receive-inventory/record-discrepancy-wizard-page/record-overage-products-page/overage-product/overage-product.component.ts
      • packages/libs/core/src/lib/services/localization.service.ts
      • packages/libs/core/src/lib/services/mashup.service.ts
      • packages/libs/core/src/lib/services/rest.service.ts
      • packages/libs/common-components/src/assets/common-components/i18n/de.json
      • packages/libs/common-components/src/assets/common-components/i18n/en.json
      • packages/libs/common-components/src/assets/common-components/i18n/es.json
      • packages/libs/common-components/src/assets/common-components/i18n/fr.json
      • packages/libs/common-components/src/assets/common-components/i18n/it.json
      • packages/libs/common-components/src/assets/common-components/i18n/ja.json
      • packages/libs/common-components/src/assets/common-components/i18n/ko.json
      • packages/libs/common-components/src/assets/common-components/i18n/nl.json
      • packages/libs/common-components/src/assets/common-components/i18n/pt.json
      • packages/libs/common-components/src/assets/common-components/i18n/zh-tw.json
      • packages/libs/common-components/src/assets/common-components/i18n/zh.json
    • Internal

      • oms_war/src/com/ibm/isf/backroompick/ISFScanToExecutePickTask.java
      • oms_war/src/com/ibm/isf/backroompick/ISFTranslateBarcodeToRemoveSerial.java
      • oms_war/src/com/ibm/isf/backroompick/ISFTranslateBarcodeToRemoveSerialFromSIM.java
      • oms_war/src/com/ibm/isf/batchpick/ISFScanToDepositProduct.java
      • oms_war/src/com/ibm/isf/batchpick/ISFTranslateBarcodeToRemoveSerialFromSIM.java
      • oms_war/src/com/ibm/isf/count/ISFTranslateBarcodeToRemoveSerialFromCount.java
      • oms_war/src/com/ibm/isf/inventory/adjustInventory/ISFTranslateSerialNumberBarCode.java
      • oms_war/src/com/ibm/isf/moverequest/ISFScanToDepositAdhocMove.java
      • oms_war/src/com/ibm/isf/moverequest/ISFScanToExecuteMoveRequest.java
      • oms_war/src/com/ibm/isf/putaway/ISFScanToExecutePutawayTask.java
      • oms_war/src/com/ibm/isf/receiving/shipment/product/mashups/ISFTranslateBarCodeForProductUnReceiving.java
TS021191840
  • Issue: In desktop view, consistent and misaligned button placement occurred in the Customer pickup Advance search results screen. The Start button for customer pickup was centered and misaligned in the Advance search results screen.
  • Fix: This issue is resolved.
  • Files modified:
    • UI files

      • packages/features/customer-pickup/src/app/features/customer-pickup/order-search-result-page/order-search-result-page.component.scss

16 January 2026 (26.1.1.0-10.0.2601.0)

Table 2. Resolved issues
Case number Description
TS020768678
  • Issue: The date timestamp displayed in the Store 2.0 application used the local timezone of the browser. This was not aligned with the Order Hub application, which uses the locale timezone of the user.
  • Fix: This issue is resolved. To apply the fix, rebuild extensions.
  • Files modified:
    • UI files

      • packages/libs/common-components/src/lib/pipes/date-format.pipe.ts
TS020574718
  • Issue: The Lookup-Inventory screen did not include pagination functions, which caused heavy load and high UI rendering latency. This action occurred when many items were present in a specific location. As a result, stores with large inventory counts experienced a performance degradation.
  • Fix: This issue is resolved.
  • Files modified:
    • UI files

      • packages/features/lookup-inventory/src/app/features/lookup-inventory/product-list-page/lookup-inventory-products/lookup-inventory-products-data.service.ts
      • packages/features/lookup-inventory/src/app/features/lookup-inventory/product-list-page/lookup-inventory-products/lookup-inventory-products.component.ts
      • packages/features/lookup-inventory/src/app/features/lookup-inventory/product-list-page/product-list-data.service.ts
    • Internal

      • oms_war/repository/eardata/isf/war/mashupxmls/inventory/lookup/isf_inventory_lookup_mashups.xml
      • oms_war/src/com/ibm/isf/inventory/lookup/ISFGetItemInventoryList.java
      • oms_war/src/com/ibm/isf/inventory/lookup/ISFGetMultipleItemDetails.java
      • oms_war/src/com/ibm/isf/mashups/utils/ISFItemUtils.java
TS020302630
  • Issue: Store Next-Gen 2.0 mapped language by using the first two characters of the locale code instead of the full locale configuration. This prevented Store Engagement UI language bundles from loading correctly for custom locales.
  • Fix: This issue is resolved. To apply the fix, rebuild extensions.
  • Files modified:
    • UI files

      • packages/features/login/src/app/features/login/login-page/login-page.component.ts
      • packages/libs/core/src/lib/services/authentication.service.ts
      • packages/libs/core/src/lib/utilities/app-info.util.ts
Internal
  • Issue: During putaway deposit operations, users could not scan destination locations directly. The system required selecting a location by using the Select option before scanning. Even valid locations triggered the error, which read, "Scanned location does not match any destination location.”
  • Fix: This issue is resolved.
  • Files modified:
    • UI files

      • packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/deposit-products-page/deposit-products-page.component.ts
      • packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/deposit-products-page/deposit-products-page.component.html
      • packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/modals/select-inventory/select-inventory.component.ts
      • packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/modals/select-inventory/select-inventory.component.html
      • packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/pick-products-page/pick-products-page.component.ts
      • packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/en.json
      • packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/de.json
      • packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/es.json
      • packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/fr.json
      • packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/it.json
      • packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/ja.json
      • packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/ko.json
      • packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/nl.json
      • packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/pt.json
      • packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/zh.json
      • packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/zh-tw.json
    • Internal

      • oms_war/src/com/ibm/isf/putaway/ISFScanToExecutePutawayTask.java
Internal
  • Issue: The move inventory feature lacked several usability improvements. Missing elements included the Move ID display for ad hoc requests, progress indicators, and a pin icon for location selection. Also, the status for move request types was not displayed, move type indication was unclear, button sizing and styling were inconsistent, and bulk move operations did not show a confirmation count.
  • Fix: This issue is resolved.
  • Files modified:
    • UI files

      • packages/features/move-inventory/src/app/features/move-inventory/adhoc-move-create-wizard-page/adhoc-deposit-products-page/adhoc-deposit-products-page.component.html
      • packages/features/move-inventory/src/app/features/move-inventory/adhoc-move-create-wizard-page/adhoc-deposit-products-page/adhoc-deposit-products-page.component.ts
      • packages/features/move-inventory/src/app/features/move-inventory/adhoc-move-create-wizard-page/adhoc-pick-products-page/adhoc-pick-products-page.component.html
      • packages/features/move-inventory/src/app/features/move-inventory/adhoc-move-create-wizard-page/adhoc-pick-products-page/adhoc-pick-products-page.component.ts
      • packages/features/move-inventory/src/app/features/move-inventory/bulk-move-page/bulk-move-pick-location/bulk-move-pick-location.component.ts
      • packages/features/move-inventory/src/app/features/move-inventory/bulk-move-page/bulk-move-pick-products-page/bulk-move-pick-products-page.component.html
      • packages/features/move-inventory/src/app/features/move-inventory/bulk-move-page/bulk-move-pick-products-page/bulk-move-pick-products-page.component.ts
      • packages/features/move-inventory/src/app/features/move-inventory/bulk-move-page/bulk-move-summary-page/bulk-move-summary-page.component.html
      • packages/features/move-inventory/src/app/features/move-inventory/move-inventory-wizard-page/deposit-products-page/deposit-products-page.component.html
      • packages/features/move-inventory/src/app/features/move-inventory/move-inventory-wizard-page/deposit-products-page/deposit-products-page.component.scss
      • packages/features/move-inventory/src/app/features/move-inventory/move-inventory-wizard-page/deposit-products-page/deposit-products-page.component.ts
      • packages/features/move-inventory/src/app/features/move-inventory/move-inventory-wizard-page/pick-complete-page/pick-complete-page.component.html
      • packages/features/move-inventory/src/app/features/move-inventory/move-inventory-wizard-page/pick-complete-page/pick-complete-page.component.ts
      • packages/features/move-inventory/src/app/features/move-inventory/move-inventory-wizard-page/pick-products-page/pick-products-page.component.html
      • packages/features/move-inventory/src/app/features/move-inventory/move-inventory-wizard-page/pick-products-page/pick-products-page.component.ts
      • packages/features/move-inventory/src/styles.scss
      • packages/libs/styles/src/styles/icons/_glyphicons.scss
      • packages/libs/styles/src/styles/icons/fonts/app-glyphicons.svg
      • packages/libs/styles/src/styles/icons/fonts/app-glyphicons.svg
      • packages/libs/styles/src/styles/icons/fonts/app-glyphicons.ttf
      • packages/libs/styles/src/styles/icons/fonts/app-glyphicons.woff
      • packages/libs/styles/src/styles/icons/selection.json
      • packages/features/move-inventory/src/assets/move-inventory/i18n/en.json
      • packages/features/move-inventory/src/assets/move-inventory/i18n/de.json
      • packages/features/move-inventory/src/assets/move-inventory/i18n/es.json
      • packages/features/move-inventory/src/assets/move-inventory/i18n/fr.json
      • packages/features/move-inventory/src/assets/move-inventory/i18n/it.json
      • packages/features/move-inventory/src/assets/move-inventory/i18n/ja.json
      • packages/features/move-inventory/src/assets/move-inventory/i18n/ko.json
      • packages/features/move-inventory/src/assets/move-inventory/i18n/nl.json
      • packages/features/move-inventory/src/assets/move-inventory/i18n/pt.json
      • packages/features/move-inventory/src/assets/move-inventory/i18n/zh.json
      • packages/features/move-inventory/src/assets/move-inventory/i18n/zh-tw.json