Akinon Release Notes (05/26/2025) are now live! Click here to learn what's new.
LogoLogo
API Reference
  • Home
  • Quick Start
  • Tutorials
  • Technical Guides
  • Release Notes
  • Glossary
  • Welcome to Akinon Release Notes
  • 2025
    • May
      • Akinon Release Notes (05.26.2025)
      • Akinon Release Notes (05.12.2025)
    • April
      • Akinon Release Notes (04.28.2025)
      • Akinon Release Notes (04.14.2025)
    • March
      • Akinon Release Notes (03.17.2025)
      • Akinon Release Notes (03.03.2025)
    • February
      • Akinon Release Notes (02.17.2025)
      • Akinon Release Notes (02.03.2025)
    • January
      • Akinon Release Notes (01.20.2025)
      • Akinon Release Notes (01.06.2025)
  • 2024
    • December
      • Akinon Release Notes (12.23.2024)
      • Akinon Release Notes (12.09.2024)
    • November
      • Akinon Release Notes (11.25.2024)
      • Akinon Release Notes (11.11.2024)
    • October
      • Akinon Release Notes (10.28.2024)
      • Akinon Release Notes (10.14.2024)
    • September
      • Akinon Release Notes (09.30.2024)
      • Akinon Release Notes (09.16.2024)
      • Akinon Release Notes (09.02.2024)
    • August
      • Akinon Release Notes (08.19.2024)
      • Akinon Release Notes (08.05.2024)
    • July
      • Akinon Release Notes (07.22.2024)
      • Akinon Release Notes (07.08.2024)
    • June
      • Akinon Release Notes (06.10.2024)
    • May
      • Akinon Release Notes (05.27.2024)
      • Akinon Release Notes (05.13.2024)
    • April
      • Akinon Release Notes (04.29.2024)
      • Akinon Release Notes (04.01.2024)
    • March
      • Akinon Release Notes (03.18.2024)
      • Akinon Release Notes (03.04.2024)
    • February
      • Akinon Release Notes (02.05.2024)
      • Akinon Release Notes (02.19.2024)
    • January
      • Akinon Release Notes (01.08.2024)
      • Akinon Release Notes (01.22.2024)
  • 2023
    • December
      • Akinon Release Notes (12.25.2023)
      • Akinon Release Notes (12.11.2023)
    • November
      • Akinon Release Notes (11.27.2023)
      • Akinon Release Notes (11.13.2023)
    • October
      • Akinon Release Notes (10.30.2023)
      • Akinon Release Notes (10.16.2023)
      • Akinon Release Notes (10.02.2023)
    • September
      • Akinon Release Notes (09.18.2023)
      • Akinon Release Notes (09.04.2023)
    • August
      • Akinon Release Notes (08.21.2023)
      • Akinon Release Notes (08.07.2023)
    • July
      • Akinon Release Notes (07.24.2023)
      • Akinon Release Notes (07.10.2023)
    • June
      • Akinon Release Notes (06.12.2023)
    • May
      • Akinon Release Notes (05.29.2023)
      • Akinon Release Notes (05.15.2023)
Powered by GitBook

© 2025 Akinon. All rights reserved.

On this page
  • Omnitron
  • Commerce
  • OMS
  • Instore
  • Marketplace Dashboard
  • Project Zero
  • Seller Center
  • App Maker

Was this helpful?

  1. 2025
  2. May

Akinon Release Notes (05.26.2025)

PreviousMayNextAkinon Release Notes (05.12.2025)

Last updated 2 days ago

Was this helpful?

Omnitron

The following changes are available in Omnitron FE versions later than rad2312 and Omnitron BE versions later than r3158.

Resolved Issues

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.

New Features

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.

Enhancements

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.

Commerce

The following changes are available in Commerce versions as of May 26, 2025.

Enhancements

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.

OMS

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.

Enhancements

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

Instore

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.

New Features

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.

Marketplace Dashboard

Enhancements

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.

Project Zero

The following changes are available in Project Zero versions later than 1.91.0.

Enhancements

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.

Seller Center

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.

Resolved Issues

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.

New Features

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.

Enhancements

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.

App Maker

Platform Enhancements

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.