Last updated

Release notes December 2025

During this period we have had end-of-year bank holidays, during which releases were paused.

Notable features

New AI Section in documentation

We have added a new section in docs.norce.io where all our AI functionality will be documented. We have started this journey strong this month with two MCP Servers that you can use right now.

AI Section

New Norce Commerce MCP Server

Currently only release to Multi-tenant environments. Customers that have an enterprise/single-tenant environment will need to wait until January.

We start small and opinionated: product search + product detail + cart operations - enough to build conversational shopping and B2B procurement assistants without rewriting your stack. But it's built for real commerce, not demos: multi-tenant by design, secured with the same OAuth2 flow you already use, and governed by existing applications/permissions.

The intended use case is for solution partners and DIY customers to build conversation-based shopping agents that can integrate seamlessly into the webshop UI.

Early Q1 we will be following this up with some SDK-tools and reference implementations of agents that use LLM and the Norce Commerce MCP, but the MCP Server is already available for anyone wanting to start early!

Read more:

Use AI Assistant as an MCP Server

For customers and partners that already have started to use our AI Assistant for getting help, you can now also connect to it using the Model Context Protocol. This enables you to have access to all our knowledge base from your own preferred AI enabled tools, like GitHub Copilot, Claude or ChatGPT.

Read more about the possibilities here: Using the Norce Assistant MCP Server

Other patches and fixes

Commerce Admin

General improvements:

  • Make full page spinner less visually obtrusive.
  • Update underlying frontend framework for performance improvement.
  • Show an in-app popup when the login session expires, allowing continued work with unsaved changes instead of forcing a redirect to the login page.

Product Listing:

  • Improve usability on product filtering.
  • Improved stability when listing products.

Customer and Company:

  • Added address code to set an external reference on an address.

Bug fixes:

  • Product Parametrics: Fixed an issue where product parametrics would not save properly when using the translation interface.
  • Product Settings: Updated category search label for clarity.
  • Promotions: Prevent being able to add forbidden product types (e.g. Freight, Structure, ERPPackage) via Add Product to promotion effects.
  • Product File/Image Import: Added support for using {inherit} when importing files/images.
  • Product File/Image Export: Fixed missing culture code when exporting files/images.
  • Product Relations: Fixed not being able to add relations on a variant level when they had previously been added and removed on a product level and vice versa.
  • Users: Fixed an issue where user fields could be saved with leading or trailing whitespace.
  • Automation Relations: Fixed an issue where the requirement fields were not visible.
  • Product Text: Fixed issue where it sometimes failed during DeepL contextual translations.
  • Product Images: Fixed issue where variant images not always got the correct sort order.

Commerce Service

  • Bugfix of rounding issue with Walley payments (in old checkout).
  • Fixed nullref error in rounding.
  • Bad gateway fix.
  • Problem with baskets not showing in Admin in some cases.
  • Other small bug fixes.