Skip to main content

Integrations API release notes v2.14.x

In this section:

Solution/product

Controlant Integrations API

Version

2.14.1

Type of release

Patch

UAT release date

14 September 2026

Live release date

14 September 2026

Improvements and bug fixes

Integrations API 2.14.1 is a maintenance release that fixes issues in the unassigned logger support for draft shipments added in 2.14.0. You can now create a draft shipment with no loggers, or with logger slots that are not yet assigned, and retrieve it again afterwards. The API reference has also been corrected to show that loggerId is optional on editable drafts.

  • Creating a draft shipment without loggers: an empty logger list is now accepted when creating an editable draft. Previously only omitting the list entirely worked, and sending an empty list was rejected as invalid.

  • Opening drafts with unassigned logger slots: a draft created with logger slots that carry only metadata is now stored correctly and can be retrieved. Previously such a draft could not be opened in the SCM system.

  • API documentation correction: loggerId is no longer marked as required in the API reference. It is optional on editable drafts, where a logger slot may carry only a pallet reference, placement reference or description, and must be assigned before the shipment is readied. Runtime validation is unchanged.

Customer impact: Low

Solution/product

Controlant Integrations API

Version

2.14.0

Type of release

Minor

Release announcement date

14 August 2026

UAT release date

21 August 2026

Live release date

14 September 2026

Integration API 2.14.0 adds more flexible draft shipments, so you can create drafts before assigning the actual loggers. It also brings richer Get Shipment Info details, more accurate analysis availability that reflects missing logger data, a clearer way to set the alert template type when creating a shipment, and ongoing security and reliability improvements.

  • More flexible draft shipments: you can now create a draft shipment with logger details before assigning the actual loggers. Logger IDs only need to be provided before the shipment is readied.

  • Richer Get Shipment Info: responses now include who created and last modified the shipment, plus the last modified timestamp.

  • More accurate analysis availability: it now reflects missing logger data.

  • Clearer alert setup on Create Shipment: a clearer way to specify the alert template type.

  • Security and reliability improvements: behind the scenes updates to keep the platform secure and running smoothly.

Customer impact: Low