| Targeted for Production Tenants | When viewing the mobile Fulfiller UI, page elements were offset and pushed to the left side which caused words to wrap around and make the page difficult to read. This has been fixed so that tables and other elements are properly displayed on mobile. |
| Targeted for Production Tenants | Orders canceled by Cybersource during the fraud review process did not trigger Order Cancel email notifications. This has been corrected so that cancellation emails are properly sent to the customer when Cybersource cancels their order. |
| Targeted for Production Tenants | Transfer shipments were not visible on the Admin order details page if the order had more than 50 shipments. This has been fixed by changing the limit to 80 shipments for now, though paging may be added in the future for better support. Currently, there may be performance issues on the page if the order has more than 50 shipments. |
| Targeted for Production Tenants | The Import/Export tool was experiencing errors in sandbox environments when the user attempted to download any export job. This was due to the cache not refreshing and returning old data when retrieving a job. This has been corrected so that exports can be successfully downloaded. |
| Targeted for Production Tenants | The GBP currency was being incorrectly displayed as USD in price lists and when selecting products to order on the storefront. This has been corrected so that the configured currency is displayed in price lists as expected. |
| Targeted for Production Tenants | When configuring a product type for digital gift cards, the Advanced option for “This product type is a digital gift card” did not properly map the goodsType value in API data. The interface has been updated to list all of the possible options with proper mapping: physical items, service items, digital items, digital credit items, and digital gift cards. |
| Targeted for Production Tenants | Merchandizers were able to edit the spell correction and whitespace fields on the Search Settings configuration page, which should not have been allowed for the merchandizing role. Attempting to change those fields still resulted in the proper error, but the UI has now been updated so that these configurations are disabled from interaction in the first place. |
| Targeted for Production Tenants | When there were a large number of facets in a catalog, changes to these facets could not be saved from the Site Editor due to timeout errors. This prevented adding and removing facets as well. Optimizations have been made so that facet edits can now be successfully saved without timing out. |
| Targeted for Production Tenants | Adding the same subscription product to a subscription twice with different frequencies merged the line items when they should have stayed separate. This has been fixed so that the product remains as a separate line item if it is re-added to the subscription with a different frequency. This fix also applies to trial products (where re-adding the same trial product with a different frequency will keep it as a separate line item) and when the same product is added as both a subscription and one-time purchase on the order. |
| Targeted for Production Tenants | Selecting a saved address to be a customer’s new primary address was not successful, as the account details would still display the old primary address after clicking Save. This has been fixed so that primary addresses will properly update with the selected address. |
| Targeted for Production Tenants | On Order Management-only implementations, all completed orders were displaying the “This order is an imported historical order and cannot be edited” message even when it was not an imported order. This has been corrected so that the message is only displayed on applicable orders and shipments. |
| Targeted for Production Tenants | Attempting to refresh inventory was returning a “foreign key” error from the database. This process has been updated so that refreshes can be successfully performed without this error. |
| Targeted for Production Sandboxes | Tracking number information that used to be included in the shipment history on the Fulfiller UI was no longer displayed on some shipments. This has been fixed so that tracking number change events will always be included in shipment history as expected. |
| Targeted for Production Sandboxes | Duplicate item cancelation emails were being triggered when a transfer shipment was canceled, because it would create notifications for the item on both the parent shipment and the transfer. This has been corrected so that these emails are only triggered from the parent shipment and duplicates are not received from transfers. |
| Targeted for Production Sandboxes | The Auto Reassign API was not behaving like the Auto Reassign action in the Admin UI, as it would put the shipment into Customer Care instead of a new fulfillment location as expected. This has been fixed so that you can successfully auto reassign shipments to new locations via API. |
| Targeted for Production Sandboxes | Transfer shipments were not being captured in pick waves when the STH order type was selected. This has been fixed so that applicable transfer shipments are properly included in pick waves for both STH and BOPIS order types. |
| Targeted for Production Sandboxes | Changing a location’s hours of operation in the Admin UI did not successfully update the label associated with that day of the week in API data. While this could be updated with the Update Location API, this behavior has been improved so that the label is synced with the hours of operation in the Admin UI and will update to reflect edits. If a location is marked as Closed for a day, the label will be cleared. |
| Targeted for Production Sandboxes | Aggregate inventory values were not being correctly calculated and displayed in the Inventory UI. This has been fixed so that the proper aggregate inventory levels are displayed. |
| Targeted for Production Sandboxes | Attempting to edit a customer address on an order through the Admin UI resulted in a validation error, even though the address was correct. This has been corrected so that addresses can be successfully updated on orders. |
| Targeted for Production Sandboxes | Changes made to the email options in General Settings were being wiped after clicking Save. This has been fixed so that these settings are able to be properly updated and the changes will not revert. |
| Targeted for Production Sandboxes | A particular user was no longer appearing as an option when querying the Discounts UI with the “Created By” filter, due to there being more users than the maximum received by the UI. This has been updated so that the users are paginated instead, allowing them all to be available in filtering. |
| Targeted for Production Sandboxes | The Search spell check did not work if more than one facet was added to the search string, as the misspelled word would be queried for instead and return zero results. This has been fixed so that spell checking supports multiple facets and filters and search results will be returned correctly. |