Skip to main content

Production Tenant Features

Catalog

  • Hidden Sales Ranks: The product properties for the Sales Rank boost/bury field were visible on storefronts alongside other properties, even though those values are not relevant to customers. These fields have now been updated to be hidden from shoppers.

Commerce

  • Backorder Release Update: The backorder release process has been updated to consider future inventory while releasing shipments for fulfillment. Where previously the system only looked for available current inventory to satisfy the shipment, it will now release shipments if there is enough future inventory or a combination of current and future inventory available. Current inventory will always be prioritized for assignment.

Fulfillment

  • Display Duty Total: If you use duty fees for internationally-traded products, those duty totals will now be displayed on shipment details in the FFUI as a separate line from the Tax total.

Production Bug Fixes

Production Sandbox Features

Commerce

  • Bulk Action Confirmation: When performing bulk actions on the Orders dashboard, a pop-up will now ask you to confirm before continuing with the action.
  • Future Inventory in Order Admin: Future inventory levels will now be displayed when editing offline order details or creating new shipments, allowing admins and customer service representatives to make more informed fulfillment location assignments that consider incoming inventory.
  • Future Inventory Validation: Any time inventory is validated in the cart, checkout, or order processes, the system will now take future inventory into account in addition to current inventory. Current inventory will always be prioritized for assignment. See the Future Inventory documentation for more details about these validation processes.
  • External Pricing: You can now place orders with line items whose pricing is set by an external system, not the Kibo catalog. To do so, you should still maintain a catalog that lists all your products but does not configure their prices. Pricing details can then be sent to Kibo in the line item data as a tenantOverridePrice field when calling the Cart, Checkout, Order, Quote, and Wishlist APIs. See the user guide for more information about how to use external prices, as well as links to the relevant API documentation.
    • This feature was originally released to sandboxes in Version 1.2412. While API support has now been released to production, the full feature is being kept in sandboxes for additional time (including the site setting shown in the user guide) and will go to production in the next release.

Fulfillment

Order Routing

  • User Interface Update: The Order Routing UI has been enhanced. These changes have gone into effect in sandboxes on April 23. This includes removing the Reports and Routes pages from the navigation menu, the ability to create a new filter while viewing a group (now called a scenario), and other usability updates. “Groups” have been renamed to “scenarios” in all places where the term appears, but their functionality and the Order Routing APIs remain unchanged. See the updated Order Routing documentation for more details.

Reporting

  • Reporting Changes: The reporting dashboard will no longer be the default homepage for the KCCP Admin. Instead, the landing page will now display links to key documentation and other resources. Reporting will only be accessible via the Reports link on the main menu. When this goes into production on April 30, there will be additional changes made to user roles. This will include adding a Report Super User role, the removal of Report Edit and Report View behaviors from existing roles, and the ability to give new Report Read or Report Definition behaviors to licensed Looker users. More details will be provided at that time.
  • Stopwords API: You can now upload and retrieve custom stopwords to the search schema using PUT and GET calls to the new /commerce/catalog/admin/searchSchema/stopwords/en endpoint. You can replace “en” with any other valid language code. The stopwords should be provided in a simple text (.txt) file of words delimited by newline.

Sandbox Bug Fixes