Centra 3.114
Released to QA: June 1, 2026
Production rollout: June 15, 2026
Overview
This release introduces product add-on linking in the Integration API and custom prices per cart line support in the Storefront API, giving brands more flexibility over product relationships and pricing logic. On the admin side, the product import section has been significantly improved for ease of use and reliability. Wholesale receives a multi-select delivery window filter and meaningful performance improvements to selection management.
Availability Legend
- QA: Available in QA environments for testing
- Production: Live in production environments
Release Flow Reminder: Updates are released to QA first. Production rollout follows approximately two weeks later unless otherwise stated.
Direct-to-Consumer (DTC)
Direct-to-Consumer includes storefront APIs, checkout flows, native payment integrations, native email integrations, and all customer-facing commerce functionality for online retail.
New Features
Link Add-Ons Directly to Products
Availability: QA Audience: Customers, Partners
Add-on products like engraving or gift wrapping can now be linked to their parent product through the Integration API, so the relationship shows up automatically across orders in the Centra admin and connected systems.
Partner notes: Linking is currently available programmatically via the Integration API only. Manual linking from the admin panel is planned for an upcoming release. Storefront API and Integration API expose main product-to-add-on relationships; Integration API enables managing these links.
Learn more: Product customization
Set Custom Prices per Cart Line via the Storefront API
Availability: QA Audience: Customers, Partners
Brands can now inject custom prices into individual cart lines via a new CustomPriceInput mutation in the Storefront API. Supported use cases include weight-based fees, calculated donation amounts, made-to-measure configurations, and external loyalty pricing.
Partner notes: Reach out to Centra Support to have this feature enabled. Price injections can only be performed from your backend using SHARED_SECRET operating mode and cannot be exposed to client-side code. The injected item must map to an existing product variant in Centra for tax rules to apply correctly.
Learn more: Price injections
Right of Withdrawal Implementation Guide
Availability: QA Audience: Partners
A new implementation guide is available on the Centra support site covering how to meet EU and Swedish right-of-withdrawal requirements that take effect June 19, 2026. The guide covers frontend button placement, automated confirmation receipts, cancellation data routing, and handling orders at different fulfillment stages.
Learn more: Right of withdrawal
Bug Fixes
- Fixed issue where merging a logged-in customer's cart with a guest cart broke bundles into individual items; bundle selections now merge correctly across login/logout flows.
- Fixed issue where refreshing the order confirmation page after approximately one hour displayed a "Something went wrong" error; the API now returns an empty selection instead of a fatal error when the selection has expired.
- Fixed issue where applying a custom price twice to the same selection line did not split quantities correctly; the fix is verified with new automated test coverage.
Core
Platform-wide backend functionality shared across DTC and Wholesale, including tax and discount calculations, accounting workflows, and third-party integrations.
Improvements
More Reliable Bulk Product Imports
Availability: QA Audience: Customers
The product import section has been updated to handle large imports more reliably and is easier to navigate.
- More reliable imports: Results are now paginated so large imports no longer time out. Previously, the full dataset loaded into a single table, which caused frequent failures at scale.
- Cleaner layout: Import settings have been reorganised, and import type selection (product, stock, media, media attributes) now uses tabs at the top of the section instead of a dropdown.
Clickable Rows in Admin Panel Selection Modals
Availability: QA Audience: Customers
In admin panel modals for selecting products, categories, or folders, the entire row is now clickable for selection, not just the checkbox. This applies across all relevant modals in the admin panel.
Auto-Expand on Product Detail Navigation
Availability: QA Audience: Customers
Clicking a Product or Variant navigation tab in the product details panel now automatically expands the corresponding collapsed section. DTC and Wholesale tabs scroll the section into view without auto-expanding.
Admin Panel UI Fixes
Availability: QA Audience: Customers
Empty states have been added to the Accounts and Customers pages. Text size and padding have been corrected to 12px regular weight with 12px side padding in the voucher flow builder and AI Content Studio glossary panels.
Deprecations
sllop, apps4fashion, Shipware, 3PL Central, and Sitemap Plugins — Removed
Availability: QA, Production Audience: Customers, Partners
The following plugins and modules have been removed due to deprecation: sllop, apps4fashion, Shipware, 3PL Central, and Sitemap.
Bug Fixes
- Fixed issue where Order API allocation did not work correctly when the allocation rule had a Country/State condition selected.
Wholesale
Wholesale includes the digital Showroom for buyer ordering, B2B account and order management, delivery window configuration, and administrative tools for managing wholesale operations.
Note: Showroom updates are released on Wednesdays with separate timing:
- QA: June 3, 2026
- Production: June 17, 2026
New Features
Multi-Select Delivery Window Filter on Orders
Availability: QA Audience: Customers
Wholesale admins can now filter the Centra admin Orders page by multiple delivery windows simultaneously. A stock-type filter (stock, preorder, stock/link, link) has also been added.
Improvements
Faster Product Selection in Showroom
Availability: QA Audience: Customers
Adding and removing products from a selection now responds in under 200ms, and the All Products page loads in under 500ms.
Faster Load Time for Products with Multiple Related Items
Availability: QA Audience: Customers
Related product data is now cached, reducing load times for listings with many related items.
Bug Fixes
- Fixed issue where authenticating via Ory redirected users to the home page instead of their intended destination; Showroom now passes the return URL through the Ory login flow.
- Fixed issue where the login page title customization disappeared; the backend now sends the correct value.
- Fixed issue where not all products were included when exporting an order summary; exports now include all products.
- Fixed issue where products were incorrectly shown as linked in supplier selections; product linked state is now reflected correctly.
- Fixed issue where users who had previously visited /no-access were stuck in an infinite redirect loop after logging in; both login flows now skip /no-access as a redirect target and fall back to the app root.
- Fixed issue where adding a large number of products to a selection caused server timeout errors; backend selection operations have been optimized to handle large selections.
- Fixed issue where embedded YouTube videos in Showroom CMS content blocks displayed a video player configuration error; the video embed configuration has been corrected.
- Fixed issue where buyers using Stripe Checkout were redirected to a 404 page; the Stripe Payments integration now correctly resolves the merchant reference for wholesale orders.