Production Sandbox Features
eCommerce & Order Management Functionality
- Order Cancellation Email Update: The default Order Cancellation email template now retrieves all shipment items instead of only displaying order item records. This ensures that all items are accounted for, including any that may have resulted from adding or editing shipments on the order after its initial creation (a case called POSE, “post order shipment edit”). Remember that email templates can only be viewed in the Site Builder and must be customized via theme. Specifically, the case of items added via shipment edit utilizes the Order Cancelled POSE template, which is nested within the Order Cancelled template of the theme. When customizing Order Cancelled, check whether the POSE version needs changes too.
- Translated CC Last Four: Following up on Version 1.2142’s addition of a
ccLastFourfield to KCCP’s Order API, support for this field has been added to the translated OMS APIs so the Admin UI can display this value in order details information. IfccLastFouris not provided, then the UI will fall back to using the last four digits of thecardNumberfield. This improves the order import process for upgraded OMS clients who already use the existingcardNumberfield to provide a token, as they can now record the actual last four digits of the credit card number withccLastFour. See the translated Create Order and Import Order guides for examples and more information.
Search Functionality
- Category Search Optimization: The recursive category search has been updated to filter by a new Solr field called categoryIdALL, improving performance when retrieving product data from a large amount of categories. This is used when an API query is made for a parent category or a parent category is browsed on the storefront, as the search returns all products for the parent category and its child categories.

