Akinon Release Notes (05.26.2025)
Last updated
Was this helpful?
Last updated
Was this helpful?
The following changes are available in Omnitron FE versions later than rad2312
and Omnitron BE versions later than r3158
.
Collapse Problem for MPD Extensions
​​Fixed an issue where the sidebar for MPD Extensions in Omnitron would collapse unexpectedly.
Alphabetical Pagination for Mapped Attribute Values
Mapped attribute values in Sales Channel Settings > Marketplace Mapping > Mapper Form are now displayed in alphabetical order, improving usability and consistency.
Product Image Deletion Problem
Resolved the issue that prevented successful deletion of product images.
Bulk Phone Number | Email Secondary Condition Types for Basket Offers
New secondary condition types—Bulk Phone Number and Bulk Email—are now supported across all basket offer types (Campaigns, Coupons, Discount Codes, Bulk Coupons). Users can upload .csv
or .xls
files containing bulk data.
Please note:
File headers must be named phone_number
or email
.
Phone numbers should be provided in the same format as they are saved under Sales Channels > Users in Omnitron.
"Retry" Action for Webhook Events Log
A Retry action has been added to the Settings > Webhooks > Webhook Events page, enabling manual retry for failed webhook events after 11 failed attempts.
logged_ip
Field Now Read-Only
The logged_ip
field is now non-editable on both the Customers > Customer Detail and Sales Channels > Users > Detail forms.
Status Filter for BIN Table in Card Settings
A new Status filter has been added to the Card BIN Numbers table under Sales Channels > Payment Management > Card Settings > Add/Edit Card Settings.
Also, a pop-up modal now appears for adding new BINs and Expiration Commission Rate, replacing the previous method of adding rows directly to the list page.
"Employee Email" Filter in Orders List
A new filter, Employee Email, is now available in the Orders > Orders list—enabled for Omnitrons integrated with the Instore application.
The following changes are available in Commerce versions as of May 26, 2025.
PK-Based Shipping Option Access
The /api/v1/remote/{sales_channel_id}/shipping_options/
endpoint used on the Sales Channels > Shipping Options page in the Omnitron interface now supports direct access to a specific Shipping Option via its primary key (PK). An optional ?pk=<id>
query parameter is now supported to return only the specified shipping option. If the parameter is not provided, the existing behavior (returning all shipping options) remains unchanged.
Currency-Based Campaign Configuration
Campaigns can now be configured and viewed based on currency. This enables better control and filtering of campaigns per currency type.
Modified Date Filter Added to Reports
A modified_date
filter has been added to reports, supporting the following time operators: ['gt', 'gte', 'lt', 'lte'].
Example request:
curl --location 'https://{omnitron_url}/api/v1/remote/1/data-warehouse/catalogs/product-stocks/?modified_date__gt=2025-05-08T14:10:42.386391Z'
SendCheckoutUrlSmsPage Now Available for All Payment Options
The SendCheckoutUrlSmsPage
has been updated to be available for all payment options, expanding its applicability across checkout flows.
Seller-Uploaded Documents Now Available in Order Data Source
Documents uploaded by sellers to orders are now accessible via the Order Data Source. This enhancement allows order-related documents to be viewed directly from data sources.
The following changes are available in OMS versions later than oms705
.
To ensure system integrity, we recommend not applying updates to versions released before May 10.
Transfer Information Integration from OMS to Omnitron
Transfer details are now transmitted from OMS to Omnitron on a per order item basis. The information is included in the extra
field of each order item, with the following fields:
transfer_number
transfer_status
The following changes are available in Instore FE versions later than acc-700
and Instore BE versions later than s142
.
To ensure system integrity, we recommend not applying updates to versions released before May 10.
Display of Attribute Values on Product Detail Page
Attribute values defined under Settings > Package/Transfer Orders > Attributes are now displayed on the Product Detail page, directly below the product name. This enhancement allows users to easily view custom, product-specific information at a glance.
Trendyol
Updated cargo mapping due to the merger of MNG Kargo with DHL eCommerce.
The Web Color 348 attribute has been temporarily made optional during the campaign period. Accordingly, category_attributes
and compare_attributes
were triggered for all brands to ensure consistency across product listings.
N11
Load balancing improvements have been implemented to optimize and enhance the performance of data transfers with N11.
Seller Center
Order cancellations made in Omnitron are now automatically forwarded to the Seller Center, ensuring better synchronization between systems.
The following changes are available in Project Zero versions later than 1.91.0
.
Subdomain Locale Support Enhancements
Added subdomain support to the setLocale
function.
Restricted root hostname handling to only allow locale subdomains.
Improved cookie handling by assigning domain to cookies for subdomain-based locale strategies.
Refactored cookie domain logic with fallback host support.
Updated getRootHostname
logic for better subdomain parsing.
Refactored locale filtering logic in the URL matcher regex.
Plugin Build Process
Included plugin tests in the build stage to ensure integration stability.
Added allowJs
to tsconfig
in akinon-next
test setup.
NextAuth and Configuration
Added support for custom NextAuth options.
Updated changeset configuration.
Test and Compiler Updates
Added Babel compiler to akinon/next
tests.
Moved CSP tests to akinon-next
.
Fixed Jest tests for standalone projects in akinon-next
.
Removed unused Babel config and unnecessary files.
Tailwind Configuration
Updated the default Tailwind content list.
Moved third-party Tailwind content list configuration to akinon-next
.
Utilities
Replaced inline monorepo check with a reusable utility.
The following changes are available in Seller Center FE versions later than v0.8.111
and Seller Center BE versions later than v1.1.158
.
In environments where the OMNITRON_ALLOWED_PARAMS
value is overridden, the following four values must now be explicitly defined to ensure correct functionality. This update has been made to ensure consistency across environments and to prevent potential misconfigurations.
Bulk Offer Page Fixes
Resolved an issue on the Add Bulk Offers page that affected usability and performance. The button name and placement have been updated for a more intuitive experience, and backend optimizations have been made to streamline the bulk offer creation process. These improvements make data entry faster, more accurate, and more user-friendly.
Export Parameters Configuration
A new parameters set has been introduced for selecting export parameters in the Orders Export module. Users can now configure more flexible and precise export options based on their needs.
UI/UX Improvements
User interface and experience enhancements have been applied to Profile Information, Approved Offers, Pending Offers and Revision Requests. These updates are designed to improve usability, streamline interactions, and deliver a more consistent and intuitive experience across the platform.
Task Execution Order Management
The task management system now features an expires parameter for improved task scheduling and prioritization. This enhances workflow control by facilitating the timely completion of urgent tasks and managing dependencies via expiration times, resulting in more efficient handling of time-sensitive tasks.
Plugin Last Publish Date
The plugin listing page now displays the date of the last modification made to each plugin, allowing users to track recent changes easily.
Projects with Expired Credentials
Projects that have expired credentials will now show an error message before the build process starts, helping prevent build failures due to invalid credentials.