2026
Key updates, bug fixes, and improvements for Omnium in 2025, detailed week by week.
Upcoming Release 2026-11
Release date: Mar 24, 2026
Main focus areas
This release introduces CDN configuration support for faster global asset delivery, expands pricing and price list capabilities, improves Voyado integration performance and customer matching, and adds enhancements to cart, notifications, and connector functionality.
Key changes and improvements
Core
- CDN URL can now be configured directly from the Omnium UI under Advanced Settings, allowing tenants to bring their own CDN provider to serve product images and assets with faster global delivery.
Price lists
- Price list items now include a product sub-object with
supplierId,costCurrency, andbrand.
Prices
- Added boolean
IsPriceLockedindicating whether a price can be changed. OrderLineis now enriched from product data when items are added to cart.
Cart
- Added
SalesOriginproperty toOmniumOrderLine. - Default value can be configured via
cartSettings.
Voyado Connector
- Added delta scheduled task for product export, exporting only products modified since the previous run to reduce export time and FTP traffic.
- Added support for using member number as ID when importing new customers from Voyado.
- Added support for looking up Voyado contacts by member number in
GetOrCreateCustomerFromOrder. - Added support for specifying an alternate category tree in Voyado XML product mapping.
Notification
- Purchase order email notifications can now automatically attach a custom Excel report with purchase order line details, configurable directly from the notification template editor.
Connectors
- Fortnox: Fixed issue where shipping cost on return orders was posted with incorrect sign.
| Type | Issue No | Domain | Description |
|---|---|---|---|
| Feature | #DEV-21423 | Core | CDN URL can now be configured directly from the Omnium UI under Advanced Settings, allowing tenants to bring their own CDN provider to serve product images and assets with faster global delivery. |
| Feature | #DEV-21416 | Price list | Price list items now include a product sub-object with supplierId, costCurrency, and brand fields |
| Feature | #DEV-21364 | Voyado Connector | Added a new delta scheduled task for Voyado product data export that only exports products modified since the last run, reducing export time and FTP traffic compared to the existing full export task. |
| Feature | #DEV-21338 | Voyado Connector | Add support for using member number as Id on import of new customers from Voyado. |
| Feature | #DEV-21337 | Voyado Connector | Add support for looking up Voyado contacts by member number in GetOrCreateCustomerFromOrder. |
| Feature | #DEV-21314 | Voyado Connector | Adding support for specifying alternate category tree in Voyado XML product mapping. |
| Bugfix | #DEV-21295 | undefined Connector | Fortnox - post shipping cost with correct sign on return orders |
| Feature | #DEV-21209 | Prices | Adds boolean IsPriceLocked to indicate if price can be changed. OrderLine is enriched from product data when item is added to cart. |
| Feature | #DEV-20567 | Cart | Adding property SalesOrigin to OmniumOrderLine. Default value can be set in cartSettings. |
| Feature | #DEV-20521 | undefined | |
| Feature | #DEV-19779 | Notifcation | Purchase order email notifications can now automatically attach a custom Excel report with purchase order line details, configurable directly from the notification template editor. |
Release 2026-10
Release date: Mar 17, 2026
Main focus areas
This release improves return handling and APIs, expands price list flexibility, enhances purchase order usability and validation, and introduces several improvements to product data, cart concurrency handling, and connector integrations.
Key changes and improvements
Returns
- Highlighted properties are now available for return orders in the return order list.
- Added support for return errors in the public API.
- Return order export workflow steps now support the
ConnectorIdfield.
Order management
- Fixed incorrect profit margin calculation on the order Cost tab when order-level discounts are applied.
Cart
- Cart recalculation endpoints now detect concurrent modifications and automatically retry.
- If a conflict is detected, the API returns 409 Conflict instead of silently overwriting changes.
Product
- Improved the promotion overview list UI on the product page.
- Images in non-browser-native formats (such as TIFF and BMP) and external image URLs with query parameters are now supported.
customsCodeis now available on variant level in the public API.
Price lists
- Price list items now support individual tax rate overrides, eliminating the need for separate price lists when some products use different tax rates.
- Fixed issue where editing cost price inline did not update margin calculations.
- Added PATCH endpoint for price list items (
/api/priceLists/PatchPriceListItems). - Price list reactivation is now significantly faster, recalculating only modified items instead of the entire list.
Purchase orders
- Purchase order line item search is now always visible with auto-focus on load and a Ctrl+Shift+S keyboard shortcut.
- Improved VSL inventory count display on purchase orders and internal transfers.
- Purchase order export workflow steps now support the
ConnectorIdfield. - Added support for minimum and maximum order amount validation using supplier-defined values.
- New validator
purchaseOrderAmountValidatorcan be configured via connector settings.
API
- Added new order endpoint ExistMany for checking whether multiple orders already exist.
- Fixed issue in Orders/AddMany endpoint so order validation errors are properly returned.
Tenant settings
- Added create/delete actions to the routing item tree view.
- External URL, Component Name, and Path are now editable fields in Authorization settings.
Gift cards
- Added support for separate AwardIt gift card templates for email and SMS delivery.
- Gift card notifications now include OrderId, Barcode, and QR Code.
- Gift cards can now be filtered by markets, and the market is included in the API response.
Front Systems Connector
- Added
StandardSizeLabelconnector property for customizing the default size label when products lack a size value. - Added support for
IsCreditShipmentDisabled, allowing control over whether shipments should be credited when returning items in store.
Magento Connector
- Magento product import now consolidates duplicate prices and properties from variants to the product level, reducing stored product size for products with many similar variants.
Notifications
- Gift card notifications now support OrderId, Barcode, and QR Code fields.
Voyado Connector
- Fixed mapping of order amount discounts to receipts in Voyado.
| Type | Issue No | Domain | Description |
|---|---|---|---|
| Feature | #DEV-21350 | Returns | Highlighted properties now available for return orders in return order list |
| Feature | #DEV-21349 | Returns | Added support for Errors on returns in the public API |
| Bugfix | #DEV-21348 | Order management | Fixed incorrect profit margin calculation on the order Cost tab when order-level discounts are applied |
| Bugfix | #DEV-21347 | Price list | Fixed price list cost price editing where changing the cost inline did not update the margin calculation |
| Feature | #DEV-21346 | Purchase orders | Purchase order line item search is now always visible in the tab row with auto-focus on load and a Ctrl+Shift+S keyboard shortcut. |
| Feature | #DEV-21341 | Api | Adding new order-endpoint ExistMany for checking if orders already exists. |
| Feature | #DEV-21325 | Product | Improved the UI for the promotion overview list on the product page |
| Feature | #DEV-21306 | Price list | Price list items now support individual tax rate overrides, eliminating the need for separate price lists when some products have a different tax rate |
| Feature | #DEV-21296 | Purchase orders | Improved the VSL inventory count display on purchase orders and internal transfers |
| Feature | #DEV-21288 | Giftcard | Added support for separate AwardIt gift card templates for email and SMS delivery methods, allowing different card designs based on distribution type |
| Feature | #DEV-21279 | Cart | Cart recalculate endpoints now detect concurrent modifications and automatically retry, returning a 409 Conflict response instead of silently overwriting changes made by another request. |
| Feature | #DEV-21270 | Tenantsettings | Added create/delete actions to the routing item tree view and exposed External URL, Component Name, and Path as editable fields in the Authorization settings |
| Feature | #DEV-21266 | Product | Images in non-browser-native formats (such as TIFF and BMP) and external image URLs with query parameters are now fully supported |
| Feature | #DEV-21264 | Returns | Return order export workflow steps now support the ConnectorId field |
| Feature | #DEV-21263 | Api | Fix for Orders/AddMany endpoint: Make sure order validation errors are returned to api |
| Feature | #DEV-21262 | Purchase orders | Purchase order export workflow steps now support the ConnectorId field |
| Feature | #DEV-21257 | Price list | Added PATCH endpoint for price list items (PATCH /api/priceLists/PatchPriceListItems) |
| Feature | #DEV-21255 | Notifcation | Added OrderId, Barcode & QR Code to the giftcard notification |
| Feature | #DEV-21252 | Product | Make sure customsCode in available on variant level for public api |
| Feature | #DEV-21235 | Front Systems Connector | Front Systems: Added a new connector property StandardSizeLabel that allows customizing the default size label for products without a size value |
| Feature | #DEV-21160 | Inventory | undefined |
| Feature | #DEV-21015 | Purchase orders | Support min/max amount validation using values set on supplier. If the preferred currency is set on the supplier then this will be used for conversion. |
| Feature | #DEV-21014 | Purchase orders | New validator for min/max amount that can be set on suppliers. Used by adding a connector with name "purchaseOrderAmountValidator". |
| Feature | #DEV-20971 | Magento Connector | Magento: Magento product import now consolidates duplicate prices and properties from variants to the product level, reducing stored product size for products with many variants sharing the same data. |
| Feature | #DEV-20915 | Giftcard | Gift cards can now be filtered by markets when searching, and the market is exposed on the Omnium gift card response. |
| Feature | #DEV-20743 | Price list | Price list re-activation is now significantly faster — when only items have changed on an already-active price list, only the modified items are recalculated and pushed to products instead of processing the entire list. |
| Bugfix | #DEV-20341 | Voyado Connector | Fix mapping of Omnium orderamount discounts to receipts in Voyado. |
| Feature | #DEV-19933 | Front Systems Connector | Front Systems: Now possible to use IsCreditShipmentDisabled so select if shipment should be credited when returning items in store |
Release 2026-09
Release date: Mar 10, 2026
Main focus areas
This release improves payment accuracy for return-only orders, enhances product search robustness, introduces new inventory control capabilities including Omnistock, and expands support across purchase orders, customers, and integrations.
Key changes and improvements
Payments
- Orders with return-only credits now correctly display the "Paid" badge and accurate net tax totals, instead of showing a misleading remaining payment amount.
Product
- Property value searches are now case insensitive.
- Improved product search by
ExternalIdto correctly support special characters.
Inventory
- Introduced Omnistock: allows stores to exclude products from online ship-from-store assortment using configurable exclusion rules (e.g., categories, brands, seasons, promotions, profitability thresholds).
- Internal transfers are now included when calculating reserved inventory.
Purchase orders
- Added support for store queue exporter.
Campaign
- Added a detailed price list item editor modal with:
- Product preview
- Price calculation details
- Lowest price history
Customer
- Added support for multiple market IDs per customer.
Voyado Connector
- Added mapping of
targetUriin the VoyadoOrderV3 mapper.
Release 2026-08
Release date: Mar 03, 2026
Main focus areas
This release introduces advanced sales restrictions on products, expands promotion flexibility (including cost-based promotions and automatic price transitions), improves order insight and workflow traceability, and strengthens API and connector capabilities.
Key changes and improvements
Pick list
- Added a shipment-level order status filter to the "Orders to Pick" view, allowing filtering by shipment status independently from overall order status.
Product
- Added sales restriction fields (SalesStartDate, FixedPriceCode, FixedPriceEndDate, DiscountBlocked) available via API and editable in the admin UI.
- Product completion status is now included in the product API response.
- Added
excludedProductCategoryIdsto the public Product Search API. - Added bulk error handling for selected products.
Prices
- Order lines now include
PriceListItemId, enabling full traceability of which price list item determined the applied price.
Promotions
- Added support for automatic conversion of promotion prices to regular prices after a defined period.
- Added support for predefined value options on promotion custom properties.
- Introduced a new Cost Price Promotion type that calculates promotional prices based on a product’s cost price from a selected price list with a configurable markup percentage.
Order management
- Added
ShipmentIdto workflow execution result events. - Added feature switch to optionally derive main order status from shipment-level status updates.
- Added a read-only Product Cost tab in order view showing cost prices, profit margins, and tax breakdown per order line.
- Expanded Order Analytics Search endpoints with additional search options and optional totals in invoice search results.
Inventory
- Fixed issue where new inventory batches were created with incorrect purchase prices when adjusting SKUs without active batches.
Returns
- Fixed incorrect workflow warning and shipment status not updating to Returned when multiple returns are created individually for the same order.
Purchase orders
- Added missing fields to purchase order PATCH endpoint (external IDs, notes, color, brand, and components on lines).
Store
- Added support for reading and patching
availableReturnLocationsvia the public API.
API
- Added
Phonefield to the public order address model. - Added public API endpoint for market groups.
Workflow
- Azure Storage Queue export connectors can now be targeted individually by setting
ConnectorIdon the workflow step. - Fixed issue where virtual products were unnecessarily split into separate shipments.
Cart
- It is now possible to remove a customer from cart via the GUI.
Project
- Project search now supports searching by external IDs, address, and postal code.
Voyado Connector
- Added support for multiple markets per customer.
- Updated return line mapping in VoyadoOrderV3Mapping (returns exported separately).
- Added mapping of
targetUriin VoyadoOrderV3 mapper. - Added new setting
UseCategoryHierarchyAfterRootfor FTP product export. - Fixed mapping of Omnium order amount discounts to receipts in Voyado.
- Added support for importing Voyado bonus points via webhooks.
Nosto Connector
- Fixed mapping of multi-value custom list properties.
- Added support for discontinuing products in Nosto when deactivated in Omnium.
| Type | Issue No | Domain | Description |
|---|---|---|---|
| Feature | #DEV-21157 | Pick list | Added a shipment-level order status filter to the "Orders to Pick" view, allowing users to filter by individual shipment statuses independently from the overall order status. |
| Feature | #DEV-21156 | Product | Added sales restriction fields to products (SalesStartDate, FixedPriceCode, FixedPriceEndDate, DiscountBlocked), available via the API and editable in the admin UI, enabling sales channels to enforce embargo dates, fixed-price legislation, and discount blocking |
| Bugfix | #DEV-21147 | Inventory | Fixed an issue where new inventory batches were created with incorrect purchase prices instead of fetching the current cost price from price lists when adjusting inventory for SKUs without active batches |
| Bugfix | #DEV-21146 | Product | Product completion status is now included in the product API response |
| Feature | #DEV-21138 | Prices | Order lines now include a PriceListItemId field that traces exactly which price list item determined the line's price |
| Feature | #DEV-21128 | Voyado Connector | Adding support for multiple markets on customers in Voyado connector. |
| Feature | #DEV-21126 | Purchase orders | Added missing fields to purchase order patch endpoint. This includes fields like external ids and notes on the order and color, brand and components on the lines. |
| Feature | #DEV-21124 | Voyado Connector | In VoyadoOrderV3Mapping we now map returned lines in original order (and without adjusting for returned quantity) as the return order is exported separately. It now follows the same pattern as for the Voyado receipt mapping in the Omnium connector. |
| Feature | #DEV-21123 | Api | Added Phone field to the public order address model, allowing API consumers to read and write a general phone number on order addresses. |
| Bugfix | #DEV-21119 | Returns | Fixed incorrect workflow warning and shipment status not updating to Returned when multiple returns are created individually for the same order. |
| Feature | #DEV-21118 | Store | Added support for reading and patching availableReturnLocations on stores via the public API |
| Feature | #DEV-21107 | Api | Add public API endpoint for market groups. |
| Feature | #DEV-21105 | Order management | Add ShipmentId to workflow execution result events so it's visible which shipment a workflow was executed for. |
| Feature | #DEV-21103 | Project | Project search now finds results when searching by external IDs, address, or postal code. |
| Feature | #DEV-21098 | Product | Added bulk error handling for selected products |
| Feature | #DEV-21097 | Order management | Feature switch added to get the main order status from the order status level as the order head status when shipment order status is updated. |
| Bugfix | #DEV-21090 | Workflow | Fixed an issue where virtual products were unnecessarily split into separate shipments |
| Feature | #DEV-21087 | Product | Added excludedProductCategoryIds to the public Product Search API |
| Feature | #DEV-21083 | Voyado Connector | Adding mapping of targetUri in VoyadoOrderV3-mapper. |
| Feature | #DEV-21071 | Workflow | Azure Storage Queue export connectors can now be targeted individually by setting a ConnectorId on the workflow step |
| Feature | #DEV-21069 | Order management | Added a read-only "Product Cost" tab to the order view that shows cost prices, profit margins, and tax breakdown per order line |
| Feature | #DEV-21056 | voyado | New setting UseCategoryHierarchyAfterRoot that can be set on the voyado exporter for FTP product export. |
| Feature | #DEV-21053 | Promotions | Adding support for automatic conversion of promotion prices to regular prices after a given period. This is useful when there are laws regulating how long a price can be considered a promotion. It will make it easier to set temporary lowered prices spanning a longer timeperiod than the legally allowed limit. |
| Feature | #DEV-21051 | Promotions | Adding support for predefining value options on promotion custom properties. |
| Feature | #DEV-21048 | Cart | Possible to remove customer from cart in GUI |
| Feature | #DEV-21025 | Nosto Connector | Fix mapping of custom list properties with multiple values selected in Nosto mapping. |
| Feature | #DEV-21024 | Nosto Connector | Adding support for discontinuing products in Nosto when they are deactivated in Omnium. |
| Feature | #DEV-20794 | Promotions | New "Cost Price Promotion" type that calculates promotional prices based on a product's cost price from a specified price list with a configurable markup percentage. |
| Feature | #DEV-20729 | orders | Added more search options to the Order Analytics Search endpoints, added optional totals on results from invoice search endpoint |
| Bugfix | #DEV-20341 | Voyado Connector | Fix mapping of Omnium orderamount discounts to receipts in Voyado. |
| Feature | #DEV-16342 | Voyado Connector | Adding support for importing Voyado bonus points via webhooks. |
Release 2026-07
Release date: Feb 24, 2026
Main focus areas
This release enhances search and filtering capabilities across orders, products, and cost prices, expands reporting options, strengthens integrations with Front Systems and Voyado, and improves cart, return, and reservation handling.
Key changes and improvements
Order management
- Added a Brand filter to the Online Orders advanced search, enabling filtering by brand on order line items.
- The scheduled task TryReserveOrderlinesScheduledTask now correctly updates inventory and transactions.
Product
- Public product search API now supports completion rate filtering, allowing filtering by:
- Completion validity
- Percentage range
- Specific field completion status
- Fixed an issue where the Product Scroll endpoint ignored the
IsPublishedfilter parameter. - Added PATCH endpoints for product categories.
Cart
- New Cart API endpoint: RemoveCustomerFromCart.
- Removes all customer-related data (ID, phone, email, address).
- Recalculates prices after removal.
Returns
- Returns API now accepts POST requests containing lines with
returnQuantity: 0.- Such lines are silently filtered out instead of causing the entire request to fail.
Reports
- Added a new custom report type “ProductSales”, allowing administrators to build configurable product sales reports with selectable columns.
- Sales data export report now correctly labels the COGS column and includes a new Inventory Value column.
Cost Prices
- Cost price search API now supports filtering by specific store IDs.
Front Systems Connector
- Added support for exporting product tax rates as tags to Front Systems.
- Enabled via the
AddTaxRatesAsTagsoption. - Creates one tag per country code in the format
{countryCode}_{taxRate}.
- Enabled via the
Voyado Connector
- The Voyado product XML feed now logs the number of exported SKUs, improving monitoring and transparency.
Configuration
- Improved the Rounding Settings page with a cleaner and more compact layout.
Notifications
- Added a toggle to allow resending notification templates from workflow.
| Type | Issue No | Domain | Description |
|---|---|---|---|
| Feature | #DEV-21062 | Order management | Added a Brand filter to the Online Orders advanced search, allowing users to filter orders by the brand on order line items. |
| Feature | #DEV-21061 | Front Systems Connector | Added support for automatically exporting product tax rates as tags to Front Systems, enabled via the AddTaxRatesAsTags connector option, which adds one tag per country code in the format {countryCode}_{taxRate}. |
| Feature | #DEV-21045 | Configuration | Improved the Rounding Settings page with a cleaner, more compact layout |
| Feature | #DEV-21042 | Reports | Added a new "ProductSales" custom report type that lets administrators build configurable product sales reports with selectable columns |
| Feature | #DEV-21030 | Cost Prices | Added support for filtering by specific store IDs in the cost price search API endpoint. |
| Feature | #DEV-21028 | Voyado Connector | Log number of exported skus to Voyado in Voyado product xml feed. |
| Feature | #DEV-21022 | Product | Added completion rate filtering to the public product search API, allowing API consumers to filter products by completion validity, percentage range, and specific field completion status. |
| Bugfix | #DEV-21021 | Product | Fixed an issue where the Product Scroll endpoint ignored the IsPublished filter parameter, causing unpublished products to be returned in scroll results. |
| Feature | #DEV-21017 | Cart | Cart API, new endpoint RemoveCustomerFromCart. Removes a customer from cart. This will remove all customer related info like id, phone, e-mail and address. Prices will also be recalculated |
| Feature | #DEV-21012 | Reports | Export with sales data report now correctly labels the COGS column and includes a Inventory Value column |
| Bugfix | #DEV-21003 | Returns | Returns API now accepts POST requests containing lines with returnQuantity: 0, silently filtering them out instead of rejecting the entire request |
| Feature | #DEV-20995 | Notifcation | Toggle to allow resending notification templates from workflow |
| Bugfix | #DEV-20976 | Order management | TryReserveOrderlinesScheduledTask will now update inventory and transactions |
| Feature | #DEV-20974 | Product | Added PATCH endpoints for product categories |
Release 2026-06
Release date: Feb 17, 2026
Main focus areas
This release delivers usability improvements in purchase orders and order management, performance enhancements in integrations, expanded reporting capabilities, and refinements to Voyado, Sitoo, store configuration, and project visibility.
Key changes and improvements
Purchase orders
- Improved the GUI extension area dropdown in admin settings with standardized naming and added descriptive help text for each extension area, making configuration clearer and more consistent.
Order management
- It is now possible to edit the order completed date directly from the metadata modal.
- The workflow step TryReReserveOpenOrderlines will no longer consider cancelled orders, improving reservation accuracy and avoiding unnecessary processing.
Voyado
- Voyado Elevate now supports market and store stock, expanding the data available for personalization and marketing use cases.
- Fixed an issue in Voyado Order v3 tax mapping, improving data correctness.
Sitoo Connector
- Implemented performance improvements to Sitoo product export, reducing execution time and improving scalability.
Store
- Added support for specifying a reason on global additional opening hours, improving clarity and auditability of store schedule changes.
Reports
- Added a new custom report type “OrderError”, enabling export of detailed order error information (such as key, message, severity, and status) alongside order data for troubleshooting and analysis.
Projects
- Projects found via ID search where the user lacks store access are now shown in read-only mode (Status and Attachments tabs only) instead of returning an “Access denied” message, improving transparency and usability.
| Type | Issue No | Domain | Description |
|---|---|---|---|
| Feature | #DEV-20965 | Purchase orders | Improved the GUI extension area dropdown in admin settings with standardized, consistent naming and added descriptive help text for each area. |
| Feature | #DEV-20954 | Sitoo Connector | Performance improvements to sitoo product export. |
| Feature | #DEV-20939 | Store | Adding support for reason in global additional opening hours. |
| Feature | #DEV-20937 | Order management | Added the ability to edit the order completed date in the metadata modal. |
| Feature | #DEV-20926 | Voyado Connector | Voyado Elevate - Added support for market and store stock |
| Feature | #DEV-20922 | Reports | Added new custom report type "OrderError" for exporting order errors, allowing users to create reports with error details (key, message, severity, status, etc.) alongside order information. |
| Bugfix | #DEV-20916 | Voyado Connector | Fixing error in Voyado Order v3 tax mapping. |
| Feature | #DEV-20913 | Order management | TryReReserveOpenOrderlines will not consider orders that are cancelled anymore. |
| Feature | #DEV-20759 | Project | Projects that users find via ID search but don't have store access to are now displayed in read-only mode (showing only Status and Attachments tabs) instead of returning "Access denied". |
Release 2026-05
Release date: Feb 10, 2026
Main focus areas
This release strengthens product and promotion management, expands workflow configurability, enhances Voyado and Front Systems integrations, and improves usability across notifications, carts, pricing, analytics, and inventory handling.
Key changes and improvements
Product
- Added CategoryIdsToRemove to product patch, allowing removal of categories via API.
- Mass update UI now supports setting main category.
- Introduced “Excluded from analytics” product setting to prevent double-counting (e.g. gift cards).
- SupplierPackagingUnit added to product and used as default selected unit in purchase orders.
- Product feed to Voyado is now filtered by market assortment and connector scope.
Notifications
- Design templates now support barcode and QR code generation from any property, including nested and custom properties.
- Added conditional blocks to show or hide content based on property values.
- Static values such as URLs are supported.
- All new options are available via the Advanced modal in the template editor.
Workflow
- Added a new OrderStatus property type for workflow step configuration with a dropdown of all available statuses.
- Improved return workflows to only trigger order workflows when the order status actually changes.
- UpdateOrderStatus return workflow step now supports custom status values instead of fixed Returned/PartiallyReturned constants.
- Added a more flexible approach to reallocation attempts on order line cancellation.
Voyado
- Added support for line item–level custom property mapping in Voyado order actions.
- Returns can now be exported through VoyadoOrderV3Exporter.
- Product feed filtering improved based on assortment and scope.
- Added support for Voyado Elevate product synchronization using scheduled tasks.
Cart
- When creating a cart for a customer with multiple stores in the UI, a store selection popup is now shown.
Promotions
- Added API support for creating price list promotions.
- Season filter in the promotion module now includes variant-level seasons.
Inventory and Cost Prices
- Fixed loading issues and improved UX in the inventory rules UI.
- Internal transfers now set cost price based on FIFO.
Front Systems Connector
- Price list synchronization now supports marketGroupId-level price grouping.
Customer
- Added a new filter for private customer relation in customer search.
- Fixed an issue with customer creation in GetOrCreateCustomerFromOrder.
Prices
- Added market group ID to the price edit UI.
Analytics
- Products can now be excluded from analytics by default, improving accuracy for scenarios like gift card sales and redemption.
Users
- Added new filters to the user administration list.
Purchase Orders
- Selected units can now be used in purchase orders.
- SupplierPackagingUnit is used as the default unit on purchase order lines when configured.
| Type | Issue No | Domain | Description |
|---|---|---|---|
| Feature | #DEV-20899 | Product | Added CategoryIdsToRemove to the product patch. |
| Feature | #DEV-20898 | Notifcation | Design templates - It is now possible to generate barcodes and QR codes from any property. Property paths, nested properties, and custom properties are all supported. Static values such as URLs can also be used. Additionally, conditional blocks have been added, allowing template content to be shown or hidden based on whether a property has a value. All new options are available in the Advanced modal in the template editor. |
| Feature | #DEV-20893 | Workflow | Added a new OrderStatus property type for workflow step configuration that displays a dropdown of all available order statuses. |
| Bugfix | #DEV-20892 | Workflow | Improved return workflow to only trigger order workflow when the order status is actually changed, and added configurable properties to the UpdateOrderStatus return workflow step to allow custom status values instead of the default Returned/PartiallyReturned constants. |
| Feature | #DEV-20891 | Voyado Connector | Adding support for line item level custom props mapping in Voyado order actions. |
| Feature | #DEV-20885 | Product | Mass update - Now possible to set main category from UI |
| Feature | #DEV-20883 | Cart | When creating a cart for a selected customer in the Omnium UI, and the selected customer has multiple stores, you will get a popup to select the store you would like to set on your cart. |
| Feature | #DEV-20880 | Promotions | Adding support for creating price list promotions through API. |
| Bugfix | #DEV-20875 | Inventory | Fixing loading issues and inventory rule UI and adding minor UX improvements. |
| Feature | #DEV-20870 | Voyado Connector | Adding support for exporting returns through VoyadoOrderV3Exporter. |
| Feature | #DEV-20862 | Voyado Connector | Product feed to Voyado will now be filtered based on product market assortment and connector scope. |
| Bugfix | #DEV-20853 | Cost Prices | Internal transfers will now set cost price based on FIFO. |
| Feature | #DEV-20852 | Front Systems Connector | Front Systems: Price list synchronization now support marketGroupId level price grouping |
| Feature | #DEV-20848 | Customer | New filter for private customer relation in customer search. |
| Bugfix | #DEV-20845 | Order management | Fixing issue with customer creation in GetOrCreateCustomerFromOrder. |
| Feature | #DEV-20835 | Prices | Adding market group id to price edit UI. |
| Feature | #DEV-20826 | Analytics | Added a new product setting "Excluded from analytics" that allows products like gift cards to be excluded from sales statistics by default, preventing double-counting when they are both sold and later redeemed as payment. |
| Feature | #DEV-20823 | Users | New filters for user administration list. |
| Feature | #DEV-20792 | Promotions | The season filter in the promotion module now includes seasons set on variant level. |
| Feature | #DEV-20469 | Order management | Adding a more flexible approach to attempting reallocation on cancellation of order lines. |
| Feature | #DEV-19885 | Voyado Elevate | Support for Voyado Elevate product sync using scheduled tasks. |
| Feature | #DEV-19496 | Purchase orders | Selected units can now be used in purchase orders. SupplierPackagingUnit has been added to product which will be used as the default selected unit in purchase orders if set. |
Release 2026-04
Release date: Feb 03, 2026
Main focus areas
This release improves returns handling and order visibility, expands workflow and purchase order automation, enhances Front Systems and Voyado integrations, and adds flexibility to pricing, configuration, and tenant settings.
Key changes and improvements
Returns
- Added a new “Returns Only” section in the order view that displays return line items without a matching original order line. This typically applies to in-store returns or cases where the original order has been deleted or cannot be found.
Front Systems Connector
- Added support for excluding shipping costs from websales exported to Front Systems.
- This is configurable per store using the property
ExcludeFrontShippingCost=true.
Workflow
- New workflow step that automatically sets warehouse or store address as the shipment address for pickup-in-store shipments.
- Added Store Group filters to workflow steps for more granular control.
- Fixed an issue where Webhook and Order Export workflow steps did not correctly resolve connectors; Connector ID can now be used reliably as identifier.
API
- Added a new field for organizational number on the billing address.
Inventory
- Inventory badge in the order view now shows gray instead of red when available quantity is 0 and the current order has already reserved the inventory.
Purchase Orders
- New setting “Set ETA from purchase order” automatically sets delivery ETA based on the Requested Delivery Date from the source purchase order.
- Purchase order list and details now display delivered quantity versus ordered quantity for improved visibility.
Configuration
- Added Number Options for Replacement Order Number configuration.
Users
- SCIM synchronization will no longer delete roles that were added manually to users in Omnium.
Tenant Settings
- Added more descriptive help texts to settings to improve usability and clarity.
Price Lists
- Prices can now be created at product level from a price list.
- Price list items are no longer required to be SKU-specific.
Voyado Connector
- Added support for extra data on Voyado order actions.
- Transitioned to using embedded order actions for improved flexibility and consistency.
Promotions
- Added support for markdown campaigns, enabling richer and more flexible campaign content.
| Type | Issue No | Domain | Description |
|---|---|---|---|
| Feature | #DEV-20817 | Returns | Added 'Returns Only' order line section to order view Display return line items that have no matching order line. This typically occurs for in-store returns or when the original order has been deleted/not found. |
| Feature | #DEV-20813 | Front Systems Connector | Front Systems: Now possible to exclude shipping costs from websales exported to Front Systems. This is configurable per store by adding a property 'ExcludeFrontShippingCost'/true to the store. |
| Feature | #DEV-20805 | Workflow | Added workflow step to automatically set warehouse / store address as shipment address for pickup in store shipments. |
| Feature | #DEV-20800 | Api | New field on the billing address for organizational number. |
| Feature | #DEV-20775 | Inventory | Inventory badge in order view now shows gray instead of red when available quantity is 0, since the current order has already reserved the inventory. |
| Feature | #DEV-20772 | Purchase orders | Added a new setting "Set ETA from purchase order" that automatically sets the Estimated Time of Arrival on deliveries based on the Requested Delivery Date from the source purchase order. |
| Feature | #DEV-20771 | Purchase orders | Purchase order list and details now display delivered quantity versus ordered quantity. |
| Feature | #DEV-20769 | Workflow | Added Store Group filters to Workflow steps. |
| Feature | #DEV-20767 | Configuration | Added Number Options for Replacement Order Number |
| Bugfix | #DEV-20763 | Workflow | Webhook and Order Export workflow steps now support using Connector ID as identifier for getting correct connector. |
| Feature | #DEV-20747 | Users | SCIM will no longer delete roles on users added manually in Omnium. |
| Feature | #DEV-20736 | Tenantsettings | Added descriptive help texts to settings |
| Feature | #DEV-20492 | Price list | Prices can now be created on product level from a price list. An item on a price list is no longer required to be sku specific. |
| Feature | #DEV-20474 | Voyado Connector | Adding support for extra data on Voyado order actions and transitioning to using embedded order actions. |
| Feature | #DEV-19966 | Promotions | Adding support for markdown campaigns. |
Release 2026-03
Release date: Jan 27, 2026
Main focus areas
This release strengthens product management and search capabilities, enhances Voyado integration flexibility, improves inventory valuation accuracy, and introduces new tools for campaign planning and fulfillment reporting. Several fixes also improve robustness across gift cards, customer assortment handling, and payments.
Key changes and improvements
Product
- Added a new scheduled task “Create Categories from Brands” that automatically creates product categories based on brands and assigns products accordingly.
- Product search now supports searching by SEO URI(s) using the new
SeoUrisproperty. - Direct UI navigation (copy/paste URLs) now works correctly for product IDs containing dots (
.).
Voyado Connector
- New setting to control whether the GetOrCreateCustomerFromOrder workflow step should only import customers from Voyado or also create new contacts.
- Added mapping for billing address in the Voyado Order V3 mapper.
- Fixed customer enrichment issues in the GetOrCreateCustomerFromOrder workflow step towards Voyado.
Inventory
- Kit inventory value is now calculated using the actual FIFO-based cost of consumed components, with automatic currency conversion for accurate and traceable valuation.
Order Management
- Creating a credit shipment from the GUI now generates a separate event with operationId
216124.
Notifications
- Added new replacement texts for conditional notification content that is shown when specific order property conditions are met.
Customer
- Added support for customer-specific product assortment filtering, allowing include/exclude restrictions by product category for both business and private customers.
Reports & Analytics
- Automatic tracking of order status transitions on shipments with timestamps and duration metrics has been added.
- This enables new fulfillment performance reports and charts.
Projects
- Users can now search for projects by exact project ID in the UI (read-only), even if the project is not otherwise visible in their project list.
Promotions
- Introduced a new Campaign Planning feature for creating, managing, and tracking marketing campaigns.
- Includes performance analytics, calendar visualization, and integration with promotions.
Gift Cards
- Fixed support for gift cards with predefined prices.
Payments
- Zaver refunds are now automatically approved.
| Type | Issue No | Domain | Description |
|---|---|---|---|
| Feature | #DEV-20737 | Product | Added new scheduled task "Create Categories from Brands" that automatically creates product categories based on product brands and assigns products to their corresponding brand category. |
| Feature | #DEV-20733 | Product | Added support for searching products by SEO URI(s) via the new SeoUris property in product search requests. |
| Feature | #DEV-20720 | Product | Direct UI navigation (copy/paste URLs) now works with product IDs containing dots ("."). |
| Feature | #DEV-20717 | Voyado Connector | Adding setting to Voyado connector for controlling if GetOrCreateCustomerFromOrder workflow step should be able to only import from Voyado or also create a contact. |
| Feature | #DEV-20713 | Voyado Connector | Add mapping for billing address in Voyado Order V3 mapper. |
| Bugfix | #DEV-20712 | Giftcard | Support gift cards with predefined prices. |
| Bugfix | #DEV-20526 | Voyado Connector | Fix for customer enrichment in workflow step GetOrCreateCustomerFromOrder towards Voyado. |
| Feature | #DEV-20509 | Notifcation | New replacement texts for conditional text that is shown if order property condition is met. |
| Feature | #DEV-20507 | Order management | Credit shipment from GUI now add a separate event, with operationId 216124. |
| Feature | #DEV-20503 | Inventory | Kit inventory value is now calculated using the actual FIFO-based cost of all consumed components, with automatic currency conversion, ensuring accurate and traceable inventory valuation. |
| Bugfix | #DEV-20502 | Customer | Added support for customer-specific product assortment filtering by allowing include/exclude product category restrictions on both business and private customers. |
| Feature | #DEV-20500 | Reports | Added automatic tracking of order status transitions on shipments with timestamps and duration metrics, enabling fulfillment performance reports and charts. |
| Feature | #DEV-20496 | Project | Users can now search for projects by exact project ID as read only in the UI, even if the project would otherwise not be visible in their project list. |
| Feature | #DEV-20432 | Promotions | New Campaign Planning feature allows users to create, manage, and track marketing campaigns with performance analytics, calendar visualization, and promotion integration. |
| Feature | #DEV-19642 | Payments | Zaver refunds are automatically approved. |
Release 2026-02
Release date: Jan 20, 2026
Main focus areas
This release improves product search and inventory visibility, adds more flexible workflow and cart configuration options, enhances reporting accuracy, and refines purchase order and promotion handling. Several fixes also improve robustness in payments and reservation views.
Key changes and improvements
Product
- Product location search now also includes the LocationOverstock field.
- Added a confirmation warning when changing SKU ID in product quick edit to prevent breaking inventory and price references.
- Improved order reservation popup to filter out orders with delivered status.
Inventory
- Inventory totals now display actual negative values.
- A golden yellow badge indicates when stock exists in some stores even if the total inventory is negative.
Orders & Workflow
- Workflow step TryReallocateToOtherWarehouse now supports filtering warehouses using:
includedWarehouseIdsexcludedWarehouseIds
- This allows more controlled and predictable reallocation behavior.
Cart
AddItemToCartnow supports the optional parameterallowNoPriceItems, enabling products without prices to be added to carts.
Events & Webhooks
- Webhook test results now display response content when a webhook test fails, simplifying debugging.
- Event subscription testing is now more transparent.
Payments
- Fixed issues with partial capture for Zaver payments.
Charts & Reporting
- Market filters in reports and charts now correctly include only orders belonging to the selected markets, improving reporting accuracy.
Purchase Orders
- Purchase order notifications now support multiple currencies.
- Discounts on order lines and purchase order lines are now displayed using arrow indicators instead of text for improved clarity.
Promotions
- When adding products as promotion filters, it is now possible to filter products by category.
| Type | Issue No | Domain | Description |
|---|---|---|---|
| Feature | #DEV-20499 | Product | Product location search now also searches the LocationOverstock field. |
| Feature | #DEV-20490 | Events | Event subscription testing: Webhook results now displays content when webhook test fails. |
| Feature | #DEV-20482 | orders | Added support for filtering warehouses during order reallocation for workflow step 'TryReallocateToOtherWarehouse' through workflow step properties. New properties are: includedWarehouseIds (comma-separated list of warehouse IDs to consider for reallocation) and excludedWarehouseIds (comma-separated list of warehouse IDs to exclude from reallocation). |
| Feature | #DEV-20481 | Cart | Added a new optional parameter 'allowNoPriceItems' to the AddItemToCart endpoint that enables adding products without prices to carts. |
| Feature | #DEV-20480 | Product | Added confirmation warning when changing SKU ID in product quick edit to prevent accidental changes that could break inventory and price references. |
| Feature | #DEV-20463 | Inventory | Inventory totals now show actual negative values, and a golden yellow badge indicates when stock is available in some stores despite a negative total. |
| Bugfix | #DEV-20461 | Payments | Fix problems with partial capture for Zaver. |
| Feature | #DEV-20450 | Charts and reporting | Market filters in reports and charts now include only orders belonging to the selected markets, rather than all orders from stores associated with those markets. |
| Bugfix | #DEV-20446 | Product | Improved order reservation popup view so that orders with actual delivered status is filtered out. |
| Feature | #DEV-20439 | Purchase orders | Added support for multiple currencies in purchase order notifications. |
| Feature | #DEV-20436 | Purchase orders | Discounts on order lines and purchase order lines are now displayed using arrow indicators instead of text. |
| Feature | #DEV-19582 | Promotions | Filter products based on categories, when adding products as filter on a promotion. |
Release 2026-01
Release date: Jan 13, 2026
Main focus areas
This release expands UI extensibility, strengthens workflow automation, improves purchase order and return handling, enhances customer filtering and enrichment, and adds security and flexibility to payment and authentication flows. Several connector and product fixes improve robustness and data accuracy.
Key changes and improvements
GUI & UI Extensions
- The UI now supports custom extension tabs, including embedding external content via iframes.
Promotions
- Kit Promotions now support fixed price and fixed amount rewards.
Purchase Orders
- Import matching improved with support for Supplier and SupplierSku.
- Tags are now carried over from purchase orders to deliveries.
- Line item comments are presented more clearly.
- Negative discounts are visually highlighted alongside positive discounts.
Workflow
- Projects can now be automatically created from the order workflow when orders include products linked to a project type.
- New workflow step to create internal transfers from order lines that are not reserved.
Customer
- Private and business customer lists now support filtering by customer group; the filter also applies to Excel exports.
- Business customer API (
/api/BusinessCustomers/AddOrUpdateMany) now supports enriching contact information from privateCustomerId.
Authentication & Security
- Added session re-authentication in the OMS UI. Users are prompted to re-authenticate after exceeding the configured timeout since last login (currently applied to sensitive areas such as administration and user/API management).
Product
- Fixed variant-level search by SupplierSkuId, including proper handling of uppercase letters.
PatchProductnow supports all properties on ProductUnit.
Returns
- When creating a return, it is now possible to select the shipping price, accommodating hidden fees or adjustments.
Payments
- Support for configuring custom headers for webhook payment providers (e.g., authorization headers).
- Webhook payment requests now include customerId.
- Klarna/Kustom integration updated to support new Kustom API URLs.
Integrations
Sitoo Connector
- Events originating from the Sitoo order integration now set the correct SubClassName and Source.
Voyado Connector
- Extended
GetOrCreateCustomerOrderActionto support customer lookup in Voyado by email and phone.
| Type | Issue No | Domain | Description |
|---|---|---|---|
| Feature | #DEV-20427 | Gui | The UI now supports custom extension tabs, including the ability to embed external content using iframes. |
| Feature | #DEV-20426 | Promotions | Kit Promotion type now supports fixed price and amount rewards. |
| Feature | #DEV-20425 | Purchase orders | Purchase order improvements: Imports now support matching by Supplier and SupplierSku, tags are carried over from purchase orders to deliveries, line item comments are more clearly presented, and negative discounts are visually highlighted alongside positive discounts. |
| Feature | #DEV-20423 | Workflow | Projects can now be automatically created from the order workflow when an order includes products linked to a project type. |
| Feature | #DEV-20422 | Customer | Private and business customer lists now support filtering by customer group. The filter also applies to Excel exports from these views.ly highlighted alongside positive discounts. |
| Feature | #DEV-20423 | Workflow | Projects can now be automatically created from the order workflow when an order includes products linked to a project type. |
| Feature | #DEV-20422 | Customer | Private and business customer lists now support filtering by customer group. The filter also applies to Excel exports from these views. |
| Feature | #DEV-20415 | Auth | Added support for session re-authentication in the OMS UI. When a user's session exceeds the configured timeout since last login, the user is prompted to re-authenticate. This improves security by ensuring users periodically verify their identity during long sessions. Currently, this is only configured for sensitive areas (administration, user/api management) |
| Feature | #DEV-20400 | Order management | New workflow step for creating internal transfers from order lines that are not reserved |
| Bugfix | #DEV-20399 | Product | Fixed search by SupplierSkuId on variant level, including uppercase letters. |
| Bugfix | #DEV-20372 | Product | PatchProduct now works with all properties on ProductUnit. |
| Feature | #DEV-20368 | Returns | When you create a return you can now choose the shipping price, in case there were hidden fees or similar. |
| Feature | #DEV-20338 | Customer | Adding support for enriching contact information from privateCustomerId in endpoint /api/BusinessCustomers/AddOrUpdateMany. |
| Feature | #DEV-20307 | Payments | Adding support for configuring custom headers for webhook payment provider in Omnium. This can be used for scenarios such as adding auth headers to webhook request. |
| Feature | #DEV-20265 | Payments | Webhook payment: Added customerId to request content |
| Feature | #DEV-20214 | Sitoo Connector | Sitoo integration: Set correct SubClassName and Source for events originating in the Sitoo order integration. |
| Feature | #DEV-20103 | Voyado Connector | Extend GetOrCreateCustomerOrderAction in Omnium to support looking up customer towards Voyado based on email and phone. |
| Feature | #DEV-20009 | Payment integration | Klarna/kustom: Added support for new Kustom api urls. |
