Akinon Release Notes (05/12/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.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​
  • Seller Center​
  • App Maker​

Was this helpful?

  1. 2025
  2. April

Akinon Release Notes (04.28.2025)

Omnitron​

The following changes are available in Omnitron FE versions later than rad2303 and Omnitron BE versions later than r3148.

Resolved Issues​

Auto Mapping Issue for Source Attribute Values Without "Labels" Resolved

  • An issue affecting the auto mapping of Omnitron attribute values without "labels" on the Sales Channels > Sales Channel Settings > Marketplace Mapping > Mapper form has been fixed. Auto mapping now functions correctly for such values.

Enhancements​

Description Field Added to Cancellation Requests Page

  • A new "Description" column has been added to the Orders > Cancellation / Return Requests page. This column is also included in both .xls and .csv export files.

Campaign Form Usability Improvements

  • In the Sales Channels > Marketing > Campaign Detail form, conditions that can only be used once (e.g., email domain, card type) are now removed from the dropdown after being selected, preventing duplicate entries.

  • It is no longer possible to add conditions without defined values. This ensures that only fully configured conditions can be added during campaign setup.


Commerce​

The following changes are available in Commerce versions as of April 28, 2025.

Resolved Issues​

Coupon Deactivation Upon Order Cancellation

  • Coupons associated with cancelled orders are now automatically deactivated, ensuring accurate promotional usage tracking.

Extension Promotion Gateway Prioritization

  • The “Extension Promotion Gateway” now supports configurable execution order. It can be set to run before or after standard campaign logic, offering greater control and flexibility in the application of promotion rules.

New Features​

Installment Options Based on Customer Email Domain

  • Installment configurations now support two additional filters:

    • email_verification_required

    • email_domains

  • These filters allow installment options to be customized based on verified customer email domains.

Example configuration:

PATCH - /api/v1/installments/{installment_id}

{
  "config": {
    "email_verification_required": true,
    "email_domains": ["akinon.com"]
  }
}

Enhancements​

Address Format Improvements for International Shipping

  • The checkout process now supports dynamic country-specific address formatting. Country-level rules can be configured for required address fields via the ADDRESS_SERIALIZER_FIELDS configuration. The form dynamically adapts based on the customer’s selected country, improving both data accuracy and user experience.

Example ADDRESS_SERIALIZER_FIELDS dynamic setting configuration:

{
  "pk": 530,
  "key": "ADDRESS_SERIALIZER_FIELDS",
  "value": {
    "default": [],
    "tr": [
      { "field": "district", "validators": [], "kwargs": { "required": true } },
      { "field": "township", "validators": [], "kwargs": { "required": true } }
    ],
    "RO": [
      { "field": "district", "validators": [], "kwargs": { "required": false } },
      { "field": "township", "validators": [], "kwargs": { "required": false } }
    ]
  },
  "is_active": true,
  "description": "Add fields to check by Address Serializer",
  "created_date": "2022-05-05T12:07:21.085281Z",
  "modified_date": "2025-04-16T11:34:56.988354Z"
}

Akifast – Improved Address Matching with Anonymized Data

  • Address matching logic has been enhanced to support anonymized user data, improving accuracy while maintaining compliance with data privacy standards.

B2B – Configurable User Creation Limits

  • Issues related to user creation limits on the B2B platform have been resolved. These limits are now manageable via the THROTTLING_SETTINGS under dynamic_settings, specifically using the successful-register variable.

The success value defined for successful-register must be higher than the value configured for the count of register to ensure proper throttling behavior.

Example configuration:

{
  'register': {
      'count': 999999,
      'duration': 30 * 60
  },
  'successful-register': {
      'success': 999999,
      'duration': 30 * 60
  }
}

OMS​

Enhancements​

Carrier Selection Support with Complete Packaging Command

  • The “Complete Packaging Command” now supports selecting the shipping carrier externally. Previously, the carrier was determined automatically, and manual selection was not possible. In scenarios where the shipping label is generated by the OMS, external carrier selection may be required. With this update, the selected carrier can be sent with the command, and the process will continue using that carrier.

Renew Package Plan Command Now Works Package-Specific

  • The “Renew Package Plan Command” has been updated to re-plan only the items belonging to the specified package. Previously, it processed all eligible items with this improvement in order group, the command now considers only the items within the given package during the planning process. This ensures more controlled and package-specific execution.


Instore​

New Features​

Estimated Delivery Date on Product Detail Page

  • The “Estimated Delivery” extension has been integrated into the product detail page. After the user selects their location, an estimated delivery date range is displayed. This allows customers to see when they can expect the product before placing an order.

Enhancements​

New Settings for Variant Labels

  • Variant codes can now be displayed as readable labels (names). If color or size text is not available under options in Omnitron, the system can now fetch these labels from specified fields. Two new fields have been added under Instore > Settings > Package/Transfer Orders: ColorLabel and SizeLabel.

    • ColorLabel should be set using the path: Product → Attributes → [Field Name]

    • SizeLabel should be set using the path: Variant → Product → Attributes → [Field Name]

Identity Number Support in Address Modal

  • The Address modal has been updated to include the identity_number field. Its visibility and usage can be controlled via UI Settings for brands that require it. Whether the field is mandatory or optional is determined through the Omnitron Address Rule.


Marketplace Dashboard​

System Improvements​

Amazon

  • While invoice sending has been supported via messaging services, a new structure is being introduced where invoices will be sent through a file uploading system. This change enhances compatibility and aligns with Amazon's updated integration standards.

Hepsiburada

  • Products that are already registered in the Hepsiburada catalog and contain global barcodes can now be listed quickly using the Fast Listing feature. This eliminates the need for the traditional mapping process, speeding up product publication.

Trendyol

  • Brands using Trendyol Express can now update the WarehouseId field via the SendUpdateOrders service. This provides more flexibility and control over warehouse information in order updates.


Seller Center​

The following changes are available in Seller Center FE versions later than v0.8.109 and Seller Center BE versions later than v0.8.109

Resolved Issues​

Fixed Notification Accuracy and Consistency

  • Previously, inconsistent notifications negatively impacted the user experience. A comprehensive review addressed visibility and accuracy issues. Users now receive clear, consistent, reliable, and timely notifications, enhancing understanding, navigation, and decision-making for a more intuitive interface.

Pre-Offer Image Duplication with Omnitron

  • Fixed synchronization issues between pre-offer images and Omnitron to prevent potential duplication. This improvement ensures accurate and consistent pre-offer image creation.

New Features​

Commissions Page Filtering

  • To improve the ease of reviewing commissions based on product details, filtering options for SKU, Basecode, and Product Name have been added to the Finance > Seller Management > Seller Management Detail > Commissions page. This enhancement provides greater visibility into commissions related to specific products, simplifying the commission management process.

Enhancements​

UI/UX Improvements

  • Enhancements have been implemented across Seller Management, Sales Reports, Dashboard, Login page, and Campaign and Collection pages. These improvements aim to boost usability and improve the overall user experience.


App Maker​

Platform Enhancements​

Plugins Decoupled from Env Version

  • The dependency between plugin versions and the Env Version has been removed. Going forward, plugins will be installed based on the versions defined in the environment-independent akinon.json file.

  • While this change allows greater flexibility and modularity, the existing publishing rule remains in place: plugins cannot be published for an unreleased Env Version.

PreviousAprilNextAkinon Release Notes (04.14.2025)

Last updated 20 days ago

Was this helpful?