2026

Key updates, bug fixes, and improvements for Omnium in 2026, detailed week by week.

Upcoming Release 2026-30

Release date: Sep 15, 2026

Main focus areas

This release focuses on expanding order and fulfillment workflows, strengthening API capabilities, improving customer service and Click & Collect operations, and providing greater flexibility in promotions, analytics, and dashboard configuration. It also introduces enhanced inventory allocation, accounting, consent management, and integration capabilities.

Key changes and improvements

Order Management & Fulfillment

  • Order workflows can now limit purchase suggestions to backorder products using the BackorderOnly option.
  • Inventory reduction workflows can optionally reduce stock based on delivered quantity only, preventing undelivered lines from affecting inventory.
  • Added support for exchange orders, allowing customer service to exchange returned products while automatically transferring the payment.
  • Click & Collect views now support product images, clickable product numbers, and selected product properties on order lines.
  • Order notifications based on working days and store opening hours are now sent when the relevant store opens.
  • Added product reallocation from the pick list, allowing unavailable items to be routed to the nearest store with stock instead of being cancelled.

Purchase Orders & Inventory

  • Reorder suggestions and customer orders for the same SKU are now combined when grouping purchase orders by SKU, while quantities remain independently removable.
  • Purchase order lines without an individual delivery date can now contribute to ATP using the purchase order's requested delivery date.
  • Deliveries now support custom properties, including highlighted properties shown across delivery and goods-reception workflows.
  • Added improved inventory allocation and fulfillment controls for packages and bundled products.

API

  • Product Query APIs (Query and Query/Scroll) are now generally available and recommended for product search and retrieval.
  • Saved product searches can now be used as the base query through savedSearchId.
  • Added API support for crediting/refunding payments through the configured payment provider.
  • GetConfiguredConsents now supports filtering by marketIds.
  • Projects returned through the public API now include rmaNumbers, exposing associated RMA numbers without a separate lookup.
  • Product publish dates can now be cleared through the API.

Promotions & Pricing

  • Promotions can now use member price as the discount base, enabling promotion stacking on customer club prices while excluding unrelated campaign prices.
  • Kit promotions can now contain multiple bundle alternatives, with the best available customer price applied automatically.

Product Management

  • Product publish dates are now assigned only when a product becomes active and can be cleared manually.
  • Product Query API support for saved searches provides a reusable foundation for consistent product filtering.

Analytics & Dashboards

  • Analytics table views now include a sortable Number of orders column showing unique order counts per group.
  • Grouped Excel exports now include the unique order count.
  • Multiple dashboards can now be configured as tabbed home-screen dashboards, with templates for different roles and shared dashboards assigned to user groups.
  • Order gadgets can be filtered by order type, shipping method, and period, with direct navigation to matching orders.

Cart & Customer Service

  • Cart API can now return configurable price metadata per order line, including customer club pricing and lowest-price information.
  • Custom web pages can now be embedded as cart tabs, while built-in tabs can be hidden.
  • Customer details on order pages can now be copied as plain text, without field labels.

Customer & Case Management

  • Business customer IDs can now be generated automatically from email or phone, matching private customer identification behavior.
  • Consent types can now be restricted by market.
  • Case settings can default replies to public notes.
  • Case emails can optionally include the conversation history.

Configuration & Administration

  • Workflow groups can now be copied and edited as JSON, simplifying configuration migration between environments.
  • Sitoo settings are now organized into dedicated tabs with improved change tracking and publishing behavior.
  • Added support for LINK Mobility SMS, including two-way replies in the originating order, case, project, or customer thread.

Returns & Projects

  • Returns now record a completion date, which can be filtered and included in reports.
  • Project APIs now expose associated RMA numbers for easier integration with return processes.

Shipping & Integrations

  • Enhanced NVIT and Logistra support with additional customs, origin, weight, package type, and marking fields.
TypeIssue NoDomainDescription
Feature#DEV-24463Order managementThe workflow step that marks unreserved order lines for purchase can now be limited to backorder products only. Enable BackorderOnly on the step so that only items you do not keep in stock become purchase order suggestions.
Feature#DEV-24458CoreBusiness customers created in the Omnium UI can now get their customer ID automatically from the email or phone field, the same way private customers already can. Enable it under Configuration → Customer → Identification with the new 'Business customer ID field' setting.
Feature#DEV-24454CoreWorkflow groups can now be copied and edited as JSON from the order type settings. Use Copy JSON on a group, or the new JSON tab in the group editor, to move a group between environments or edit it directly. Changes to a group take effect immediately after saving.
Feature#DEV-24450CoreCases can now open with the public note tab preselected, so replies go to the customer without switching tabs each time. Enable 'Default to public notes' under case settings - internal notes remain the default if you leave it off.
Feature#DEV-24444InventoryThe "Reduce inventory" and "Reduce inventory and reserved inventory" workflow steps have a new ReduceByDeliveredQuantity option. When enabled, stock is reduced only by the delivered quantity on each order line, so lines that have not been delivered yet are left untouched.
Feature#DEV-24441CoreEmails sent from a case can now include the conversation so far, so customers can follow the dialogue instead of receiving single disconnected messages. Turn it on under Configuration → Settings → Customer → Case settings, or add the new CASE_HISTORY tag to a case notification template.
Feature#DEV-24440Order managementReturns now record when they were completed. A new "Set completed date" step in the return workflow stamps the completion time on the return, and that date can be filtered on in the returns list and added as a column to return reports - so you can export exactly which returns were completed in a given period.
Feature#DEV-24433CoreWhen creating a purchase order with Group by SKU enabled, reorder suggestions are now combined with customer orders for the same SKU on a single line. Removing a reorder suggestion from a shared line only removes its quantity, leaving the customer order quantity in place.
Feature#DEV-24432CoreAnalytics reports can now be grouped by variant name, giving each variant its own row with its colour and size included. Grouping on product name is unchanged, so existing reports keep working as before.
Feature#DEV-24424CustomerApi: GetConfiguredConsents can now filter by marketIds
Feature#DEV-24423Pick listStores can now reallocate an item directly from the pick view: when "Cannot Pick" is used, the item line is split into a separate shipment and sent to the nearest store with the item in stock, instead of being canceled. Enabled per tenant in the pick list settings.
Feature#DEV-24420CustomerConsent types in settings can now be restricted on markets
Feature#DEV-24415ApiApi: Credit (refund) a payment on an order through the payment provider
Feature#DEV-24413Order managementThe Click & Collect order view now shows a product image and a clickable product number on each order line, so you can open the product straight from the order. Order lines can also display selected product properties - such as shelf location or author - to make picking in store easier.
Feature#DEV-24372CartThe get cart API can now include price information on each order line, such as whether a customer club price was used and the product's lowest price. Enable it by listing the desired price properties in the new order line setting under tenant settings.
Feature#DEV-24360Sitoo ConnectorThe Sitoo settings page is now organised into tabs (API connection, Secrets, Product settings, Orders, Inventory). Changes made there are tracked and saved like other settings, so saving a section no longer causes a conflict when publishing.
Feature#DEV-24359ApiThe Product Query API endpoints (Query, Query/Scroll) are now generally available and no longer marked as preview. We strongly recommend using these endpoints for all product search and get operations.
Feature#DEV-24333Link MobilityOmnium now supports LINK Mobility as an SMS provider, using their current REST API. When two-way SMS is enabled, replies from customers appear automatically in the same comment thread the message was sent from — on the order, case, project or customer card.
Feature#DEV-24332ProductSaved product searches can now be used directly in the Product Query API: pass the saved search ID as savedSearchId and the saved criteria run as the base query. Page size, sorting, and any filters set on the request override the saved values.
Feature#DEV-24331CartYou can now show your own web pages as tabs directly on the cart page, placed before the standard tabs. Cart settings also lets you hide the built-in cart tabs, so a custom tab or view can be the main working area.
Feature#DEV-24328Purchase ordersPurchase order lines without their own delivery date can now be counted as incoming stock (ATP), using the order's requested delivery date. Enable Set ETA from purchase order in the purchase order settings.
Feature#DEV-24327Order managementCustomer service can now create exchange orders directly from an order. Pick the items the customer is sending back, swap them for another size, colour or product, and Omnium creates a new order with the payment moved across — showing exactly what is credited and what the customer still owes.
Feature#DEV-24326GuiThe customer card on the order page now has a copy button that copies the customer's details as text. Selecting the card by hand copies just the values — names, phone numbers and addresses — without the field labels, so pasting into an email or another system needs no cleanup.
Feature#DEV-24321Order managementNotifications that wait a number of working days and follow store opening hours are sent when the store opens.
Feature#DEV-24311CorePromotions can now calculate their discount from the member price. Enable the new 'Use member price as base' setting to make a promotion stack on top of customer club prices — from member price lists or members-only promotions — while prices from other campaigns are never used as the base.
Feature#DEV-24305CoreDeliveries now support custom properties, configured under Purchase order settings → Deliveries. Selected properties can be highlighted so they show directly in the delivery list, on the delivery, during goods reception and on the delivery receipt.
Feature#DEV-24302CoreYou can now have multiple dashboards on the home screen, organized in tabs. Create your own from ready-made templates for different roles, and administrators can build shared dashboards and assign them to user groups. Order gadgets can also be configured with order type, shipping method and period - and clicking the numbers opens the matching order list.
Feature#DEV-24298CoreThe Analytics report's table view now includes a sortable 'Number of orders' column showing the unique order count per group — the same number previously only available in the chart. The column is also included in the grouped Excel exports.
Feature#DEV-24282ProductProducts no longer receive a publish date until they are set to active — a product created as inactive keeps the field empty until you activate it. The publish date can now also be cleared, both from the product editor and through the API.
Feature#DEV-24163PromotionsKit promotions can now offer multiple bundles - each with its own products and price - and automatically apply whichever gives the customer the best deal.
Feature#DEV-23080ShipmentImproved NVIT support with CustomsCode and CountryOfOrigin on orderlines and NetWeightInKg, PackageType and Marking on shipment packages. Improved NVIT support for Logistra.
Feature#DEV-22445ProjectProjects returned by the public API now include an rmaNumbers field listing the RMA numbers of returns registered on the project. Integrations can read a project's returns straight from the project response instead of making a separate lookup.

Release 2026-29

Release date: Sep 8, 2026

Main focus areas

This release focuses on stronger configuration governance and auditability, improved order and inventory workflows, enhanced purchase planning, and expanded API capabilities. It also introduces more flexible environment management, accounting controls, and payment integration support.

Key changes and improvements

Order Management & Click & Collect

  • Click & Collect now supports custom order tabs, configurable by order type, shipping method, tags, and statuses, with both order- and order-line-based views.
  • Order version history now includes the source cart versions, with JSON export and anonymized customer data options for troubleshooting.
  • Shipment external IDs are now more prominent, while unpaid orders have a clearer Due payment indicator.
  • Package and bundle products can now be configured to prevent warehouse splitting and keep linked components together during fulfillment.

Inventory & Purchase Planning

  • Reorder suggestions can now be disabled per SKU/warehouse, with dedicated status filtering and visual indicators.
  • Internal transfers now show source and destination warehouse inventory, including incoming quantities, directly in purchase order product views.
  • Inventory reservations can now be increased or decreased through the API, with idempotent references to safely support retries.
  • Purchase planning now distinguishes purchasable and non-purchasable products, with filtering and clearer assortment-code indicators.

Products & Purchase Orders

  • Purchase order product pricing now correctly reflects the campaign supplying the cost price, including its validity period and campaign-specific margin calculation.
  • /api/products/Query now supports querying by GTIN.
  • Improved product component configuration for controlling fulfillment and warehouse allocation behavior.

Promotions

  • Promotion lists now support filtering by creator and creation date, including a My promotions filter.
  • Fixed combinable promotions so eligible promotions stack correctly on the same product, with CanBeCombined consistently enforced.

Configuration & Administration

  • Custom Views can now be exported and imported between environments, supporting migration between environments such as test and production.
  • Event subscriptions can be bulk-exported using the * wildcard.
  • Scheduled tasks can now be stopped safely while running, with status feedback indicating when a stop has been requested.
  • Project integration errors are now managed directly from the project information panel, including viewing, resolving, and removing errors.

Accounting

  • Generated accounting postings can now be deleted for selected stores and date ranges, allowing affected orders to be posted again.
  • Store-specific charts of accounts now inherit from the global chart, with support for copying, JSON editing, and validation.

Notification Templates & Auditability

  • Notification templates now have a complete event log and version history, including who changed what and when.
  • Versions can be compared side by side and inspected as raw JSON.

Workflow & API

  • GoToWorkflowStep API now supports runWorkflow=false, allowing project workflow steps to be corrected or backfilled without executing the workflow or triggering customer notifications.
TypeIssue NoDomainDescription
Feature#DEV-24293CoreThe event log now covers notification templates. You can see who created, changed or deleted a template — including which fields were edited — from the Log menu on the template.
Bugfix#DEV-24285ProductWhen adding products to a purchase order, the customer price now reflects the campaign the cost price comes from, including the period it applies to. The current price is shown alongside it when the two differ, and the margin is calculated on the campaign's own cost and price.
Feature#DEV-24284Order managementThe Click & Collect page can now be set up with custom tabs, so store employees see exactly the orders they are responsible for. Each tab can be filtered by order type, shipping method, tags and preselected statuses, and can use either the order-based or the order-line-based view.
Feature#DEV-24283CoreProjects now show integration errors directly in the project information panel, where support can view the details, mark them as solved, or remove them - the same way order and purchase order errors already work. Integrations can set these errors through the project API when an export fails.
Feature#DEV-24281CoreNotification templates now keep a full version history. Open "Version list" from the notification's menu to see who changed what and when, compare any two versions side by side, and view the raw JSON.
Feature#DEV-24279CoreAdministrators can now delete generated accounting postings for a selected date range and set of stores directly from the Accounting postings view. Deletion requires confirmation, and removing postings frees the affected orders to be posted again by a new run.
Feature#DEV-24278CoreThe promotion list can now be filtered by who created a promotion — use the new "My promotions" switch to see your own, or pick a colleague from the Created by dropdown. You can also filter on when a promotion was created, and the filters are now grouped into labelled columns.
Feature#DEV-24274ProductIn purchase planning, products that cannot be ordered (non-purchasable assortment codes) are now hidden by default, with a new Purchasable/All/Not purchasable filter and a clear 'Not purchasable' tag on affected products. The assortment code field in the product editor is now searchable.
Feature#DEV-24250Order managementThe order version history can now also show the versions of the cart the order was created from. Any version can be copied as JSON, including an anonymized copy with all customer data removed — useful for troubleshooting.
Feature#DEV-24235Order managementShipment external IDs are now more prominent on the order page, and the Due payment badge on order lists is clearly red so unpaid orders stand out.
Feature#DEV-24223InventoryYou can now disable reorder suggestions for individual inventory items (SKU/warehouse combination) using the 'Disable reorder suggestions' action in the row menu of the reorder views. Disabled items are highlighted, no longer receive purchase suggestions, and can be filtered with the new Active/All/Disabled filter.
Feature#DEV-24222Order managementPackage and bundle products can now be configured to prevent splitting across warehouses during allocation, and individual components can be linked so they are always delivered together (for example a jersey and its print). The settings are available on the product's component editor and in the API.
Feature#DEV-24219InventoryInternal transfers now show inventory for both the source and destination warehouse directly in the purchase order product list, including incoming quantities. This makes it easier to see what can be transferred without opening inventory details for each product.
Feature#DEV-24206CoreYou can now stop a running scheduled task directly from the scheduled tasks settings page. The task stops safely at its next checkpoint, and the status shows when a stop has been requested.
Feature#DEV-24201InventoryYou can now increase or decrease reserved inventory directly via the API, matching the reservation behavior used internally for orders. Repeated requests with the same reference are safely ignored, so integrations can retry without double-reserving stock.
Feature#DEV-24196CoreYou can now export and import Custom Views between environments (e.g. from test to production) from Administration → Export/Import. Event subscriptions can also be exported in bulk using the * wildcard.
Bugfix#DEV-24195ProductNow possible to query gtin in /api/products/Query
Bugfix#DEV-24177PromotionsFixed combinable promotions not stacking on the same product, and also made sure that CanBeCombined is always honored.
Feature#DEV-24154CoreA store's chart of accounts now adds to the global chart instead of replacing it, so a store only needs the accounts that differ — everything else is inherited. You can copy accounts from the global chart or another store, edit the whole chart as JSON, and check it for problems before saving.
Feature#DEV-24128ApiThe GoToWorkflowStep API can now change a project's workflow step without running the project type's workflow. Pass runWorkflow=false to correct or backfill a step without notifying the customer.

Release 2026-28

Release date: Sep 01, 2026

Main focus areas

This release strengthens workflow and cart validation controls, improves order and customer visibility, and expands API capabilities for pricing and customer data. It also adds better event-driven integration support and clearer shipment-level order tracking.

Key changes and improvements

Order Management & Workflow

  • Order event logs now identify the shipment associated with each event, with shipment-specific labels and timelines for easier analysis of multi-shipment orders.
  • Added tag filtering to order reports, applying filters consistently to both charts and exported data.
  • Added a Set order line return date workflow step for automatically timestamping returned order lines.
  • Order splitting workflows now support assortment-aware allocation, ensuring products and virtual bundle components are only allocated to eligible stores.
  • Fixed out-of-stock cancellation to evaluate availability against the actual shipping warehouse, rather than aggregated stock across all warehouses.

Cart Validation

  • Cart validators can now be configured by market and market group, in addition to order type.
  • Validators can be independently enabled or disabled for specific markets and order types, allowing validation rules such as credit-limit and inventory checks to run only where applicable.

Customer & API

  • Customer APIs now expose an errors[] collection across get, search, scroll, versions, and information endpoints for both private and business customers.
  • Customer search now supports a hasErrors filter, aligning customer APIs with existing order error handling.
  • Price imports can now use SKU-only matching, allowing source systems without Omnium Product IDs to import prices directly. Ambiguous or unknown SKUs are reported in the response.

Price Lists & Promotions

  • Price list deactivation is now safely queued when activation is still running, preventing stale prices from remaining on products.
  • Added an option to re-run price cleanup for an already deactivated price list without reactivating it.
  • Omnium now emits an event when promotion price processing completes, allowing integrations to react when products are added to or removed from promotions.

Product

  • Improved the Product Published filter so publication status is evaluated independently from activation status.
  • Inactive products can now correctly appear as published when they have a published date, while activation state is controlled separately by the Active/Inactive filter.

Email & Notifications

  • Email templates created in the Designer now support the full notification merge tag set, including cancelled and ready-for-pickup product lists.
  • Test emails can now be generated using a real order number, providing actual order content during template validation.

Connectors

  • Sitoo: Product specifications can now be sent as the POS product description and short description, configurable per market.
  • Sitoo product content falls back to the existing description when no specification is available.
TypeIssue NoDomainDescription
Feature#DEV-24092CustomerThe customer API now returns errors[] on private and business customers (get, search, scroll, versions, information), and customer search supports a hasErrors filter, matching what orders already had.
Feature#DEV-24089Order managementThe workflow steps 'Try split unreserved order lines to closest zip / nearest coordinates' now support a CheckAssortment option. When enabled, products restricted to specific stores under Assortment - including virtual bundle components such as club prints - are only allocated to stores they are assorted for, keeping the whole bundle together.
Feature#DEV-24076CoreEmail templates built in the Designer now support the full set of notification merge tags, including cancelled and ready-for-pickup product lists. You can also preview and send test messages using a real order number, so you see actual order content instead of sample data.
Feature#DEV-24075CoreOmnium now emits an event when a promotion's price update has finished processing. Integrations can subscribe to this event to react when products are added to or removed from a promotion.
Feature#DEV-24041Order managementOrder reports can now be filtered by tags. Select tags to include or exclude on the order reports page, and both the charts and the exported report will only cover the matching orders — the same way tag filtering already works on the order list.
Feature#DEV-24037CartCart validators can now be scoped to markets and market groups, in addition to order types. Each validator can be enabled or disabled per market, so checks only run where they are relevant.
Feature#DEV-24018Order managementA new return workflow step 'Set order line return date' is available. When added to a return workflow, it automatically stamps the return date on the returned order lines.
Bugfix#DEV-23986WorkflowOut-of-stock cancellation now checks each order line against the warehouse actually shipping it, rather than the combined stock of all warehouses on the order.
Bugfix#DEV-23985ProductThe Published filter in the product list now finds products by their published date alone, so a product that is published but not activated is no longer hidden from the list. Whether a product is active is controlled only by the Inactive/All/Active filter, which also means inactive products are no longer listed as Unpublished.
Feature#DEV-23964CartCart validators can now be scoped to specific order types. Each validator can be enabled or disabled per order type, so checks like credit limit or inventory validation only run where they are relevant.
Feature#DEV-23958ProductPrices can now be imported using only the SKU. If your source system does not know Omnium's ProductId, you can send prices with just the SKU in the code field, and Omnium matches them to the right product and variant. SKUs that are unknown or that exist under several products are reported back in the response.
Bugfix#DEV-23951Price listDeactivating a price list while it is still being activated no longer leaves old prices on products — the deactivation is queued and runs once the activation completes. A new action lets you re-run the price cleanup on an already deactivated price list without activating it again.
Feature#DEV-23950Sitoo ConnectorSitoo connections can now show product specifications in the POS instead of the web shop description. Enable "Use Specification as product description" on the Sitoo settings for a market, and the product's Specification field is sent to Sitoo's description and short description. Products without a specification keep their existing texts.
Feature#DEV-23945Order managementThe order event log now shows which shipment each event belongs to, with a colour-coded label and timeline per shipment. This makes it much easier to follow orders with multiple shipments.

Release 2026-27

Release date: Aug 25, 2026

Main focus areas

This release focuses on a refreshed user experience, improved pricing and promotion logic, enhanced product and category usability, and expanded integration capabilities. It also introduces additional configuration flexibility for external IDs and CDN delivery.

Key changes and improvements

User Interface & Core Platform

  • Introduced a refreshed Omnium user interface with a modernized design, full dark-mode support, and improvements across pages, views, and dashboards.
  • Historical order versions can now be previewed directly from the version list.
  • CDN URLs can now be configured per market, while markets without an override continue using the global CDN configuration.
  • Discount percentage merge tags in print and email templates now include the % sign automatically and remain empty when no discount is applied.

Product & Pricing

  • Category picker usability improved: removing a category no longer collapses the category tree.
  • Product and order line views now show both:
    • Reorder price
    • Average cost of available stock including the source of each value.
  • Order line margins against both cost values now update in real time while editing prices.

Promotions

  • Category and brand promotions using amount-based discount steps now evaluate thresholds based on the products covered by the promotion.
  • Discounts are distributed proportionally across qualifying order lines.
  • Added an option to evaluate amount steps per order line, allowing each qualifying line to receive its applicable discount independently.

External IDs & Integrations

  • Configurable external ID links can now also be used on customer records, reusing the same link configuration as orders.
  • Sitoo Connector: Sitoo webhook secrets can now be viewed and managed directly in Omnium settings.
  • Voyado Connector: Added support for synchronizing Voyado multi-channel promotions and coupons through webhooks.
TypeIssue NoDomainDescription
Feature#DEV-23907Order managementYou can now preview a historical version of an order directly from the version list — click the eye icon next to a version to open it in the order preview.
Feature#DEV-23877Sitoo ConnectorYou can now view and edit the Sitoo webhook secret directly in Sitoo settings, instead of having it configured manually. The value must match the api_token in your Sitoo event subscription settings.
Feature#DEV-23873ProductUnselecting a category in the category picker no longer collapses the category tree, so several categories can be removed in a row without expanding your way back down each time.
Feature#DEV-23871CoreExternal ID links can now be used on customers as well as orders. Configure a link once under Order settings → External ID links, and it will appear next to matching external IDs on both orders and customer cards — for example a direct link to the customer in Voyado.
Feature#DEV-23860CoreOmnium has a refreshed look and feel: a modernized interface with full dark-mode support and improvements across views, pages, and dashboards throughout the application.
Feature#DEV-23854CoreDiscount percentage merge tags in print and email templates now include the % sign themselves, and stay empty on lines without a discount. If your templates add a literal % after {LINEITEM_DISCOUNT_PERCENTAGE}, remove it to avoid a doubled sign.
Feature#DEV-23842CoreCDN URLs can now be configured per market. Markets without their own CDN URL continue to use the global one, so existing setups are unaffected.
Feature#DEV-23829ProductWhen editing an order line or viewing a product, Omnium now shows both the reorder price and the average cost of the stock you actually have, each labelled with where the number comes from. In the order line editor the margin against both figures updates live as you adjust the price, so sales staff can see how much discount they can give and still earn on the items in stock.
Feature#DEV-23817CoreCategory and brand promotions with amount steps now evaluate the step thresholds against the products covered by the promotion, and the discount is distributed proportionally across those order lines. A new setting lets you evaluate the steps per order line instead, so each qualifying line gets the reached step's discount.
Feature#DEV-22841Voyado ConnectorAdding support for syncing Voyado multi channel promotions (coupons) via webhooks.

Release 2026-26

Release date: Aug 18, 2026

Main focus areas

This release focuses on stronger configuration governance and auditability, foundational RFID support, improved import validation, and enhanced workflow and integration capabilities. It also introduces usability improvements for dashboards and product management.

Key changes and improvements

Order Management & Workflows

  • Introduced a new version of the Create and send gift cards workflow step, allowing the target order or gift card shipment status to be configured after gift card creation.
  • Improved compatibility with workflow steps that execute after the order has been saved.

Configuration & Auditability

  • Tenant settings can now be saved independently per configuration card, rather than publishing the entire configuration at once.
  • Each setting shows who last changed it and when.
  • Added full configuration change history, including the ability to review previous values and restore them.

Inventory & RFID

  • Added foundational RFID support through the new EPC Tags API.
  • EPC tags can be associated with products, deliveries, and orders.
  • Added an RFID view on product pages showing all EPC tags associated with a SKU.
  • RFID can be enabled under Inventory Management in tenant settings.

Import & Data Validation

  • Import mapping now detects Excel date-formatted cells mapped to price, cost, or quantity fields.
  • The mapping step warns users when values may be interpreted incorrectly and shows the actual value that would be stored.

Integrations & Webhooks

  • Fifo Webhooks: Added support for credit payment events through ICreditPaymentExporter, allowing credited payments to be delivered through webhooks.

Product Management

  • Product copy settings now allow administrators to control which external IDs and properties are excluded when copying products.
  • Date formatting for highlighted properties has been corrected.

Dashboard & User Experience

  • Gadget selection now includes a live preview using tenant data, with keyboard navigation for quickly browsing available gadgets.
TypeIssue NoDomainDescription
Feature#DEV-23809Order managementA new version of the 'Create and send gift cards' workflow step is available. It lets you configure which status the order (or the gift card shipment for mixed orders) should move to after gift cards are created, and works correctly with workflow steps configured to run after the order is saved.
Feature#DEV-23806CoreImport files are now checked for cells Excel stores as dates. If such a column is mapped to a price, cost or quantity, the mapping step warns you before importing and shows the number that would actually be stored - for example a cell showing 2356.5 that is really the date 1 May 2356 and would import as 166673.
Bugfix#DEV-23803ProductHighlighted properties - fix formatting on dates
Feature#DEV-23802CoreWhen adding a gadget to the dashboard you now get a live preview of it. Browse the gadget list with the arrow keys and the preview on the right follows along, so you can see exactly what a gadget looks like with your own data before adding it.
Feature#DEV-23798undefined ConnectorFIFO webhooks can now deliver credit payment events. Add ICreditPaymentExporter to your FifoWebhook connector's Implementations to receive a webhook with the credited payment whenever a payment is credited.
Feature#DEV-23755CoreTenant settings can now be saved one card at a time instead of publishing the whole configuration at once. Each field shows when it was last changed and by whom, and a full change history lets you review earlier values and restore them.
Feature#DEV-23651InventoryOmnium now has foundational support for RFID: EPC tags can be stored and managed through the new EPC Tags API, with references to products, deliveries and orders. A new RFID view on the product page shows all tags for a SKU. Enable RFID under Inventory Management in tenant settings.
Feature#DEV-22147ProductProduct settings now let you choose which external IDs and properties are left out when you copy a product — either exclude all external IDs, or list specific providers and property keys.

Release 2026-25

Release date: Aug 11, 2026

Main focus areas

This release delivers significant enhancements to inventory and purchase order workflows, expands product and price list management capabilities, improves accounting and reporting, and introduces new API functionality and workflow automation. The release also includes numerous usability improvements across customer service, promotions, and integrations.

Key changes and improvements

Inventory & Purchase Orders

  • Major enhancements to inventory location management:
    • Manage stock locations directly wherever inventory is displayed
    • Receive goods into specific stock locations
    • Correct location quantities in a single step
    • Create new location codes on demand
  • Deliveries now include a dedicated Quantity tab, supporting quantity adjustments, stock location management, and purchase order line splitting.
  • Purchase order search now supports multi-supplier filtering.
  • Purchase order lines now automatically use the lowest available cost price unless a cost price list is selected.
  • Added bulk API endpoint for cancelling multiple purchase order lines in a single request.
  • Added API endpoint to recalculate reserved inventory for selected SKUs without processing the entire catalog.
  • Reorder suggestions can now be calculated directly from the product list using current search filters and sales periods.
  • Store staff can now report "Cannot pick" directly from pick lists, with optional inventory correction and order line cancellation.

Product & Price Lists

  • Product search now supports sorting by custom product properties through both the UI and Product API.
  • Added configurable product ID validation using regular expressions in tenant settings.
  • Price list editor has been significantly redesigned with:
    • Improved grouped layout
    • Store cost discount support
    • Per-store stock visibility
    • Inline cost currency selection
  • Price lists can now automatically copy selected product properties onto price list items during enrichment.
  • Promotion-managed price lists can now copy prices from other price lists.
  • Promotion pickers now display promotion status (active, upcoming, expired) and load faster.
  • Products using store cost pricing now inherit the discounted store cost price when available.

Order Management & Workflow

  • Orders can now receive a dedicated internal Order ID separate from the customer-facing order number.
  • Added workflow step to remove order line reservations, enabling subsequent allocation and splitting workflows.
  • Order status logging now captures all status changes, including updates performed outside normal workflow execution.
  • External order IDs now support configurable hyperlinks for direct navigation to external systems.
  • Shipment API now supports removing order lines from existing shipments, with optional cleanup of empty shipments.

Accounting & Reporting

  • Added configurable posting exclusion rules to selectively exclude transactions from accounting exports based on market, store, order type, payment method, and other criteria.
  • Rental revenue can now be posted to a dedicated Rental Sales account.
  • Accounting postings page now supports pagination and improved generation progress reporting.
  • Return reports now support:
    • Return store
    • Supplier name
    • Aggregated return reasons
    • Line-level return reason reporting
  • Improved year-over-year comparisons with enhanced date picker shortcuts.
  • Fixed several accounting and analytics issues related to VAT handling, web fulfillment postings, and missing analytics data.

API & Integrations

  • Added APIs for retrieving inventory reservations from both orders and purchase orders.
  • Cart PATCH endpoint can now optionally return the updated cart in the same response.
  • Added APIs exposing configured customer consent types for both B2B and B2C.
  • Sitoo Connector: Added synchronization of related products.
  • Voyado Connector: Added real-time reward voucher import via webhook and automatic voucher reactivation after refunds or cancellations.
  • EG Connector: Added support for EG/Lindbak gift cards, including issuance, balance lookup, redemption, and recharge.
  • Performance improvements for Voyado XML feeds.

Customer & Customer Service

  • Customer search can now optionally search across all stores, regardless of user store access.
  • Customer service cases can now be linked to existing customers using the standard customer search, with support for creating new customers directly from the dialog.
  • Added support for @mentions in comments, including email notifications and personal mention overview pages.

Promotions

  • Promotions can now use short promotion numbers generated from tenant-specific number series.
  • Promotion list now includes:
    • Creation and modification metadata
    • Creator information
    • Visual indicators for markets, stores, and active filters
  • Promotion lists are now automatically filtered by the selected market.
  • Promotion edit filters are now grouped by category for improved usability.

Core Platform & Administration

  • Scheduled tasks now support a visual scheduling interface, eliminating the need to manually write cron expressions.
  • My Page now includes:
    • My Orders
    • My Carts
    • My Events
  • Event log now displays human-readable queue names for batch operations.
  • Property option activation state now saves correctly.
  • Numerous usability improvements across inventory, accounting, customer service, ISA configuration, and analytics.
TypeIssue NoDomainDescription
Feature#DEV-23744ProductProduct search can now be sorted by custom product properties. In the product query API, use the sort field "properties.{key}" — for example "properties.countryOfOrigin" — with asc or desc; products without the property are listed last.
Feature#DEV-23743InventoryDeliveries now have a Quantity tab, matching the purchase order view, where you can adjust quantities and stock locations and split order lines. On a product's Inventory tab, the location list is now expanded by default.
Feature#DEV-23732ProductYou can now define a validation pattern (regex) for product IDs directly in Tenant Settings -> Number options. New products created in the UI must then follow your chosen ID format.
Feature#DEV-23728InventoryYou can now see and manage stock locations wherever inventory appears, expand a warehouse row to see its locations, correct a location's quantity in one step, choose which location goods are received to on a purchase order line, and set locations and quantities when creating a product. New location codes can be created on the fly.
Feature#DEV-23727CorePromotions can now have a short promotion number alongside their ID, set up per tenant as a number series. The promotions list shows the number, when a promotion was created and last modified, who created it, and a new indicator column showing markets, stores and active filters at a glance.
Feature#DEV-23709ProductThe store cost price on a price list item now uses Discount and Discount % fields, the same way cost and customer prices work. The price list Full view has been reorganised into eight columns - product details, cost, store cost, pricing, customer discount, sales forecast, purchase forecast and comments - with the cost currency selectable directly in the cost field and stock shown per store.
Feature#DEV-23704Order managementThe supplier filter in purchase order search now accepts multiple suppliers at once, so purchase orders from several suppliers can be listed together.
Feature#DEV-23698PromotionsPromotion list will now be filtered by selected markets
Feature#DEV-23696ApiThe public API can now return the orders and internal transfers that currently reserve inventory for a product at a given warehouse — the same information as the reserved-quantity dialog in Omnium. See GET /api/Orders/WithReservedInventory and GET /api/PurchaseOrders/WithReservedInventory.
Feature#DEV-23695CoreMy Page now has three new tabs, My Orders, My Carts and My Events, giving you a personal overview of your own orders, carts and recent activity. Order and cart lists embedded on customer, project and subscription pages now use page navigation instead of a 'Load more' button.
Feature#DEV-23692CoreYou can now tag colleagues with @ in comments across Omnium. Mentioned users are notified by email and get a personal 'Mentioned in comments' overview on their profile page and dashboard, where mentions can be filtered and resolved.
Feature#DEV-23688Order managementOrders can now receive an internal ID from a dedicated numbering series, separate from the customer-facing order number. Configure it via the new 'Order ID number' option in the tenant number settings — when it isn't set up, order IDs continue to match the order number as before.
Feature#DEV-23660Order managementStore staff can now report 'Cannot pick' directly from pick lists. If the stock level is wrong, they can correct the store's inventory on the spot and optionally cancel the order line in the same dialog.
Bugfix#DEV-23650Sitoo ConnectorSitoo connector now syncs related products from Omnium, configurable per market.
Feature#DEV-23649CoreCustomer service cases can now be linked to customers by searching for name, email, or phone number — the same customer search used elsewhere in Omnium. New customers can also be created directly from the dialog.
Feature#DEV-23647InventoryYou can now recalculate reserved inventory for a specific list of SKUs via the API, instead of recalculating the whole catalog. Send the SKU IDs to POST /api/Inventory/RecalculateReservedInventory; the recalculation runs in the background.
Feature#DEV-23641Payment integration
Feature#DEV-23627CoreCustom return reports can now include Return Store, aggregated return reasons, and supplier names. Use the return order line report to get supplier name and return reason per line item.
Feature#DEV-23602Order managementYou can now configure links for order external IDs. Set up a URL template per external ID type in Order Settings, and a button appears next to that ID on the order so you can jump straight to the record in an external system or elsewhere in Omnium.
Feature#DEV-23594ProductYou can now copy prices from another price list into a price list that is managed by a promotion. Previously this option was disabled for promotion-managed price lists.
Feature#DEV-23579CoreThe accounting postings list is now paged for easier navigation of large result sets. When generating web-fulfillment postings, a progress bar now shows postings being created in real time instead of a blank spinner, and the list refreshes automatically when it finishes.
Feature#DEV-23556ProductPrice lists: you can now configure which product properties are automatically copied onto price list items. Add the property keys under Settings → Products → Price Lists, and they will be filled in whenever price list items are enriched with product data.
Feature#DEV-23554CartThe cart PATCH endpoint can now return the updated cart directly in the response. Add returnUpdatedItem=true to the request to get the recalculated cart back, without needing a separate GET call.
Feature#DEV-23544ProductReorder suggestions can now be calculated directly from the product list, using the current search filters to select products and an optional sales period. Calculation progress is reported accurately while running.
Feature#DEV-23531CartCarts can now be automatically re-validated so that line items priced from an expired, deactivated or deleted price list are re-priced to the current valid price at cart validation and checkout. Price list validity is cached, keeping the check fast even under heavy load. Enabled per tenant via the new priceListPriceValidator cart validator.
Feature#DEV-23529CoreYou can now configure posting exclusion rules in Accounting settings to keep selected transactions out of accounting postings — for example ignoring all sales and posting only returns — filtered by market, market group, store, store group, order type, order status, or payment method.
Feature#DEV-23526Order managementOrder status logging now captures status changes from all order update paths, including status updates that don't run the order workflow. Customers using the status log get complete per-shipment status history and handling-time tracking regardless of how an order's status changes.
Feature#DEV-23445CoreThe date range picker's previous-year shortcuts now select the matching week and month exactly one year earlier, enabling correct year-over-year comparison
Feature#DEV-23422ShipmentYou can now remove order lines from an existing shipment via the OrderShipments API. An optional flag also removes any shipment left empty after the lines are removed.
Feature#DEV-23420PricesFixed: Deleting a price on a product now sticks for tenants that join variant prices onto the product — previously the deleted price would reappear after the product reloaded.
Feature#DEV-23392EG ConnectorOmnium now supports EG/Lindbak gift cards — issue new gift cards, check balances, and redeem or recharge them directly through the EG GiftCard service.
Feature#DEV-23371PromotionsPromotion edit: All filters in left column are now grouped by type
Feature#DEV-23337CoreRental revenue can now be posted to a dedicated rental sales account: add a chart-of-accounts entry with the new “Rental sales” category and rental fees will book there instead of the standard sales account. VAT and rental deposits are unaffected.
Bugfix#DEV-23305CoreFixed an issue where unchecking the "Active" switch on a property option value was not saved and reverted to active after reloading.
Bugfix#DEV-23297CoreWeb-fulfillment sales and VAT for order lines without an explicit tax group are now posted to the correct rate-specific ledger accounts — e.g. 15% lines no longer land on the 25% accounts — by deriving the tax group from the line's VAT rate instead of the tenant default.
Feature#DEV-23289CustomerCustomer search can now span all stores: when enabled, searching for a customer returns matches from every store, including stores the user doesn't have access to. Note that with this enabled, customer search always covers all stores regardless of which store is selected. Enabled per tenant in customer settings.
Feature#DEV-23288Cost PricesWhen a price list uses store cost prices, products now receive the discounted store cost price (when one is set) instead of the full store cost price, so store cost figures reflect the agreed discount.
Feature#DEV-23275CustomerAdded API endpoints to expose configured consent types. Separate endpoints for B2B and B2C.
Feature#DEV-23264Order managementPurchase order lines now automatically use the lowest available cost price unless a cost price list is selected, and the product list shows the lowest, regular and standard cost prices with their source price list.
Feature#DEV-23260CoreThe event log now shows a readable name for the queue behind a batch update (e.g. 'Product enrichment') instead of the internal technical queue identifier, making it easier to see at a glance what triggered an update.
Feature#DEV-23240ISAThe POS device settings screen is easier to scan — sections start collapsed and show how many settings are set/locked at a glance, and collapsing a section no longer clears unsaved Home, Navigation, or Cart line edits. Locked settings are now clearly marked, and store/market/order-type values that are no longer valid stay visible instead of appearing blank.
Bugfix#DEV-23221InventoryFixed an issue where users without access to all stores saw no central warehouse inventory on the product page even when cross-store inventory search was enabled.
Feature#DEV-23219ProductThe product enrich table's property selector now lets you add product type custom properties — alongside global and built-in properties — and shows custom property names translated.
Feature#DEV-23217Voyado ConnectorVoyado reward vouchers can now be imported into Omnium in real time via webhook, as an alternative to the file-based import. Vouchers are also automatically reactivated in Voyado when an order is refunded or cancelled.
Feature#DEV-23215CoreScheduled tasks now use a simple schedule picker — choose how often a task runs (daily at a set time, weekly on selected days, every few minutes, and so on) instead of writing cron expressions. The chosen schedule is shown in plain language, and times are in UTC.
Feature#DEV-23211CoreFixed an issue where order lines could disappear from Analytics after an order was updated, keeping analytics reports complete and accurate.
Feature#DEV-23200ProductPromotion pickers in product search filters and price-list editing now show whether each promotion is active, upcoming, or expired, and load faster.
Feature#DEV-23122Purchase ordersA new API endpoint lets you cancel many purchase order lines on an order in a single request, instead of one call per line. This clears cancellation backlogs for large purchase orders and removes any need to parallelize the calls.
Feature#DEV-22929Order managementNew 'Remove order line reservations' workflow step that clears reservation info from order lines, marking them as unreserved. This lets reallocation/splitting steps (e.g. 'Try split unreserved order lines') act on lines that were previously reserved.
Feature#DEV-19993Voyado ConnectorPerformance optimization of VoyadoXmlFeed.

Release 2026-24

Release date: Jun 30, 2026

Main focus areas

This release focuses on improving accounting accuracy and financial controls, expanding order management and shipment workflows, enhancing API scalability, and strengthening operational visibility across products, promotions, and integrations. Several fixes also improve analytics accuracy and workflow reliability.

Key changes and improvements

Accounting & Financials

  • Rental deposits are now posted to a dedicated deposit liability account rather than sales revenue, with corresponding refund handling for balanced accounting entries.
  • Added accounting option to split daily WebFulfillment postings by order type and store, enabling separate accounting for channels such as online sales and Click & Collect.
  • Sitoo bookings can now export line discounts as separate discount rows, matching POS campaign presentation.

Order Management & Workflow

  • Order splitting workflows now support OR-based matching, allowing processing of order lines that match any of multiple categories or properties.
  • Added new Consolidate shipments workflow step, enabling automatic merging of shipments destined for the same warehouse and optionally the same shipping method or delivery address.
  • Click & Collect orders that skip multiple status steps now correctly execute all intermediate workflow actions, ensuring inventory and payment processing remains consistent.
  • Advanced export settings now allow export-specific properties and configuration options to be set directly when initiating order exports.
  • Added support for asynchronous order status updates through the ExecuteWorkFlowAsync option on the UpdateStatus API.

API & Integrations

  • Added scroll-based bulk extraction support to the Promotions API:
    • POST /api/Promotions/Search/Scroll
    • GET /api/Promotions/Scroll/{id}
  • Cart Checkout API now supports selective validator execution:
    • Empty validator array disables validation
    • Specific validator lists execute only selected validators
    • Omitting validators executes all configured validators
  • Improved error reporting in Orders/UpdateMany, which now returns validation details when validation failures occur.
  • Google Connector: Performance improvements for XML feed generation.
  • Sitoo Connector: Added support for exporting discounts as separate discount lines.

Products & Purchase Orders

  • Added role-based permission control for editing purchase order line cost prices, enforced across both purchase order and goods reception workflows.
  • Pick lists now display GTIN values.
  • Product supplier panels now display Supplier SKU IDs.
  • Fixed pinned product behavior so pinned products are included alongside category and brand matches.

Analytics & Reporting

  • Fixed analytics calculations for API-imported orders, ensuring:
    • Profit calculations
    • Cost calculations
    • Revenue totals are correctly indexed and reported.

Administration & Core Platform

  • Scheduled task editor now includes:
    • Cron expression validation
    • Human-readable schedule descriptions
    • Visual schedule builder
  • Global store filter now supports searching by store ID in addition to store name.
  • GUI extensions triggered from detail pages now include record identifiers and types in webhook payloads.
TypeIssue NoDomainDescription
Bugfix#DEV-23183CoreAnalytics order line sums (profit, totals, and costs) are now calculated correctly for orders imported via the API, which previously could be indexed with stale or uncalculated values.
Feature#DEV-23170CoreRental deposits are now posted to a dedicated deposit-liability account instead of being booked as sales revenue, and deposit refunds are correctly offset — producing balanced accounting entries for rental orders with deposits.
Feature#DEV-23168CartThe cart Checkout API now lets you opt out of validation by sending an empty validators array ([]). Omitting the field still runs all configured validators; sending specific validator names runs only those.
Feature#DEV-23156Order managementOrder-splitting workflows can now match order lines that are in any of several product categories, or that have any of several order-line properties — not just lines matching all of them. This makes it easier to route a broader set of lines to a chosen warehouse or shipment in a single step.
Feature#DEV-23103ProductYou can now control who is allowed to edit the cost price on purchase order lines. Grant or restrict the 'Purchase order edit line price' permission per role and it is enforced consistently across the purchase order and goods-reception screens.
Bugfix#DEV-23100Order managementOrders/UpdateMany now returns a validation error message in the 500 response if that's the cause. This will later be changed to a 400 response.
Bugfix#DEV-23096CorePinned products are now included in addition to the category/brand matches.
Feature#DEV-23092CoreA new accounting setting lets you split the daily web-fulfillment postings per order type per store — e.g. separating online from click-and-collect sales — instead of producing a single combined posting per store.
Feature#DEV-23086ShipmentYou can now add a 'Consolidate shipments' step to order workflows. It merges shipments going to the same warehouse (and optionally the same shipping method or delivery address) into a single shipment, so orders split across workflow steps don't end up as unnecessary separate shipments.
Feature#DEV-23071ApiThe Promotions API now supports scroll-based bulk extraction. Use POST /api/Promotions/Search/Scroll to retrieve large promotion result sets in batches, then GET /api/Promotions/Scroll/{id} to fetch each subsequent batch until no scrollId is returned.
Feature#DEV-23069Sitoo ConnectorSitoo bookings can now export line discounts as separate discount lines (matching how campaigns appear in Sitoo POS), enabled per market from the Sitoo settings.
Feature#DEV-23068CoreScheduled tasks now have an improved schedule editor: type a cron expression and instantly see a plain-language description with validation, or use the built-in fields (day of week, time of day, day of month, month) to build the schedule visually.
Feature#DEV-23038CoreYou can now find stores in the global store filter by typing the store ID, in addition to the store name.
Feature#DEV-23035Order managementClick & Collect order status changes that skip ahead multiple steps (e.g. New → Picked up and paid) now correctly run the workflow steps for the intermediate statuses, so inventory and payment are processed as expected.
Feature#DEV-23031Order managementWhen exporting an order, you can now open Advanced export settings to add properties to the export initiation and control what each export sends. Each exporter can offer its own configurable options, set directly in the export dialog.
Feature#DEV-23023ProductPick lists now show each item's GTIN, and the product page's Supplier panel now displays the Supplier SKU ID.
Feature#DEV-22933ApiThe order UpdateStatus API now supports asynchronous processing via a new ExecuteWorkFlowAsync option. When enabled, the request is queued and returns immediately without waiting for the order workflow to complete, giving faster responses for status updates.
Feature#DEV-19992Google ConnectorPerformance optimizations on Google XML feeds.

Release 2026-23

Release date: Jun 23, 2026

Main focus areas

This release focuses on improving price list reliability and product pricing synchronization, enhancing purchase order and inventory workflows, expanding order automation capabilities, and strengthening accounting, reporting, and customer service functionality. Several fixes also improve stability across integrations and inventory management.

Key changes and improvements

Price Lists & Pricing

  • Products can now be automatically enriched with active price list prices when saved, ensuring pricing remains synchronized without requiring reactivation of the price list.
  • Force-activating a price list now updates all products on the list, including items already marked as active.
  • Added default configuration options for:
    • Price list type
    • Store cost pricing when creating new price lists and price list promotions.
  • Fixed an issue where activating a price list and subsequently saving a linked promotion could unintentionally remove generated prices.
  • Fixed patching behavior where updating only the unit price could create unintended discount values.

Purchase Orders & Inventory

  • Reorder suggestions now support suppliers managed through strict assortment rules, using assortment codes rather than supplier IDs.
  • Purchase order workflows using Validate on errors now stop only for actual errors, allowing processing to continue when warnings are present.
  • Inventory CSV imports now support updating:
    • Inventory quantity
    • Location
    • Minimum quantity
    • Maximum quantity using a unified import format.
  • Fixed an issue where adding products to purchase orders could generate incorrect inventory transactions and phantom inventory records.

Order Management & Automation

  • Added support for property-based order line splitting, allowing workflow actions to target order lines containing specific properties.
  • Shipment splitting workflows now support a ShippingMethodName property.
  • Markets can now define a default store that is automatically assigned to new carts when applicable.

Reporting & Accounting

  • Inventory transaction reporting now supports:
    • Filtering by sales or purchase order references
    • Exporting linked order numbers
    • Exporting payment invoice references
  • Added accounting setting to defer WebFulfillment revenue posting until payment capture, improving financial reconciliation and revenue recognition accuracy.

Product Management

  • Rental products are now fully hidden from search results and APIs when the rental feature is disabled, ensuring consistent tenant behavior.

Customer Service & Cases

  • Added reusable case reply templates, allowing customer service teams to create standardized responses and insert them directly into case replies.

Integrations

  • Sitoo connector:
    • Added support for automatically marking partially cancelled Click & Collect orders as ready for pickup once all remaining items have arrived.
    • Added protection against concurrent product export jobs to improve synchronization reliability.

Users & Administration

  • New employees added to shared store users now receive an automatically generated PIN during onboarding, simplifying initial setup while maintaining individual PIN ownership and management.
TypeIssue NoDomainDescription
Feature#DEV-23019ProductRental products are now hidden from product search and API responses when the rental feature is turned off in tenant settings; with it off, even explicit rental lookups return no products instead of unrelated non-rental items.
Bugfix#DEV-23018InventoryFixed an issue where adding a product to a purchase order could create spurious zero-value "InventoryCount" transactions and phantom inventory records at warehouses that hold no stock.
Feature#DEV-23014Sitoo ConnectorSitoo click & collect orders where items are cancelled after partial arrival can now automatically be marked as ready for pickup once all remaining items have arrived in store, via a new workflow action option.
Bugfix#DEV-23011Purchase ordersPurchase order workflows with the "Validate on errors" step now proceed when an order only has warnings, halting only on actual errors.
Bugfix#DEV-23001UsersWhen adding a new employee to a shared store user, Omnium now automatically generates a PIN code and shows it once after saving. The employee can change their PIN after first sign-in. Employees can still only see and edit their own PIN.
Feature#DEV-22993CartMarkets can now be configured with a default store. When set, new carts on that market automatically use this store - prioritized over the customer's stores and the default warehouse, while the user's own store selection still wins.
Feature#DEV-22986Order managementThe 'Try split unreserved order lines' workflow step now supports a new OrderLineHasProperties setting, letting you split out order lines that have a given property key, regardless of its value.
Feature#DEV-22985ProductProducts can now be automatically enriched with prices from active price lists when they are saved, without re-activating the list. This keeps newly added or updated products in sync with their price list prices, and restores price-list prices that were accidentally cleared.
Feature#DEV-22976Sitoo ConnectorSitoo - We now prevent concurrent product export scheduled tasks
Feature#DEV-22952Order managementThe "Split order lines to be purchased to shipment" workflow step now supports a ShippingMethodName property
Bugfix#DEV-22947PromotionsFixed an issue where prices added by activating a price list could be removed shortly after when saving the linked price list promotion.
Feature#DEV-22942Price listForce-activating a price list now pushes prices to every product on the list, including items already marked as active.
Bugfix#DEV-22939Price listPatching a price list item with only a higher unit price no longer adds a phantom discount - the discounted price now correctly follows the new unit price.
Feature#DEV-22931InventoryThe inventory CSV import now lets you choose which field to update - inventory quantity, location, minimum quantity, or maximum quantity - using the same skuId;warehouseCode;value format.
Feature#DEV-22904ReportsInventory transactions can now be filtered by order reference (sales order or purchase order) and exported with linked order number and payment invoice columns, making it easier to reconcile goods movements against your ERP without manual spreadsheet work.
Feature#DEV-22898Charts and reportingAdded an accounting setting that holds web-fulfillment bookkeeping until an order is actually paid, so revenue is only posted once a real capture exists instead of when the order is fulfilled.
Feature#DEV-22897Purchase ordersReorder suggestions now honor the strict assortment setting, filtering by the supplier's assortment codes (instead of product supplier ID) so stores see the correct suggestions for suppliers managed via assortment.
Feature#DEV-22893Price listYou can now set default values for the list type and store cost price under Price lists, which are automatically applied when creating new price lists and price list promotions.
Feature#DEV-22891CasesYou can now create and manage reusable reply templates for cases from a new "Reply templates" tab under Cases, and insert them with one click when replying to a case.

Release 2026-22

Release date: Jun 16, 2026

Main focus areas

This release focuses on improving purchase order planning and cost management, expanding price list capabilities, enhancing inventory and store administration workflows, and refining financial posting and promotion management. Several fixes also improve data integrity across pricing, promotions, and purchase order processes.

Key changes and improvements

Purchase Orders

  • Purchase order product lists now display:
    • Incoming stock quantities
    • Quantity sold directly in the list view.
  • Reorder suggestions now account for incoming purchase orders, preventing over-ordering of stock already on the way.
  • Purchase order quantities and totals now reflect cancelled units, showing:
    • Remaining quantity
    • Original quantity (struck through)
    • Cancelled quantity
  • Purchase orders now validate minimum and maximum order amounts per supplier, including products supplied by secondary suppliers.
  • Store cost pricing is now correctly applied when enabled for a market, prioritizing discounted store cost prices where applicable.

Price Lists & Cost Pricing

  • Price list item editor now displays:
    • Profit amount
    • Margin inline for all cost and price fields, including store cost pricing.
  • Added support for Enrich mode in Excel imports for price list items.
  • Products added to price lists now automatically inherit:
    • Prices
    • Costs
    • Standard costs
    • Store costs from the configured standard price list.
  • Store cost prices and store margins are now visible in price lists when store cost pricing is enabled.
  • Products added through campaigns now preserve their original cost currency.
  • Sticky column headers added to price list tables for improved navigation in large datasets.
  • Fixed API activation workflow to prevent unintended removal of existing promotion and original prices during price list item updates.

Promotions & Campaigns

  • Promotions no longer generate duplicate promotional prices when no actual discount is applied.
  • Price list promotions now disable campaign settings that are not applicable to the promotion type.
  • Various usability improvements and UI refinements across promotion and price list workflows.

Inventory & Product Management

  • Inventory maximum values can now be edited directly from the product inventory modal.
  • Cart product additions now preserve the tax rate defined on the product price instead of defaulting to the market tax rate.

Stores & Configuration

  • Added centralized management of special opening hours with:
    • Global market-level administration
    • Per-store overrides
  • Warehouse location code validation now supports flexible formats through regex-based validation.
  • Improved mass delete tool reliability and validation feedback.

Financials & Accounting

  • Payment methods can now be configured to post returns, VAT adjustments, and refunds back to the original selling store, supporting settlement models where transactions are owned by the source store.
  • Click & Collect returns processed at a different store within the same store group now:
    • Book revenue adjustments against the original purchase store
    • Automatically transfer goods cost between stores

Customer & API

  • Added AddInternalComment API endpoint for creating internal comments on private customer records.
TypeIssue NoDomainDescription
Feature#DEV-22880ProductThe purchase order product list now shows incoming stock ('I bestilling') and quantity sold directly in the list, without opening the inventory dropdown. The reorder suggestion also accounts for incoming purchase orders, so suggested quantities reflect stock already on the way.
Feature#DEV-22877ConfigurationFixed the mass delete tool so it no longer gets stuck on "processing" for small batches, and the confirmation count now correctly matches the number of IDs entered regardless of blank lines.
Feature#DEV-22867Purchase ordersPurchase order quantity badges and totals now reflect cancelled units, showing the reduced quantity with the original struck through and the cancelled count, in both the purchase order list and order detail views.
Feature#DEV-22866Price listThe price list item editor now shows profit amount and margin inline beneath each cost and price field — including store cost pricing — replacing the separate profitability panel for a clearer at-a-glance view.
Bugfix#DEV-22836Price listFixed an issue where patching price list items through the API (with price list activation) could remove existing promotion and original prices from products and leave the items inactive; affected items are now activated reliably without affecting other prices.
Bugfix#DEV-22834Purchase ordersPurchase orders now correctly use a price list's store cost price (preferring the store discounted cost price) when store cost price is enabled for the order's market
Feature#DEV-22825Price listExcel price list item imports now support "Enrich"
Feature#DEV-22802PromotionsMinor price list and promotion UI fixes
Feature#DEV-22801CorePayment methods can now be set to book returns — including sales reversal, VAT and refund — to the original order's store instead of the return store, for providers that settle to the selling store.
Bugfix#DEV-22800PromotionsPromotions no longer create duplicate, identical promotional prices when a promotion has no actual discount (0% or 0 amount) - only prices that apply a real discount are generated.
Feature#DEV-22785StoreClick & collect orders returned at a different store within the same store group are now booked on the original purchase store, with an automatic goods-cost transfer between stores.
Feature#DEV-22784CustomerNew api endpoint for adding internal comment on private customer: AddInternalComment
Feature#DEV-22783Price listAdding products to a price list campaign from the standard price list now preserves each product's original cost currency, instead of overwriting it with the price list's default cost currency.
Feature#DEV-22778InventoryAdding support for editing inventory max value in product inventory modal.
Feature#DEV-22765PromotionsPrice list promotions now disable the campaign settings that don't apply to them
Feature#DEV-22764Price listPrice lists with store cost pricing enabled now show the store cost price and store margin
Feature#DEV-22763storesAdded global special opening hours management with per-store override capability, allowing bulk editing across markets while preserving individual store customizations
Feature#DEV-22761Price listWhen adding products to a price list, prices and costs, including standard cost and store cost, are now automatically copied from the tenant's configured standard price list.
Feature#DEV-22760CartProducts added to a cart from the Products tab now keep the tax rate defined on the product's price instead of falling back to the market default tax rate.
Bugfix#DEV-22753Price listAdding products to a price list promotion now carries over standard cost and store cost from the standard price list.
Feature#DEV-22745Price listPrice list tables now keep their column headers pinned to the top while you scroll, so the column labels stay visible in long lists.
Feature#DEV-22735Purchase ordersPurchase orders now check minimum and maximum order amounts per product supplier, not only the order's main supplier.

Release 2026-21

Release date: Jun 9, 2026

Main focus areas

This release focuses on expanding price list management and reporting capabilities, improving promotion discoverability and administration, enhancing inventory and purchase order accuracy, and introducing new API and analytics functionality. Several usability and performance improvements have also been made across core platform components.

Key changes and improvements

Price Lists & Pricing

  • Added Full Export functionality, allowing complete export of all price list item properties in a re-importable Excel format.
  • Price list item custom reports can now be generated directly from the price list editor, including tenant-specific custom properties.
  • Excel imports now automatically backfill missing discount-related fields from available values.
  • Store cost prices are now preserved when products are added or updated through promotion workflows.
  • Added Wholesale (Grossist) field to the price list item editor.
  • Administrators can now force-deactivate stuck price lists from the editor context menu.

Promotions & Campaigns

  • Promotions can now be searched by:
    • Primary coupon code
    • Additional coupon codes
  • Promotion calendar improvements include:
    • Alternative views based on cost-price and store-cost-price validity dates
    • Improved campaign grouping visualization
    • Expand/collapse animations
    • Better handling of single-day promotions
  • Promotion settings now support a default rounding policy that is automatically applied to new promotions.
  • Products affected by a price list promotion can now be viewed directly from the promotion.

Purchase Orders & Inventory

  • Purchase order product search now evaluates in-stock availability based on the purchase order's selected store, rather than any warehouse.
  • Warehouse location codes now support flexible formats and lengths, with validation driven entirely by configured regex rules.

Product Management

  • Added a new required categories filter that allows filtering products matching categories from multiple category groups simultaneously.
  • Fixed category tree search to correctly honor excludedProductCategoryIds, including tenants using product-based category parent relationships.

Reports & Analytics

  • ProductSales report now displays inventory values for the selected store rather than only the main warehouse.
  • Orders Analytics now displays:
    • Unique order count
    • Underlying order line count alongside search results.

API & Integrations

  • Added new POST /api/PropertyOptions/Search endpoint supporting:
    • Paging
    • ID filtering
    • Group filtering
    • Free-text search
    • Date filtering
    • Active/inactive filtering
  • GUI extension webhooks triggered from detail pages now include record type and identifier metadata.

Order Management & Returns

  • Added support for tags on return orders and tag-based filtering in return workflows.
  • Return creation now falls back to tenant settings when IsStockUpdated is not explicitly specified.
  • Improved shipment splitting logic to ensure bundle/package components remain on the same shipment.

Pricing Configuration

  • Added new "Round down to nearest" rounding strategy, allowing prices to always be rounded down to the nearest configured increment.

Core Platform

  • Improved version comparison tools with:
    • Faster loading of large diffs
    • Better context around changes
    • Improved display of change-only views
TypeIssue NoDomainDescription
Feature#DEV-22733Purchase ordersPurchase order product search now scopes the "only in stock" filter to the order's store, so toggling in-stock shows products actually in stock at that store instead of any warehouse.
Feature#DEV-22731InventoryWarehouse location codes are no longer auto-formatted with separators based on the format example — the example now acts purely as a placeholder hint and the configured regex handles validation, so location codes of varying lengths (e.g. R501 and A6403) can be created.
Feature#DEV-22730ProductCategories listed in excludedProductCategoryIds are now correctly excluded from the category tree search results, including for tenants that store category parents on products.
Feature#DEV-22729Price listStore cost price values are now preserved when adding or updating products in a price list through a promotion's Add products tab, instead of being reset to zero.
Feature#DEV-22728ReportsThe ProductSales report now shows inventory values for the selected store, not only the main warehouse.
Feature#DEV-22711PromotionsPromotions can now be found by searching for their coupon code, including any additional coupon codes.
Feature#DEV-22710CoreThe version-list JSON comparison now shows the surrounding parent structure as context around each change, removes the small vertical gaps in "show changes only" mode, and loads large diffs noticeably faster.
Bugfix#DEV-22709CoreGUI extensions triggered from a detail page (purchase order, delivery, cart, or pick list) now include the record's identifier and type in their event/webhook payload.
Bugfix#DEV-22708Order managementTrySplitUnreservedOrderLinesToClosestZip - Prevent packages/bundles components from being split to different shipments.
Feature#DEV-22707ApiNew POST /api/PropertyOptions/Search endpoint with paging and filtering by Ids, Group, free-text Query, CreatedFrom/CreatedTo, and IsActive. Lets API consumers look up a property option by id and avoid the 10000-item cap on the existing GET endpoint.
Feature#DEV-22679ProductProducts page now has an additional required categories filter that lets you narrow results to products matching categories in both lists at once.
Feature#DEV-22656PromotionsPromotion calendar: optionally view promotions by cost-price/store-cost-price dates, clearer campaign grouping with color-coded bars, expand/collapse animation, and readable labels for single-day promotions.
Feature#DEV-22655ReturnsCreating returns without specifying IsStockUpdated will now fallback to tenant settings
Feature#DEV-22654PromotionsPromotion management settings now include a default rounding policy that is automatically pre-filled when creating new promotions. It can still be overridden per promotion.
Feature#DEV-22653PricesNew "Round down to nearest" rounding option that always rounds prices down to the nearest configured step, giving customers the benefit of the rounding. Selectable in Rounding settings alongside "Round to nearest" and "Nice rounding".
Feature#DEV-22621Price listAdded a new Grossist (Wholesale) column in the price list item edit modal
Feature#DEV-22616Price listExcel import for price list items now back-fills missing discount fields (cost discount %, discount %, discounted cost/price) from the values provided
Feature#DEV-22614Price listAdmins can force-deactivate a stuck price list from the context menu on the price list edit page.
Feature#DEV-22613PromotionsProducts affected by a price list promotion can now be found via the promotion.
Feature#DEV-22612Price listPrice lists: you can now create custom reports of the price list item type from the edit price list page, including any tenant-configured price-list custom properties as available columns.
Feature#DEV-22611Price listNew "Full export" option in the price list editor that exports all price list item properties as a re-importable Excel file.
Feature#DEV-22606AnalyticsThe Orders Analytics tab now shows the number of unique orders behind each search (with the order line count as a sub-text)
Feature#DEV-22490Order managementAdding support for tags on returns and tag filters in return order workflow.

Release 2026-20

Release date: Jun 2, 2026

Main focus areas

This release focuses on advanced pricing and analytics workflows, improved order automation, expanded reporting and tax support, and enhanced scalability for large datasets and enterprise configurations. The release also introduces improvements to campaign management, VAT handling, shipment integrations, and fulfillment performance.

Key changes and improvements

Analytics & Reporting

  • Orders Analytics now includes:
    • Revenue-over-time trend charts grouped by top dimensions (Brand, Store, SKU, etc.)
    • Daily/monthly aggregation based on selected period
    • Order count bar charts per group
  • Added new custom report type for price list item exports combining fields from both price lists and line items.

Price Lists & Pricing

  • Price list items now support three working modes:
    • List view
    • Inline editable Form view
    • Budget view with planned sales volume and comments
  • Added advanced filtering on the price list edit page, including:
    • Warnings
    • Supplier
    • Brand
    • Price ranges
  • “Discounted price” field is now directly editable with automatic discount calculations.
  • Price list rows now correctly display:
    • Configured cost currency
    • Converted target currency
  • Added support for per-product VAT rates, with inheritance and tax-group override support.

Promotions & Campaigns

  • Fixed cost-price promotions incorrectly ignoring:
    • Customer groups
    • Customer IDs
    • Customer club settings
    • Coupon restrictions
    • Tag conflict filters
  • Promotion save operations now surface proper error feedback on failure.
  • Customer club settings are now synchronized between promotions and connected price lists.
  • Fixed support for setting cost validity dates on price list promotions.
  • Campaign budget calculations now aggregate revenue from both promotions and price list items.
  • Fixed tag filtering consistency across campaign dashboard views.
  • Campaign detail popup now includes a functional “Go to campaign” link.

Order Management & Automation

  • Added automation for:
    • Fully reserved orders
    • Fully reserved and fully paid orders with due/no delivery date
  • Purchase order list now includes:
    • Delivery count indicators
    • Tri-state filtering for delivery assignment status

Projects & Returns

  • Claim project product lines now inherit:
    • Cancellation codes
    • Return type codes from originating return lines.

Product & Configuration

  • Custom property dropdowns now support:
    • Search
    • Lazy loading for improved handling of large datasets.
  • Property option groups now support paging for very large value sets (10k+ entries).

Performance

  • Improved performance for WebFulfillment posting and preview generation.

Shipment & Integrations

  • Added support for nShift Checkout v2 with:
    • Delivery option widget integration
    • Pickup point support
TypeIssue NoDomainDescription
Feature#DEV-22607AnalyticsOrders Analytics now includes a revenue-over-time trend chart with one line per top-20 group (Brand, Store, SKU, etc.) Daily granularity for date ranges up to ~60 days, monthly for longer ranges, plus a new bar chart showing the number of orders per group.
Feature#DEV-22600Price listPrice list items can now be viewed in three modes via a toggle: List (existing), Form (inline editable fields for cost, price and discounts with a bulk-apply header), and Budget (planned sales volume + comment)
Feature#DEV-22599Price listAdded advanced search on the price list edit page with collapsible filters for warnings, supplier, brand and price range, making it easier to drill into large price lists.
Feature#DEV-22596ProductThe custom property dropdown now supports search and lazy-loads more values as you scroll, making it usable with large property option groups.
Feature#DEV-22591Purchase ordersPurchase order list now shows an icon with delivery count for orders that have one or more deliveries assigned, and a new tri-state filter lets you narrow the list to purchase orders with or without deliveries.
Feature#DEV-22584PerformancePerformance improvements to WebFulfillment posting and preview
Feature#DEV-22581CoreProperty option groups settings now supports paging — large groups (10k+ values) can be browsed in full
Feature#DEV-22580Price listPrice list item edit modal: the "Discounted price" field is now editable, automatically calculating the discount and discount percentage
Bugfix#DEV-22560PromotionsSaving a price list promotion now propagates the "Customer club" toggle to the connected price list, so prices on the list are correctly marked as customer club specific.
Feature#DEV-22514Order managementNew automation for orders fully reserved with purchase orders
Feature#DEV-22509Order managementNew order automation for fully reserved, fully paid and delivery date is due or not set
Feature#DEV-22505ProjectClaim projects: the cancellation-code dropdown on each product line in the customer-service view is now auto-populated from the originating return order line, alongside the existing return reason.
Feature#DEV-22500ReportsA new custom report type for price list items is now available - define a custom export with fields from both the price list and its items
Bugfix#DEV-22499CampaignCampaign calendar: the campaign detail floater now shows a working "Go to campaign" link in its header.
Feature#DEV-22498CampaignFixed tag filter not being applied to the Performance Overview and Charts Dashboard tabs on the Campaigns page.
Feature#DEV-22482ProductProducts now support a per-product VAT rate that prices inherit when the tenant hasn't configured tax groups. When tax groups are configured, both the tax group and a manual rate are editable on the product, and the accounting settings page now has the VAT rates in a separate tab.
Feature#DEV-22478campaignCampaign budget now sums planned revenue from both the promotion and its price list items, instead of one overriding the other.
Feature#DEV-22477ProjectProject product lines created from a return now include the return type code from the originating return order line
Bugfix#DEV-22474Price listPrice list item rows now display the cost in the configured cost currency (e.g. EUR) with the converted price list currency (e.g. NOK) shown below, matching the edit modal.
Bugfix#DEV-22473PromotionsFixed a bug where setting cost price or store cost price validity dates on a price list promotion failed with an error.
Feature#DEV-22472PromotionsFixed CostPricePromotion ignoring customer group, customer id, customer club, coupon code and tag-conflict filters in the live cart promotion engine. Discounts were previously applied to all customers regardless of the promotion's customer restrictions.
Bugfix#DEV-22471PromotionsPromotion edit page now shows an error message when saving fails, instead of leaving the loading dialog stuck on screen.
Feature#DEV-22414PricesAdds a tax-group chart with SAF-T / MVA-koder and a Z-report VAT settlement CSV export for ERPs
Feature#DEV-22325ShipmentAdded support for nShift Checkout v2 as a shipping provider, enabling delivery option selection via the nShift widget with pickup point support

Release 2026-19

Release date: May 27, 2026

Main focus areas

This release focuses on deeper pricing and promotions flexibility, improved purchase order validation and allocation handling, enhanced project and returns synchronization, and expanded analytics and reporting capabilities. The release also includes multiple usability and data consistency improvements across supplier, inventory, and tenant configuration areas.

Key changes and improvements

Projects & Returns

  • Claim projects can now synchronize linked returns automatically, updating matching return lines when project product lines are changed.
  • Claim projects created from returns now include return reasons on project product references.
  • Projects created from orders, returns, or purchase orders now retain originating order or purchase order references on product lines for improved traceability.

Price Lists & Cost Pricing

  • Price list items now support:
    • Per-item cost currency and exchange rate overrides
    • Direct editing of discounted cost and store discounted cost
    • Custom properties with configurable defaults and dedicated properties editor
  • Added support for separate validity periods for:
    • Cost prices
    • Store cost prices
  • Price list validation workflow improved with:
    • Proper validation iconography
    • Automatic bypass when no validators are configured
    • Improved user feedback
  • Editing deleted-product price list items no longer triggers erroneous “Not found” notifications.
  • Store margin calculations now consistently use prices excluding VAT.

Promotions

  • Price list promotions now display cost information in the Add Products view.
  • Added support for using store cost price instead of supplier cost price in cost-price promotions.
  • Editing prices in promotion product lists now preserves the exact entered value.
  • Added two new promotion-focused custom report types:
    • Promotion summary report
    • Promotion product eligibility report

Purchase Orders

  • Purchase orders linked to cost price lists now validate that the delivery date falls within the valid price period.
  • Added market-specific setting to prevent allocations to internal order lines.
  • ATP calculations now include SKUs from deleted order lines.
  • Redesigned product sales list with a more compact layout.
  • Fixed issue where filtering purchase orders by order type could trigger search errors.

Inventory & Product UI

  • Product list and cart product list now use a merged price and inventory column with responsive store label handling.

Analytics & Reporting

  • Added new Insights API endpoints for aggregated daily KPI retrieval.
  • Introduced generic accounting export functionality with:
    • Configurable chart of accounts
    • Per-store overrides
    • Excel export support from Payments

Supplier

  • Improved supplier search behavior for short-text queries.
  • Renaming suppliers now automatically updates linked product supplier names asynchronously.

Tenant Settings & Configuration

  • Property option groups can now allow inline creation of dropdown values.
  • Market settings UI improved with support for default payment methods.
  • Rounding policy editor now hides irrelevant fields and provides fallback labels when display names are missing.
TypeIssue NoDomainDescription
Feature#DEV-22437ProjectClaim projects can now keep linked returns in sync: changing a product line on the project automatically adjusts the matching return line
Feature#DEV-22436Price listPrice list items can now override the cost currency and exchange rate per item. Exchange rates are auto-fetched when only the currency is provided.
Feature#DEV-22435PromotionsEditing the Price column on a price list promotion's Add products tab now keeps the value you enter exactly
Feature#DEV-22434InventoryThe price and inventory columns in the product list and cart product list are now merged into a single column. In very narrow side panels the store names auto-hide so the badges still fit.
Bugfix#DEV-22433Price listButikkmargin% på prislisteelement beregnes nå mot pris eks. mva (matcher leverandørmargin).
Feature#DEV-22432Price listEditing a price list item no longer shows a "Not found" toast when the linked product has been deleted from Omnium
Feature#DEV-22431PromotionsPrice list promotions now show cost in the Add products tab, sourced from a configurable source price list on the promotion
Feature#DEV-22429Purchase ordersPurchase orders linked to a cost price list are now validated to ensure the requested delivery date falls within the price list's valid period
Feature#DEV-22428PromotionsTwo new custom report types for promotions: a promotion list (one row per promotion) and a promotion product list (one row per eligible product, using the same algorithm as the promotion processors)
Bugfix#DEV-22427CoreRounding policy editor disables irrelevant fields, and policy selector have text fallback if displayname is not given
Feature#DEV-22426ProductPrice list items can now be edited by entering Discounted cost or Store discounted cost directly
Feature#DEV-22424AnalyticsAdded new Insights endpoints that let analytics partners fetch aggregated daily KPIs
Bugfix#DEV-22394Purchase ordersRedesigned the product sales list (used in both the Products tab and the Purchase Order Products view) with a more compact layout
Feature#DEV-22393TenantsettingsProperty option groups can now be configured to let users add new dropdown values inline
Feature#DEV-22380Price listPrice list Validate now uses a proper icon, skips the validation queue when no validators are configured, and informs the user that no validation will be performed
Bugfix#DEV-22374Purchase ordersFixed the order type filter on the Purchase Orders list, which previously caused searches to fail with an error when an order type was selected.
Feature#DEV-22350Price listPrice lists and promotions now support separate validity dates for cost prices and store cost prices
Feature#DEV-22323ProjectClaim projects created from returns now include the return reason from each return order line on the project product reference
Feature#DEV-22318ProjectProjects created from orders, returns, or purchase orders now include the originating order ID or purchase order ID on each product reference
Feature#DEV-22317SupplierFixed supplier search returning all suppliers when searching for short text
Feature#DEV-22316SupplierRenaming a supplier now automatically updates the supplierName on all linked products in the background
Feature#DEV-22315TenantsettingsMarket settings UI improvements, and adding default payment method
Feature#DEV-22312Purchase ordersNew setting for preventing allocations to internal order lines that can be set per market.
Bugfix#DEV-22307Purchase ordersATP calculations now include SKUs from deleted lines
Feature#DEV-22282Price listPrice list items now support custom properties with a dedicated Properties tab on the edit modal and configurable default properties in tenant settings
Feature#DEV-22280PromotionsCost price promotions now support an option to use the store cost price instead of the supplier cost price from the price list, configurable via a new toggle in the promotion settings.
Feature#DEV-22161ReportsAdds a generic accounting export feature: tenants can now configure a chart of accounts (with per-store override) and pull two new Excel custom reports from the Payments page

Release 2026-18

Release date: May 19, 2026

Main focus areas

This release focuses on improving purchase order accuracy and visibility, expanding event and reporting capabilities, enhancing promotion flexibility, and introducing new configuration and payment functionality.

Key changes and improvements

Purchase Orders

  • Product list purchase order column now shows store-specific quantities instead of aggregated totals.
  • Supplier package quantity (D-pak) is now visible in:
    • Product lists
    • “Add to Purchase Order” modal
  • Added validation to prevent purchase order lines with zero quantity from being submitted.
  • Purchase order notifications now support tag-based filtering.

Projects & Returns

  • Added DeliveredQuantity and CanceledQuantity fields to project product lines with editable detail panel support.
  • Projects created from orders, returns, or purchase orders now retain originating order or purchase order references on product lines for improved traceability.
  • Return status assignment now respects Condition and shipment delivery type, enabling more accurate initial return statuses.

Promotions

  • Added support for customer-specific promotions.
  • Promotions list now supports sortable column headers.

Events & Reporting

  • Event subscriptions can now be filtered using custom properties.
  • Inventory count operations are now logged as events.
  • Fixed grouped order analytics so the “Missing” row correctly isolates records without grouping values.

Inventory & Cart

  • AddItemToCart API now supports specifying fulfillment warehouse per line item.

Payments & Integrations

  • Added new payment provider supporting capture and credit against B2B customer credit balances.
  • Tripletex connector: Added support for VAT code mapping per category.

Configuration

  • Added Property Option Groups tenant setting for managing reusable dropdown option lists.
TypeIssue NoDomainDescription
Feature#DEV-22313ReportsFixed the "Missing" row in grouped order analytics so it now correctly shows only order lines without a value for the selected grouping property, instead of returning all order lines
Feature#DEV-22258EventsEvent subscriptions can now be filtered by custom properties
Feature#DEV-22229ProjectAdded DeliveredQuantity and CanceledQuantity fields to project product lines, editable via an expandable details panel
Feature#DEV-22221Purchase ordersThe "Purchase Orders" column on the product list now correctly shows quantities for the selected store only, instead of showing totals across all stores.
Feature#DEV-22212Purchase ordersSupplier package quantity (D-pak) is now visible in product list views and in the "Add to Purchase Order" modal
Bugfix#DEV-22186Purchase ordersPurchase orders can now be validated to ensure no order lines have a quantity of zero, preventing invalid lines from being submitted to suppliers.
Feature#DEV-22166ReturnsReturn status assignment now respects the Condition field, automatically selecting the correct initial status based on the order's shipment delivery type (e.g. Pickup vs Delivery).
Feature#DEV-22158ConfigurationAdded Property Option Groups: a new tenant-settings section where admins can manage reusable dropdown value lists
Bugfix#DEV-22135Tripletex ConnectorAdding support for specifying TripleTex VAT-code per category in Omnium.
Feature#DEV-22110InventoryEvents are now logged for inventory count
Bugfix#DEV-22052PromotionsAdding support for customer specific promotions.
Feature#DEV-22005Purchase ordersPurchase order notifications now supports tags filter.
Feature#DEV-21937CartAdding support for specifying line item fulfillment warehouse in API-endpoint AddItemToCart.
Feature#DEV-21886PaymentsAdding new payment provider for capturing and crediting towards B2B-customer credit balance.
Feature#DEV-21672PromotionsSortable column headers on the Promotions list
Feature#DEV-22318ProjectProjects created from orders, returns, or purchase orders now include the originating order ID or purchase order ID on each product reference

Release 2026-17

Release date: May 12, 2026

Main focus areas

This release focuses on improving data consistency and concurrency handling, enhancing purchase order workflows, and expanding API capabilities for product and pricing operations. It also introduces incremental improvements to filtering, traceability, and payment flexibility.

Key changes and improvements

Purchase Orders

  • “Add to purchase order” picker now excludes POs in confirmed states, reducing invalid selections.
  • Purchase order lines created via split now show reference to originating line in both editor and overview.
  • Added tag-based filtering in purchase order list for improved search and organization.

Workflow & Data Integrity

  • Project mutation endpoints are now protected by a distributed lock, preventing race conditions and lost updates during concurrent modifications.

Product & Pricing API

  • Added GetNextProductNumber endpoint for retrieving the next available product number from configured generators.
  • Product patch-many endpoint now supports non-destructive updates to price lists, preserving existing data during partial updates.

Payments

  • Walley integration: Added support for extending payment authorization periods.
TypeIssue NoDomainDescription
Feature#DEV-22160Purchase ordersPurchase order picker - "Add to purchase order" no longer lists POs in confirmed statuses
Feature#DEV-22086Purchase ordersPurchase order lines split from another line now display the originating line in the editor and on the line overview
Feature#DEV-22082ProjectProject mutation endpoints are now protected by a distributed lock, preventing lost updates when multiple users or integrations modify the same project concurrently
Feature#DEV-22068Payment integrationWalley: Added support for extending payment authorization time
Feature#DEV-22035Purchase ordersAdded a tag filter to the purchase order list, allowing users to narrow down purchase orders by their assigned tags.
Feature#DEV-22030ProductAdded GetNextProductNumber endpoint to retrieve the next product number from the configured number generator
Feature#DEV-22022Price listCampaign price list validation
Feature#DEV-21722ProductAdding support for non-destructive patching of price list in product patch many enpoint.

Release 2026-16

Release date: May 5, 2026

Main focus areas

This release focuses on expanding promotions and campaign management capabilities, improving integration flexibility, enhancing order and inventory control, and refining usability across pricing, product, and configuration areas.

Key changes and improvements

Promotions & Campaigns

  • Added Active/Inactive filter and improved navigation state retention in promotions list.
  • Campaigns now support:
    • Tagging and filtering by tags
    • Per-status scheduling with automatic workflow execution
  • Introduced tenant setting to hide promotions/campaigns by tag in calendar view.
  • Promotions can now force price generation even with coupon or order restrictions.
  • Added support for seeding price lists from existing ones, with optional promotion creation.
  • Price list items now support Standard Cost.

Order Management & Purchase Flow

  • New scheduled task for automatic removal of over-reservations.
  • Added support for generic order pickup reminders across all order types.
  • New public API endpoint to search sales orders linked to purchase order line reservations.

Product & Pricing

  • Product price details UI improved with store names, customer/group links, and richer price list context.

Integrations

  • Front Systems connector: Inventory exports can now be restricted to specific stores via configuration.
  • Tripletex connector: Added option to use prices excluding VAT on invoices.
  • Sitoo integration: Added support for including/excluding promotion prices.

Payments

  • Nets Easy Paylink now supports custom payment amounts.

Configuration & Tenant Settings

  • Added validator management popup in connector settings.
  • Fixed critical issue where invalid routing path (full URL) could prevent system loading.

Projects

  • Added "Hide Returns" toggle per project type to control visibility of Returns tab in claim workflows.
TypeIssue NoDomainDescription
Feature#DEV-22025ProjectProject types now have a "Hide Returns" toggle, allowing the Returns tab to be hidden on Claim projects per project type.
Feature#DEV-22024PromotionsPromotions list now has an Active/Inactive filter and preserves search state when navigating back from a promotion's details
Feature#DEV-21954Front Systems ConnectorFront Systems inventory exports can now be restricted to specific stores via the new AllowAllInventoryUpdatesForStoreIds connector setting - warehouses not in the list will only receive inventory updates originating from manual inventory API endpoints.
Feature#DEV-21952ConfigurationFixed an issue where entering a full URL in a routing item's Path field would prevent Omnium from loading
Feature#DEV-21951Payment integrationYou can now add a custom amount when creating a NetsEasy Paylink
Feature#DEV-21921Purchase ordersAdded a public API endpoint that allows API consumers to search for sales orders with inventory reservations linked to a specific purchase order line item
Feature#DEV-21911TenantsettingsNew popup for adding validators in connector settings.
Feature#DEV-21885Tripletex ConnectorNew setting in tripletex connector for using prices excluding VAT on invoices.
Feature#DEV-21877PromotionsAdded a tenant setting to hide promotions and campaigns with specific tags from the promotion calendar by default
Feature#DEV-21876PromotionsCampaigns can now be tagged from the edit modal and filtered by tag on the list page
Feature#DEV-21875PromotionsCampaigns now have a per-status date timeline that auto-transitions the campaign (running its workflow) when a scheduled date arrives
Feature#DEV-21874PromotionsPrice list items now support an optional Standard Cost
Feature#DEV-21873PromotionsPromotions can now be configured to force-generate prices even with coupon codes or order type restrictions
Feature#DEV-21872PromotionsUsers can now seed a new price list from a chosen source "original" price list and optionally create its linked price list promotion in one step
Feature#DEV-21855Order managementNew sheduled task for removing overreservations
Feature#DEV-21852ProductProduct price details now display store names, customer/customer group links, and improved price list information instead of basic badges for better clarity.
Feature#DEV-21711Order managementAdding support for generic order pickup reminders for all order types.
Feature#DEV-21161Price listExclude/Include promotion prices flag is enabled in Sitoo integration.

Release 2026-15

Release date: Apr 28, 2026

Main focus areas

This release focuses on strengthening workflow governance and performance, improving inventory visibility and purchase order usability, and expanding API and event capabilities. It also introduces targeted enhancements across product filtering, pricing workflows, and integrations.

Key changes and improvements

Product & Supplier

  • Supplier details page now consolidates all editable supplier data in a single view.
  • Product list enhanced with Promotions filter for narrowing results based on one or multiple promotions.
  • Fixed issue in GetCategoryTreeBySearch API to ensure correct category filtering.

Inventory

  • Added central warehouse store pinning, allowing selected stores to always appear in inventory views regardless of active filters.

Purchase Orders

  • Purchase order lines now support sorting by delivery ID, including:
    • Dedicated delivery column
    • Consistent null value handling
    • Improved visual clarity for selected and delivered rows

Workflow & Access Control

  • Introduced role-based access control for workflow steps, enabling restriction of status transitions by user roles.
  • Improved order processing performance.

API & Events

  • Added Export cart API endpoint to trigger cart exports programmatically.
  • Event subscriptions now support custom include/exclude user filters.
  • Price list item deletions from the UI are now captured in the event log.

Price Lists

  • Enabled direct editing of discount percentage, allowing percentage-based input in addition to absolute values.

Integrations

  • Sitoo connector: Promotion names now use market-specific translations, improving localization in POS.

Pick & Pack

  • Added support for custom print templates for pick lists.
TypeIssue NoDomainDescription
Feature#DEV-21870SupplierThe supplier Details page now surfaces all editable supplier information
Feature#DEV-21869ProductProduct list now has a Promotions filter under More filters that lets you search and select one or more promotions to narrow the list to products priced under any of them.
Feature#DEV-21867InventoryA new Store IDs for central warehouses setting lets administrators pin specific stores whose inventory is always displayed as extra rows under the main inventory badge in product lists, regardless of the selected store filter.
Feature#DEV-21866ProjectProjects: workflow steps now support role-based access control, letting administrators restrict specific status transitions to users in selected roles.
Feature#DEV-21865Purchase ordersPurchase order lines can now be sorted by delivery ID, with the delivery shown in its own column, null values consistently grouped when sorting, and improved color contrast for selected and delivered lines.
Feature#DEV-21806Sitoo ConnectorNew Export cart endpoint to trigger cart export through the api
Feature#DEV-21801Price listPrice list item deletions made from the GUI are now recorded in the event log.
Feature#DEV-21789EventsEvent subscription: Setting custom users in eclude/include list in filter.
Bugfix#DEV-21784Price listThe discount percentage field on price list items is now editable, allowing users to set a discount by entering a percentage directly instead of only entering an absolute discount amount.
Feature#DEV-21635Sitoo ConnectorPromotion names synced to Sitoo now use the market-specific translation title when available, ensuring POS staff see the correct localized name for each promotion.
Bugfix#DEV-21554ProductFixed the GetCategoryTreeBySearch endpoint to correctly filter the returned category tree, when using productCategoryIds or exclucedProductCategoryIds
Feature#DEV-20866Pick listAdd option to add print custom templates for pick lists
Feature#DEV-20455WorkflowImproved performance for order-processing.

Release 2026-14

Release date: Apr 21, 2026

Main focus areas

This release enhances product and pricing workflows, improves purchase order flexibility and inventory visibility, introduces new workflow capabilities, and adds usability improvements across reports, campaigns, and integrations.

Key changes and improvements

Product

  • Added MainCategoryUpdate event for product POST/PATCH (separate create vs update events).
  • Added search in product category selector tree.
  • Improved unit price editing in enrichment view to keep original price in sync.
  • Fixed issue where variant-specific prices were lost when merging variants.

Price lists & Prices

  • Fixed issue when creating price lists from promotions to correctly include market group.
  • Improved price list column visibility menu with consistent context menu and checkmarks.
  • Added support for searching products by productId when adding to price lists.
  • Fixed JS exception when editing prices before store data loaded.

Purchase orders

  • Purchase orders can now be merged.
  • Supplier min/max order validations now appear as warnings instead of errors.
  • Products tab now shows inventory per selected warehouse instead of total.

Inventory

  • Inventory popup now supports:
    • Sort by distance
    • In-stock filtering
    • Paginated list/search toggle

Workflow & API

  • New workflow step: Add product to order (by SKU).
  • New API endpoint for testing workflow execution on external carts (no persistence required).

Promotions & Campaigns

  • Campaign overview now includes performance overview and charts.
  • Promotions now support per-market translations for name and description.
  • Improved promotion search with partial/wildcard matching.

Reports

  • Fixed Excel export so formulas work correctly across all report types.

Tenant settings & UI

  • GUI extension descriptions now support rich HTML editing.

Cost prices

  • New setting to hide cost prices in product list views.

Connectors

  • Sitoo: Returns now display seller name in return details.
  • Tripletex: Session tokens are now generated automatically when configured.
TypeIssue NoDomainDescription
Bugfix#DEV-21751Sitoo ConnectorReturns now display the seller's name on the return details panel, mapped automatically from Sitoo POS or assignable manually via the seller selector.
Bugfix#DEV-21746Price listFixed price list creation from promotions to transfer the promotion's market group to the newly created price list
Feature#DEV-21724ProductAdded event for MainCategoryUpdate when using PATCH and POST product endpoints (operation id 140113). POST endpoint now triggers separate events for create vs update.
Bugfix#DEV-21717ProductVariant specific prices on product level are now kept when merging variants.
Feature#DEV-21716ProductAdded a search field to the product category selector tree
Bugfix#DEV-21715PricesFixed an js exception that occurred when editing prices in the product price table before store data had finished loading
Feature#DEV-21692ProductWhen editing a product's unit price in the enrichment view, the original unit price is now automatically kept in sync — matching the same behavior as standard price editing.
Feature#DEV-21671TenantsettingsGUI extension descriptions now support rich HTML editing via a toggle in the settings editor
Feature#DEV-21669Purchase ordersSupplier minimum and maximum order amount validations on purchase orders now appear as warnings instead of errors
Feature#DEV-21668InventoryAdded sort-by-distance, in-stock filtering, and a paginated list/search view toggle to the inventory popup on product pages
Feature#DEV-21666Purchase ordersThe Products tab in Purchase Orders now shows inventory for the selected warehouse instead of total inventory across all stores
Feature#DEV-21665Cost PricesNew product setting "Hide cost prices in list views" allows administrators to hide the cost price column from product lists
Feature#DEV-21660WorkflowAdded a new "Add product to order" workflow step that automatically adds a configured product (by SKU ID) to an order
Bugfix#DEV-21655PromotionsPromotion search now supports partial/wildcard matching
Feature#DEV-21652WorkflowAdded a new API endpoint that allows testing workflow execution on externally posted carts without requiring them to be stored in Omnium
Feature#DEV-21651ReportsFixed Excel formula support in custom report exports so that formulas now correctly appear across all report types.
Feature#DEV-21645Price listThe price list column visibility menu now uses a consistent context menu with checkmark indicators for toggled columns
Feature#DEV-21644Tripletex ConnectorSession tokens for Tripletex are now generated automatically when an EmployeeToken connector property is configured, removing the need to manually exchange tokens via external tools.
Feature#DEV-21630Purchase ordersPurchase orders can now be merged from one purchase order into another
Feature#DEV-21447Price listAdded support for searching products by productId when adding products to a price list, with an option to include an explicit price per product.
Feature#DEV-21425PromotionsCampaign overview now features Performance Overview, and Charts
Feature#DEV-20776PromotionsPromotions now support per-market name and description translations.

Release 2026-13

Release date: Apr 14, 2026

Main focus areas

This release enhances collaboration in campaigns, improves reporting accuracy, introduces warehouse location management, and adds usability improvements across purchase orders, pricing, and customer filtering.

Key changes and improvements

Promotions

  • Campaigns now support internal comments, enabling collaboration, notes, and notifications directly on campaign pages.

Inventory

  • Introduced warehouse location management, allowing:
    • Tracking stock at specific physical locations
    • Transfers between locations
    • Default picking locations
    • Validation of fulfillment availability per location

Reports

  • Product sales report now includes inventory value for products with zero sales.
  • Fixed issue where sales data could be silently truncated.

Price lists & Prices

  • Price lists now support inline editing of profit margins.
  • Product price edits via enrichment list now correctly update the modified date.

Purchase orders

  • Copying purchase orders now allows:
    • Selecting status for the new copy
    • Choosing whether to run workflow
  • Suppliers can now have assortment codes to filter product selection.

Customer

  • Added consent type filtering for private and business customer lists.

Project

  • Projects can now be configured to allow editing without a contact person.

Tenant settings & UI

  • External iframe pages now receive the current user object on load.
  • SMS client settings can now be configured per market group, market, and store, with inheritance support.

Categories

  • Category creation via scheduled tasks now triggers a CategoryBatchAddFromScheduledTask event.

Product

  • Fixed filtering in GetCategoryTreeBySearch endpoint for included/excluded category IDs.
TypeIssue NoDomainDescription
Feature#DEV-21642PromotionsCampaigns now support internal comments, allowing employees to add notes, send notifications, and collaborate directly on campaign pages.
Feature#DEV-21641TenantsettingsExternal iframe pages now receive the current user object on load
Feature#DEV-21640ReportsThe product sales report now includes inventory value for products with zero sales and correctly fetches sales data for all product lines without silently truncating results
Feature#DEV-21632PricesWhen editing a product price via the enrichment list, the price's modified date is now correctly updated to reflect the actual change.
Feature#DEV-21626ProjectProjects can now be configured to allow editing without requiring a contact person
Feature#DEV-21623Purchase ordersWhen copying a purchase order, users can now select the status for the new copy and choose whether to run the workflow
Feature#DEV-21584CustomerAdded consent type filtering to private and business customer lists.
Feature#DEV-21579Purchase ordersSuppliers can now be configured with assortment codes, which automatically filter the product list when adding items to purchase orders
Feature#DEV-21573Price listPrice lists now allow inline editing of profit margin
Feature#DEV-21571CategoriesCategories created through CreateCategoriesFromBrandScheduledTask or CreateCategoriesFromSeasonScheduledTask noew raise CategoryBatchAddFromScheduledTask event with operation id 398110 .
Bugfix#DEV-21554ProductFixed the GetCategoryTreeBySearch endpoint to correctly filter the returned category tree, when using productCategoryIds or exclucedProductCategoryIds
Feature#DEV-21168NotifcationSMS client settings can now be configured per market group, market, and store, with automatic inheritance from parent levels when no specific configuration is set.
Feature#DEV-21160InventoryAdded warehouse location management for inventory, allowing users to track stock at specific physical locations within warehouses, transfer quantities between locations, set default picking locations, and validate order fulfillment availability per location

Release 2026-12

Release date: Apr 8, 2026

Main focus areas

This release enhances inventory and reporting accuracy, expands campaign and promotion management via API, improves purchase order and return workflows, and introduces UI, configuration, and Excel handling improvements.

Key changes and improvements

Inventory

  • Added ATP enrichment endpoint to the Public Inventory API.

Reports & Analytics

  • Products without a main category now correctly appear in category-based report filters.

Promotions & Campaigns

  • Campaigns can now be managed via the public API.
  • Campaigns now support fully configurable statuses with workflow execution.
  • Fixed issue where copying promotions retained external IDs, which could cause conflicts.

Orders & Returns

  • Cost tab now separates product profit from shipping charges.
  • Return highlighted properties are now visible in:
    • Returns tab on orders
    • Return details sidebar
  • Pick list deviations now support “Reallocate”, splitting cancelled lines into new shipments routed to another warehouse.

Purchase orders & Projects

  • Purchase orders now support creating claim projects directly from selected line items.

Price lists & Prices

  • Price list items now include highlighted product custom properties.
  • PATCH price list items endpoint now supports enrichWithProductData.
  • IsPriceLocked added to indicate whether a price can be changed, with order lines enriched from product data.

Configuration & UI

  • Navigation items with external URLs now support dynamic placeholders.
  • Global search now includes purchase orders (by number, supplier, reference, or email).
  • New GUI extension areas added for:
    • Product Edit
    • Supplier
    • Private & Business Customer pages
    • Product list context menu
  • Improved webhook-only extensions with direct execution via confirmation dialog.
  • Fixed tag selection causing JavaScript errors in multiple editors.

Excel import/export

  • Fixed issue where large exports could produce corrupt files.
  • Added support for importing nullable integer properties.
TypeIssue NoDomainDescription
Feature#DEV-21523InventoryATP Enrichment Endpoint for Public Inventory API
Bugfix#DEV-21512ReportsProducts without a main category set now correctly appear in category-based report filters in analytics
Feature#DEV-21508PromotionsCampaigns can now be managed via the public API
Bugfix#DEV-21479TenantsettingsBugfix where selecting tags in the tags dropdowns on workflow step, order status, and purchase order status editors would cause a JavaScript error.
Feature#DEV-21477ProjectPurchase orders now support creating claim projects directly from selected line items
Feature#DEV-21476Price listPrice list items now include highlighted product custom properties on the product sub-object
Feature#DEV-21475ordersThe Cost tab on orders and carts now separates product profit from shipping charges
Feature#DEV-21474ReturnsReturn highlighted properties are now also displayed on the Returns tab when viewing an order and in the Return details sidebar when viewing a single return.
Feature#DEV-21473ConfigurationNavigation items with external URLs now support dynamic placeholders
Feature#DEV-21455Excel import/exportFixed an issue where certain large Excel exports (e.g. products with sales data) could produce corrupt files containing encoded text instead of valid spreadsheet data.
Bugfix#DEV-21446PromotionsCopy promotion now remove external id's to prevent conflict with external systems
Feature#DEV-21445GuiAdded new GUI extension tab areas for Product Edit, Supplier, Private Customer, and Business Customer pages, a context menu extension area on product list details, and improved webhook-only extensions to trigger directly with a confirmation dialog instead of showing an empty modal
Bugfix#DEV-21442Excel import/exportAdded support for importing nullable int properties (e.g. Asset.SortOrder) via Excel import.
Feature#DEV-21437Price listThe PATCH price list items endpoint now supports an optional enrichWithProductData query parameter
Feature#DEV-21336Pick listPick list deviations now support "Reallocate" — cancelled order lines are split into a new shipment and routed to another warehouse instead of being fully cancelled.
Feature#DEV-21209PricesAdds boolean IsPriceLocked to indicate if price can be changed. OrderLine is enriched from product data when item is added to cart.
Feature#DEV-20796PromotionsCampaigns now support fully configurable statuses with workflow execution
Feature#DEV-17836ConfigurationGlobal search now includes purchase orders, by purchase order number, supplier name, reference number, or supplier email

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, and brand.

Prices

  • Added boolean IsPriceLocked indicating whether a price can be changed.
  • OrderLine is now enriched from product data when items are added to cart.

Cart

  • Added SalesOrigin property to OmniumOrderLine.
  • 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.
TypeIssue NoDomainDescription
Feature#DEV-21423CoreCDN 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-21416Price listPrice list items now include a product sub-object with supplierId, costCurrency, and brand fields
Feature#DEV-21364Voyado ConnectorAdded 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-21338Voyado ConnectorAdd support for using member number as Id on import of new customers from Voyado.
Feature#DEV-21337Voyado ConnectorAdd support for looking up Voyado contacts by member number in GetOrCreateCustomerFromOrder.
Feature#DEV-21314Voyado ConnectorAdding support for specifying alternate category tree in Voyado XML product mapping.
Bugfix#DEV-21295Fortnox ConnectorFortnox - post shipping cost with correct sign on return orders
Feature#DEV-21209PricesAdds boolean IsPriceLocked to indicate if price can be changed. OrderLine is enriched from product data when item is added to cart.
Feature#DEV-20567CartAdding property SalesOrigin to OmniumOrderLine. Default value can be set in cartSettings.
Feature#DEV-20521Price listPrice list promotions now include a product management UI where users can view calculated prices
Feature#DEV-19779NotifcationPurchase 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 ConnectorId field.

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.
  • customsCode is 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 ConnectorId field.
  • Added support for minimum and maximum order amount validation using supplier-defined values.
  • New validator purchaseOrderAmountValidator can 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 StandardSizeLabel connector 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.
TypeIssue NoDomainDescription
Feature#DEV-21350ReturnsHighlighted properties now available for return orders in return order list
Feature#DEV-21349ReturnsAdded support for Errors on returns in the public API
Bugfix#DEV-21348Order managementFixed incorrect profit margin calculation on the order Cost tab when order-level discounts are applied
Bugfix#DEV-21347Price listFixed price list cost price editing where changing the cost inline did not update the margin calculation
Feature#DEV-21346Purchase ordersPurchase 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-21341ApiAdding new order-endpoint ExistMany for checking if orders already exists.
Feature#DEV-21325ProductImproved the UI for the promotion overview list on the product page
Feature#DEV-21306Price listPrice 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-21296Purchase ordersImproved the VSL inventory count display on purchase orders and internal transfers
Feature#DEV-21288GiftcardAdded support for separate AwardIt gift card templates for email and SMS delivery methods, allowing different card designs based on distribution type
Feature#DEV-21279CartCart 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-21270TenantsettingsAdded 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-21266ProductImages in non-browser-native formats (such as TIFF and BMP) and external image URLs with query parameters are now fully supported
Feature#DEV-21264ReturnsReturn order export workflow steps now support the ConnectorId field
Feature#DEV-21263ApiFix for Orders/AddMany endpoint: Make sure order validation errors are returned to api
Feature#DEV-21262Purchase ordersPurchase order export workflow steps now support the ConnectorId field
Feature#DEV-21257Price listAdded PATCH endpoint for price list items (PATCH /api/priceLists/PatchPriceListItems)
Feature#DEV-21255NotifcationAdded OrderId, Barcode & QR Code to the giftcard notification
Feature#DEV-21252ProductMake sure customsCode in available on variant level for public api
Feature#DEV-21235Front Systems ConnectorFront Systems: Added a new connector property StandardSizeLabel that allows customizing the default size label for products without a size value
Feature#DEV-21015Purchase ordersSupport 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-21014Purchase ordersNew validator for min/max amount that can be set on suppliers. Used by adding a connector with name "purchaseOrderAmountValidator".
Feature#DEV-20971Magento ConnectorMagento: 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-20915GiftcardGift cards can now be filtered by markets when searching, and the market is exposed on the Omnium gift card response.
Feature#DEV-20743Price listPrice 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-20341Voyado ConnectorFix mapping of Omnium orderamount discounts to receipts in Voyado.
Feature#DEV-19933Front Systems ConnectorFront 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 ExternalId to 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 targetUri in 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 excludedProductCategoryIds to 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 ShipmentId to 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 availableReturnLocations via the public API.

API

  • Added Phone field 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 ConnectorId on 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 targetUri in VoyadoOrderV3 mapper.
  • Added new setting UseCategoryHierarchyAfterRoot for 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.

TypeIssue NoDomainDescription
Feature#DEV-21157Pick listAdded 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-21156ProductAdded 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-21147InventoryFixed 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-21146ProductProduct completion status is now included in the product API response
Feature#DEV-21138PricesOrder lines now include a PriceListItemId field that traces exactly which price list item determined the line's price
Feature#DEV-21128Voyado ConnectorAdding support for multiple markets on customers in Voyado connector.
Feature#DEV-21126Purchase ordersAdded 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-21124Voyado ConnectorIn 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-21123ApiAdded Phone field to the public order address model, allowing API consumers to read and write a general phone number on order addresses.
Bugfix#DEV-21119ReturnsFixed incorrect workflow warning and shipment status not updating to Returned when multiple returns are created individually for the same order.
Feature#DEV-21118StoreAdded support for reading and patching availableReturnLocations on stores via the public API
Feature#DEV-21107ApiAdd public API endpoint for market groups.
Feature#DEV-21105Order managementAdd ShipmentId to workflow execution result events so it's visible which shipment a workflow was executed for.
Feature#DEV-21103ProjectProject search now finds results when searching by external IDs, address, or postal code.
Feature#DEV-21098ProductAdded bulk error handling for selected products
Feature#DEV-21097Order managementFeature 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-21090WorkflowFixed an issue where virtual products were unnecessarily split into separate shipments
Feature#DEV-21087ProductAdded excludedProductCategoryIds to the public Product Search API
Feature#DEV-21083Voyado ConnectorAdding mapping of targetUri in VoyadoOrderV3-mapper.
Feature#DEV-21071WorkflowAzure Storage Queue export connectors can now be targeted individually by setting a ConnectorId on the workflow step
Feature#DEV-21069Order managementAdded a read-only "Product Cost" tab to the order view that shows cost prices, profit margins, and tax breakdown per order line
Feature#DEV-21056voyadoNew setting UseCategoryHierarchyAfterRoot that can be set on the voyado exporter for FTP product export.
Feature#DEV-21053PromotionsAdding 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-21051PromotionsAdding support for predefining value options on promotion custom properties.
Feature#DEV-21048CartPossible to remove customer from cart in GUI
Feature#DEV-21025Nosto ConnectorFix mapping of custom list properties with multiple values selected in Nosto mapping.
Feature#DEV-21024Nosto ConnectorAdding support for discontinuing products in Nosto when they are deactivated in Omnium.
Feature#DEV-20794PromotionsNew "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-20729ordersAdded more search options to the Order Analytics Search endpoints, added optional totals on results from invoice search endpoint
Bugfix#DEV-20341Voyado ConnectorFix mapping of Omnium orderamount discounts to receipts in Voyado.
Feature#DEV-16342Voyado ConnectorAdding 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 IsPublished filter 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 AddTaxRatesAsTags option.
    • Creates one tag per country code in the format {countryCode}_{taxRate}.

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.

TypeIssue NoDomainDescription
Feature#DEV-21062Order managementAdded a Brand filter to the Online Orders advanced search, allowing users to filter orders by the brand on order line items.
Feature#DEV-21061Front Systems ConnectorAdded 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-21045ConfigurationImproved the Rounding Settings page with a cleaner, more compact layout
Feature#DEV-21042ReportsAdded a new "ProductSales" custom report type that lets administrators build configurable product sales reports with selectable columns
Feature#DEV-21030Cost PricesAdded support for filtering by specific store IDs in the cost price search API endpoint.
Feature#DEV-21028Voyado ConnectorLog number of exported skus to Voyado in Voyado product xml feed.
Feature#DEV-21022ProductAdded 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-21021ProductFixed an issue where the Product Scroll endpoint ignored the IsPublished filter parameter, causing unpublished products to be returned in scroll results.
Feature#DEV-21017CartCart 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-21012ReportsExport with sales data report now correctly labels the COGS column and includes a Inventory Value column
Bugfix#DEV-21003ReturnsReturns API now accepts POST requests containing lines with returnQuantity: 0, silently filtering them out instead of rejecting the entire request
Feature#DEV-20995NotifcationToggle to allow resending notification templates from workflow
Bugfix#DEV-20976Order managementTryReserveOrderlinesScheduledTask will now update inventory and transactions
Feature#DEV-20974ProductAdded 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.

TypeIssue NoDomainDescription
Feature#DEV-20965Purchase ordersImproved the GUI extension area dropdown in admin settings with standardized, consistent naming and added descriptive help text for each area.
Feature#DEV-20954Sitoo ConnectorPerformance improvements to sitoo product export.
Feature#DEV-20939StoreAdding support for reason in global additional opening hours.
Feature#DEV-20937Order managementAdded the ability to edit the order completed date in the metadata modal.
Feature#DEV-20926Voyado ConnectorVoyado Elevate - Added support for market and store stock
Feature#DEV-20922ReportsAdded 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-20916Voyado ConnectorFixing error in Voyado Order v3 tax mapping.
Feature#DEV-20913Order managementTryReReserveOpenOrderlines will not consider orders that are cancelled anymore.
Feature#DEV-20759ProjectProjects 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.

TypeIssue NoDomainDescription
Feature#DEV-20899ProductAdded CategoryIdsToRemove to the product patch.
Feature#DEV-20898NotifcationDesign 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-20893WorkflowAdded a new OrderStatus property type for workflow step configuration that displays a dropdown of all available order statuses.
Bugfix#DEV-20892WorkflowImproved 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-20891Voyado ConnectorAdding support for line item level custom props mapping in Voyado order actions.
Feature#DEV-20885ProductMass update - Now possible to set main category from UI
Feature#DEV-20883CartWhen 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-20880PromotionsAdding support for creating price list promotions through API.
Bugfix#DEV-20875InventoryFixing loading issues and inventory rule UI and adding minor UX improvements.
Feature#DEV-20870Voyado ConnectorAdding support for exporting returns through VoyadoOrderV3Exporter.
Feature#DEV-20862Voyado ConnectorProduct feed to Voyado will now be filtered based on product market assortment and connector scope.
Bugfix#DEV-20853Cost PricesInternal transfers will now set cost price based on FIFO.
Feature#DEV-20852Front Systems ConnectorFront Systems: Price list synchronization now support marketGroupId level price grouping
Feature#DEV-20848CustomerNew filter for private customer relation in customer search.
Bugfix#DEV-20845Order managementFixing issue with customer creation in GetOrCreateCustomerFromOrder.
Feature#DEV-20835PricesAdding market group id to price edit UI.
Feature#DEV-20826AnalyticsAdded 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-20823UsersNew filters for user administration list.
Feature#DEV-20792PromotionsThe season filter in the promotion module now includes seasons set on variant level.
Feature#DEV-20469Order managementAdding a more flexible approach to attempting reallocation on cancellation of order lines.
Feature#DEV-19885Voyado ElevateSupport for Voyado Elevate product sync using scheduled tasks.
Feature#DEV-19496Purchase ordersSelected 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.

TypeIssue NoDomainDescription
Feature#DEV-20817ReturnsAdded '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-20813Front Systems ConnectorFront 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-20805WorkflowAdded workflow step to automatically set warehouse / store address as shipment address for pickup in store shipments.
Feature#DEV-20800ApiNew field on the billing address for organizational number.
Feature#DEV-20775InventoryInventory 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-20772Purchase ordersAdded 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-20771Purchase ordersPurchase order list and details now display delivered quantity versus ordered quantity.
Feature#DEV-20769WorkflowAdded Store Group filters to Workflow steps.
Feature#DEV-20767ConfigurationAdded Number Options for Replacement Order Number
Bugfix#DEV-20763WorkflowWebhook and Order Export workflow steps now support using Connector ID as identifier for getting correct connector.
Feature#DEV-20747UsersSCIM will no longer delete roles on users added manually in Omnium.
Feature#DEV-20736TenantsettingsAdded descriptive help texts to settings
Feature#DEV-20492Price listPrices 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-20474Voyado ConnectorAdding support for extra data on Voyado order actions and transitioning to using embedded order actions.
Feature#DEV-19966PromotionsAdding 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 SeoUris property.
  • 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.

TypeIssue NoDomainDescription
Feature#DEV-20737ProductAdded 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-20733ProductAdded support for searching products by SEO URI(s) via the new SeoUris property in product search requests.
Feature#DEV-20720ProductDirect UI navigation (copy/paste URLs) now works with product IDs containing dots (".").
Feature#DEV-20717Voyado ConnectorAdding 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-20713Voyado ConnectorAdd mapping for billing address in Voyado Order V3 mapper.
Bugfix#DEV-20712GiftcardSupport gift cards with predefined prices.
Bugfix#DEV-20526Voyado ConnectorFix for customer enrichment in workflow step GetOrCreateCustomerFromOrder towards Voyado.
Feature#DEV-20509NotifcationNew replacement texts for conditional text that is shown if order property condition is met.
Feature#DEV-20507Order managementCredit shipment from GUI now add a separate event, with operationId 216124.
Feature#DEV-20503InventoryKit 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-20502CustomerAdded support for customer-specific product assortment filtering by allowing include/exclude product category restrictions on both business and private customers.
Feature#DEV-20500ReportsAdded automatic tracking of order status transitions on shipments with timestamps and duration metrics, enabling fulfillment performance reports and charts.
Feature#DEV-20496ProjectUsers 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-20432PromotionsNew Campaign Planning feature allows users to create, manage, and track marketing campaigns with performance analytics, calendar visualization, and promotion integration.
Feature#DEV-19642PaymentsZaver 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:
    • includedWarehouseIds
    • excludedWarehouseIds
  • This allows more controlled and predictable reallocation behavior.

Cart

  • AddItemToCart now supports the optional parameter allowNoPriceItems, 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.

TypeIssue NoDomainDescription
Feature#DEV-20499ProductProduct location search now also searches the LocationOverstock field.
Feature#DEV-20490EventsEvent subscription testing: Webhook results now displays content when webhook test fails.
Feature#DEV-20482ordersAdded 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-20481CartAdded a new optional parameter 'allowNoPriceItems' to the AddItemToCart endpoint that enables adding products without prices to carts.
Feature#DEV-20480ProductAdded confirmation warning when changing SKU ID in product quick edit to prevent accidental changes that could break inventory and price references.
Feature#DEV-20463InventoryInventory 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-20461PaymentsFix problems with partial capture for Zaver.
Feature#DEV-20450Charts and reportingMarket 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-20446ProductImproved order reservation popup view so that orders with actual delivered status is filtered out.
Feature#DEV-20439Purchase ordersAdded support for multiple currencies in purchase order notifications.
Feature#DEV-20436Purchase ordersDiscounts on order lines and purchase order lines are now displayed using arrow indicators instead of text.
Feature#DEV-19582PromotionsFilter 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.
  • PatchProduct now 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 GetOrCreateCustomerOrderAction to support customer lookup in Voyado by email and phone.

TypeIssue NoDomainDescription
Feature#DEV-20427GuiThe UI now supports custom extension tabs, including the ability to embed external content using iframes.
Feature#DEV-20426PromotionsKit Promotion type now supports fixed price and amount rewards.
Feature#DEV-20425Purchase ordersPurchase 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-20423WorkflowProjects can now be automatically created from the order workflow when an order includes products linked to a project type.
Feature#DEV-20422CustomerPrivate 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-20423WorkflowProjects can now be automatically created from the order workflow when an order includes products linked to a project type.
Feature#DEV-20422CustomerPrivate and business customer lists now support filtering by customer group. The filter also applies to Excel exports from these views.
Feature#DEV-20415AuthAdded 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-20400Order managementNew workflow step for creating internal transfers from order lines that are not reserved
Bugfix#DEV-20399ProductFixed search by SupplierSkuId on variant level, including uppercase letters.
Bugfix#DEV-20372ProductPatchProduct now works with all properties on ProductUnit.
Feature#DEV-20368ReturnsWhen you create a return you can now choose the shipping price, in case there were hidden fees or similar.
Feature#DEV-20338CustomerAdding support for enriching contact information from privateCustomerId in endpoint /api/BusinessCustomers/AddOrUpdateMany.
Feature#DEV-20307PaymentsAdding 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-20265PaymentsWebhook payment: Added customerId to request content
Feature#DEV-20214Sitoo ConnectorSitoo integration: Set correct SubClassName and Source for events originating in the Sitoo order integration.
Feature#DEV-20103Voyado ConnectorExtend GetOrCreateCustomerOrderAction in Omnium to support looking up customer towards Voyado based on email and phone.
Feature#DEV-20009Payment integrationKlarna/kustom: Added support for new Kustom api urls.