Akinon Release Notes (09.15.2025)
📢 New Feature Spotlight: Multi-Basket is Live!
One Shopping Journey. Multiple Baskets. Smarter Deliveries.
With Multi-Basket, customers don’t need to clear their baskets when shopping across different scenarios. Instead, the system automatically creates separate baskets, adapting to your unique business processes. These baskets are saved and can be revisited later, giving customers the freedom to return and continue their shopping journey at any time.
Multi-Basket supports a variety of business models and scenarios, such as:
🏬 Different stores or regions (e.g., local branches or marketplace sellers)
⏱️ Different order modes (e.g., instant vs. scheduled fulfillment)
📦 Different product types (e.g., groceries, heavy items, durable goods)
Each basket operates independently yet remains part of a unified shopping journey — stored, accessible, and ready for customers to continue or complete whenever they choose. This ensures both operational control for businesses and an uninterrupted experience for customers.
Fully configurable, Multi-Basket aligns with your company’s processes — whether driven by store structure, delivery strategies, or product handling requirements.
🎥 Watch it in action:
Omnitron
The following changes are available in Omnitron FE versions later than rad2346
and Omnitron BE versions later than r3223
.
Resolved Issues
"Download Bulk Add Template" Adjustments in Attribute Form
The
pk
field has been removed from the "Download Bulk Add Template" in the Add/Edit Attribute form for dropdown-type attributes. As this field is not required when adding new attribute values, the template has been simplified for easier use.
Reject Cancellation Requests Feature Implementation
The Reject Cancellation Request action is now available for order items with cancellation or return requests only when the related Cancellation Request Status is Open or Waiting. A pop-up allows users to provide a Description and upload an Image during the action.

Product Image Adjustment for Offers in Order Detail Form
Product images for Offer-type items were not displayed as no image existed in Omnitron. The logic now retrieves the relevant image from the parent simple product.
URL Adjustments on MPD Applications Written with UI Protocol
The URL structure of
sales_channel
extension applications with"visible_type": "full_page"
has been adjusted to ensure proper display as iframe in Omnitron.
Customer Detail Form Adjustments for Marketplace Customers
Resolved a white screen issue when accessing the Customer Detail form for marketplace customers.
Auto Mapping Feature Enabled for All Pages in Mapper Form
The auto-mapping feature now works for attribute values on all pages within the Mapper Detail form under Sales Channels > Sales Channel Settings > Marketplace Mapping. Previously, it only worked on the first page, but this limitation has been resolved.
Reconciliation Closure Issue Resolved
Previously, the reconciliation closure logic incorrectly checked unreconciled items across all sellers (suppliers) within the same time range. This has been fixed—now, the check targets only the relevant reconciliation’s seller, ensuring accurate closure verification.
Display Issue for Orders Without District/Neighborhood Information Resolved
Fixed an issue that caused incorrect display of customer addresses in the Order Detail form when district or neighborhood information was missing.
New Features
Two-Factor Authentication Enabled for Omnitron Users
Two-Factor Authentication (2FA) is now available for Omnitron users through Authenticator apps. From the Profile page, users can enable 2FA by scanning the QR code with their Authenticator app and entering the generated code. Once activated, logging into Omnitron will require both the username/password and a TOTP code for enhanced security.
Configuration:
2FA Login:
Preview/Edit Form Updated with Listing Code Display and Unsaved Changes Warning
The Listing Code is now visible for grouped products in the Preview/Edit form under Products and Catalogs > Catalogs > Sorting.
The Save Changes button now includes animations to indicate modifications, and a text notification highlights any unsaved changes. Additionally, a pop-up warning appears when navigating away, refreshing, or using browser forward/back actions while changes remain unsaved.
Marketplace Mapper Enhanced for Text-to-Dropdown Attribute Mapping
In the Mapper Detail form under Sales Channels > Sales Channel Settings > Marketplace Mapping, attribute mapping between Omnitron (source) and Marketplace (target) attributes has been improved. Previously, standard mapping was limited to source attributes of type dropdown. It can now also be performed from the front-end for source attributes of type text.
Order Shipping Info Now Created for All Extension-Type Shipping Options
Order items can be shipped using different shipping options based on product attributes or the seller. In Omnitron, these options are tracked via the shipping option group for each order item. Previously, if multiple items had extension-type shipping option groups, shipping info was only created for one extension, leaving the others untracked. The logic has now been updated so that shipping info (logs) is created for all shipping options, including extension types.
Configuration:
Set the
ACTIVATE_EXTENSION_SHIPPING_PROVIDER
feature flag to True.Define all extension shipping integrations under
EXTENSION_SHIPPING_PROVIDERS
.Remove the old
"extension"
key fromSHIPPING_PROVIDERS
to avoid validation errors.Manage all settings via the
api/v1/dynamic_settings/
endpoint.
Enhancements
Display "Extra Fields" in Order Detail Page
A new front-end feature enables users to view additional order-level information stored in the
extra_field
object on the Orders > Order Detail page.An Extra Fields button has been added.
When clicked, it parses the JSON data in
extra_field
and displays it in a pop-up for easy viewing.This allows users to access custom or extended order data—such as notes, special instructions, or additional metadata—without leaving the order detail view.
Active and Inactive Sales Channels Grouped in Dropdown Filters
Dropdown filters for Sales Channels across various pages (e.g., Orders > Cancellation/Return Requests, Orders > Transactions, Customers) have been updated to group active and inactive channels separately, improving clarity and usability.
Shipping Option Group Filter Added to Cancellation/Return Requests
A Shipping Option Group filter has been added to Orders > Cancellation/Return Requests, enabling users to filter order items with cancellation or return requests based on the shipping options used.

Bulk Action Progress Bar Updated with Action ID
The progress bar for initiated bulk actions now displays the corresponding bulk action ID, allowing users to track and filter the process more easily in Process Center > Bulk Operations.

Include Labels and Values for Dropdown Attributes in Export as Separate Columns
The product export functionality in Omnitron has been updated to include both label and value for dropdown attributes as separate columns in CSV and XLS files. Previously, only the label was exported under
attributes_kwargs__{attribute_key}__label
, which could cause errors or prevent updates during import because Omnitron expects the headerattributes__{attribute_key}
. This update ensures that both label and value columns are correctly included and usable in exported files.
Bulk Removal of Dropdown Attribute Values
A Remove Selected Attribute Values action has been added to the table in the Add/Edit Attribute form under Products and Catalogs > Product Attributes for dropdown-type attributes. This allows users to select and delete multiple attribute values at once, improving management efficiency.

Remove Category Action Disabled for Omnitron Users on Sales Channels > Category Management Page
The Remove Category action has been disabled for Omnitron users in the category tree under Sales Channels > Category Management. Since this page is intended for marketplace management, category deletion is now restricted to prevent Omnitron users from removing nodes.
Updates to Order Extra Field Now Reflected in Seller Center
Custom values added to an order’s
extra_field
after creation are now automatically propagated to the Seller Center, ensuring that all post-creation updates are synchronized across relevant views.
Commerce
The following changes are available in Commerce versions as of September 15, 2025.
Enhancements
Checkout – Basket Validation Update
A new dynamic setting,
CHECKOUT_AMOUNT_CONTROL_BY_BASKET
, has been introduced to enhance checkout validation.Default Value:
True
Behavior:
True: Payment is blocked if the basket total amount is 0.
False: Payment is blocked if the sum of basket total amount and checkout-level amounts (e.g., shipping fee, gift wrapping) is 0.
Category Tree Update – Index Rebuild
The category tree indexing process has been improved. Now, when a product is updated, the category tree is automatically refreshed through an index rebuild, ensuring that product listings and navigation remain consistent across the system.
Dynamic Filtering by Attributes
A new dynamic filtering capability has been introduced, allowing attribute-based queries directly on user records. With this update, the
attributes__anonimizing_user_id
filter can be applied via the endpoint:GET /api/v1/users/?attributes__anonimizing_user_id=<value>
Exact Paid Amount per Product
Customers can now clearly see pricing details for each order item in the storefront. This includes:
price
field, showing the original product price before any discounts.discount_amount
field, showing the exact amount discounted.discounted_price
field, displaying the final payable amount after discounts.
This enhancement improves transparency, allowing customers to understand how discounts affect the final price for each product in their order.
OMS
Enhancements
New Management Features for Stale Packages
Managing packages in "stale waiting" status is now more flexible. Users can:
Cancel or refund packages directly via the OMS.
Reinitiate delivery using the Renew Package Plan command.
Mark as delivered using the Deliver Package command.
For partial cancellations, no new package is created — only the status of the relevant items is updated.
Instore
Enhancements
Product Detail Page Button Fixed
The "Local & International" button on the Product Detail page now remains inactive until both a color and size are selected. This update ensures that customers follow the correct selection steps, reducing the risk of incorrect orders.


New Filter Added to Packaging Orders
A new "Target Packing Date" filter has been added to the Packaging Orders page. This enhancement allows staffs to easily list and manage orders that need to be packaged by a specific date (e.g., pre-orders), streamlining operational workflows.

Integrator
Enhancements
Enhancement to Log Filtering by Max/Min Error Rate
Transaction Error Rate Limit filters (min/max) have been added to the Log and LogWithPagination pages. This allows filtering based on the highest and lowest error rates, enabling more precise error analysis.

Marketplace Dashboard
Resolved Issues
Amazon
A fix has been implemented in the stock task to handle errors in requests sent to
mapped_attributes
for FulfillmentLatency. When an error occurs, the default FulfillmentLatency from the channel configuration is applied, ensuring consistent stock updates.
Trendyol
GetUpdatedOrderItems Fix: Resolved an issue where extra flow files were generated due to pagination changes. The page size is now captured on the first retrieval and remains unchanged, ensuring smooth processing.
Enhancement
Marketplace Dashboard / Flow Trigger
The Flow Trigger page has been updated to allow triggering for more than 100 and up to 1,000 SKUs at once. This update also enables logs to be generated for bulk-mapped products, making post-processing verification easier.
Trendyol
Send Update Order Flow – Send Dates Added: Send dates for SendInvoice and TrackingNumber operations have been added, improving tracking of update times and ensuring more accurate logging.
Automatic Status Updates: Orders now automatically receive Invoiced and Picking statuses after retrieval, based on the Auto Update Order Status setting in the channel configuration. This prevents customers from canceling orders without brand approval and ensures smoother order management.
GetOrCreateCustomer Update: The firstName and lastName from the invoice address are now used for Omnitron customer processing, replacing the previous customerFirstName and customerLastName fields for compatibility with recent Trendyol updates.
Digital Product Sales Support: The alternative delivery feature has been enabled in the SendUpdateOrder flow to properly handle digital product deliveries.
All MP’s
Error logging has been implemented for
mapped_products
requests in all product send/update flows. Category-related errors are now recorded in the logs, enabling faster issue identification and quicker intervention when problems occur.
Seller Center
The following changes are available in Seller Center FE versions later than v.0.8.199f2
and Seller Center BE versions later than v.1.1.166
.
Resolved Issues
Shipping Priority Issue
The issue preventing Sellers from changing the priority of their datasource shipping options has been resolved. Sellers can now freely reorder their datasource shipping preferences even if the
allow_manual_entry
value for the shipping option isfalse
, ensuring that the correct delivery options are displayed on the Storefront.Additionally, the Drag & Drop functionality has been improved for enhanced usability. Users can now easily reorder their shipping options (and consequently their priority) by dragging and dropping them into their desired positions on the list.
Holiday Mode Activation Issue
Previously, the Holiday Mode option did not function correctly for Sellers with a high number of active offers, preventing them from transitioning to passive status. This issue has been resolved. Sellers can view Holiday Mode under Finance > General Information page.

New Features
Estimated Delivery Duration for Performance Metrics
A new value called Estimated Delivery Duration (
estimated_target_duration
) has been added to seller performance metrics. MPOs can set this value in Finance > Seller Management > Seller Detail > General Information page.

interest_installment_amount
Information Added
The
interest_installment_amount
field has been added to i2 API methods. Through this method sellers can view the overall installment amount information for their orders.
Product Duplication Warning
When a Seller adds products via Marketplace Catalog > Add Single Product page, the AI tool (Aki) will notify them if similar products already exist in Seller Center. Aki will also suggest existing offers that are already registered in the system.

Seller Filters For Stock & Price Management
For MPO users, seller filters have been implemented on the Products > Inventory Management > Stock List and Products > Inventory Management > Price List pages. This enhancement allows MPOs to access precise information pertaining to individual sellers.
Stock List:

Price List:

Enhancements
System Enhancements
Several backend and query-level improvements have been made to optimize overall performance, stability, and reliability across Seller Center processes.
Image Cropping In Revision Actions
When the PRD 101 endpoint is used, images submitted for product revisions are now cropped according to the
MAX_IMAGE_DIMENSIONS
setting, configurable via Settings > Dynamic Settings.
Multiple Product Revision Modal
The multi-product revision process now separates image and attribute revisions into dedicated windows, improving usability and scalability. This split enhances user experience, allows efficient resource allocation, and reduces complexity.
Attribute Revision:

Image Revision:

App Maker
Platform
New Features
Plugin Check Command
A new command has been added to verify the availability of a plugin name before developing a new plugin.
Command:
appmaker plugin check {{plugin-name}}
Last updated
Was this helpful?