Skip to content

CSM-Magento-Adobe Release Notes - 4.3.2026052228.281578

CSM For Magento 4.3.2026052228.281578

June 3, 2026

Overview

Channel Sales Manager for Magento 4.3 focuses on shipment accuracy and operational reliability for Magento order fulfillment. Two targeted fixes close gaps that caused incorrect or unnecessary shipment submissions to Magento: one prevents sending a shipment when a posting contains only G/L Account lines, and the other corrects the shipment payload structure for both tracked and untracked shipments. This release also makes the Item Attribute page channel-aware and removes hard-coded data load timestamps.
 
Be sure to reference the CSM-Core release notes in addition to these Magento-specific notes.

 

Added

Channel-Aware Field Visibility on the Item Attribute Page

  • The Item Attribute page now detects the active sales channel type and shows Magento-specific fields only when a Magento channel is selected.
  • The Catalog Input Type for Store Owner field is now visible for Magento channels and hidden for non-Magento channels, removing clutter for users who manage multiple channel types.
  • Visibility refreshes automatically as users navigate between Item Attribute records, keeping the display consistent.
 

Updated

Suite Engine Dependency Floor Updates

  • API Engine Library minimum raised from 1.18 to 1.21.
  • Channel Sales Manager Core minimum raised from 4.8 to 4.9.
  • Suite Engine Common Base (2.12) and Variations Library (1.6) are unchanged.


Business Central Compatibility and Code Modernization

  • Code across the extension has been updated for compatibility with current and upcoming Business Central platform versions, with no change to functional behavior.
  • Deprecation gates and warning suppressions were added for forward compatibility, and obsoleted code paths were consolidated.
  • Tooltip, description, and label text were reviewed and corrected for grammar and accuracy.


Fixed

Shipment Not Sent When Only G/L Account Lines Are Present

  • When a sales shipment contained only G/L Account lines (no item lines with a positive quantity), CSM previously attempted to send a shipment notification to Magento, resulting in an incomplete or failed call.
  • The system now inspects shipment lines before submission. If no item lines with a quantity greater than zero are found, the document is marked as not requiring an external update and no notification is sent to Magento.
 

Incorrect Shipment Payload for Tracked and Untracked Shipments

  • Shipment line data was being built with an incorrect parent key, producing a malformed payload for both tracked and untracked shipments sent to Magento.
  • The parent key on shipment line data is now cleared for Magento channels when the shipment information is assembled, producing a correctly structured payload.
  • An upgrade procedure applies the corrected configuration to existing installations automatically.
 

Hard-Coded Execution Timestamps Removed from Data Load

  • Several entries in the Magento data load contained hard-coded execution timestamps from 2018 and 2019 that could interfere with automation scheduling and last-run tracking.
    • These static values have been removed so the system manages execution timing dynamically.
 

Listing Image Value Processing Name Corrected

  • The configuration entry used to retrieve the listing image name contained a spelling error ("Lising").
  • The name has been corrected to "Listing", and an upgrade procedure applies the fix to existing installations.