This page provides information about version 8.21.5 of the Infosys Equinox Commerce platform. The release includes cumulative updates from versions 8.21.3, 8.21.4, and 8.21.5, covering enhancements for Merchandiser Admin and CSR Admin, along with open‑source vulnerability fixes.
17 March 2026 (8.21.5)
The following new features or enhancements have been added to the Infosys Equinox Commerce platform.
Merchandiser Admin
Reference Product Information
The Product page now includes a Reference Products section, showing how a selected Product or SKU is associated with special product types such as Bundles, Collections, and SKU Kits.
- Product view displays Bundles, Fixed Bundles, and Collections that include the product.
- SKU, SKU Kit, and Fixed Kit views display Products, SKU Kits, and Fixed Kits that reference the selected SKU or Kit.
Each reference entry shows the ID, Name, and Image, providing clear visibility into product relationships making catalog structures easier to understand and manage.
Role‑Based Approval Workflow
Merchandiser Personas Admin now supports role‑based editing and approval workflows, enabling controlled catalog updates across Products, SKUs, and Categories.
Users with specific Editor roles can access Merchandiser Admin to propose catalog changes, while publish actions are restricted to prevent unintended updates. All proposed changes are routed to Admin users for review and approval.
Extension‑Based Attribute Configuration
Enabled configuration‑driven control for Catalog, Product, SKU, and Category attributes with new extension support. This enhancement allows input fields on Product, SKU, and Category pages to be dynamically enabled or disabled, and their visibility managed entirely through configuration.
Configuration Details:
Introduced the catalogListExtension property to configure action buttons and column visibility on the Catalog Listing page, and to enable or disable fields in the Create Catalog drawer.
Sample JSON structure for catalogListExtension configuration:
{
"hideCreateCatalog": true,
"dataTable": {
"defaultColumns": [
{
"type": "string",
"name": "name",
"label": "Catalog Name",
"enableFilter": true,
"enableSearch": true,
"enableSort": true
},
{
"type": "string",
"name": "identifier",
"label": "Catalog ID",
"enableFilter": true,
"enableSearch": true,
"enableSort": true
},
{
"type": "enum",
"name": "status",
"label": "Status",
"enableFilter": true,
"enableSort": true,
"filterSelectOptions": [
{
"label": "Active",
"value": "ACTIVE"
},
{
"label": "Inactive",
"value": "INACTIVE"
}
]
},
{
"type": "action",
"name": "action",
"label": "Action",
"enableFilter": false,
"enableSort": false
}
]
},
"nonEditableAttribute": [
"description"
],
"nonDisplayableAttribute": [
"status"
]
}
Added extension configurations (productsExtension, categoriesExtension) to define non-editable and non-displayable attributes for Product, SKU, and Category entities.
Sample JSON structure for productsExtension configuration:
"nonEditableAttribute": [
"productName", "semanticId", "description", "primaryimage", "endTime", "startTime"
],
"nonDisplayableAttribute": [
"startTime", "productName", "description", "watchsize"
]
Sample JSON structure for categoriesExtension configuration:
"nonEditableAttribute": [
"categoryType", "parentCategoryId", "position", "name", "custom", "primaryimage", "meta_description"
],
"nonDisplayableAttribute": [
"internalDescription", "sortOrder", "hiddenTags", "meta_keywords", "primaryimage", "semanticId", "status", "name"
]
Audit Logs Visibility for Products, SKUs, and Categories
Audit log visibility has been added to the Product, SKU, and Category pages, providing clear insights into record creation and modification details such as username, date, and timestamp.
Improved Locale Identification
Enabled locale indication on Product, SKU, and Category pages, helping business users accurately update and manage multi‑language content with greater clarity and control.
Filter Catalog Support in Merchandising Admin
The Merchandising Admin has been enhanced to support “Filter” as a Catalog Type. For catalogs configured as “Filter”, the Product and SKU pages will be available in view‑only mode to prevent edits.
Enhanced Manageability of Saved Searches and Price Rules
Improvements have been made to saved search, price rules, synonyms, and redirect URL management, enabling both Editor and Admin users to access and maintain these features.
CSR Admin Enhancements
Selective Credit Button Control in Customer Loyalty
The Credit button is now hidden based on the reward type configuration with manually added is set to false.
Simplified Admin Navigation with Configurable Enterprise Access
CSR Admin now appears by default in StoreOps, with additional admin menus shown dynamically based on configuration.
Orders Extension Configuration Update
The Orders extension property disableBundleComponentReturn has been renamed to disableBundleComponentSelection. Update any store or extension configurations that reference the old property name to ensure continued functionality.
Open-Source Library Vulnerability Fixes
The following table summarizes the open-source library vulnerability fixes in this release:
|
Category |
Prisma |
Snyk |
|
Unique vulnerabilities patched |
53 |
66 |
|
Total vulnerabilities closed |
412 |
1057 |
|
Severity breakdown: |
||
|
Critical |
37 |
8 |
|
High |
176 |
859 |
|
Medium |
123 |
61 |
|
Low |
76 |
129 |
Revision History
2026-03-17 | JP – Added Release 8.21.5 content.