Fluent Commerce Logo
Docs

Sourcing Utilities

Package

Changed on:

4 Nov 2025

Publisher:Fluent Commerce
Website:Fluent Commerce

Download Package

Version History

2025-10-03

Java source code.

Key Changes:

  • Added a `status: "ACTIVE"` filter to the `GetProfileByRef` query used by the `SourcingUtils.loadSourcingProfile` method to ensure the correct Sourcing Profile version is returned
  • Added the `OrderUtils.getSuffixAsPerLocationType` method, along with the units (`DistanceMeasurementUnits`) and model (`Attribute`, `LocationType`, `Constants`) service classes, to remove unnecessary dependencies on other utilities, making the Sourcing Utilities self-contained
2025-09-29

Java source code.

Initial release.

Overview

The `util-sourcing` library is a comprehensive collection of utility functions designed to minimize the overhead and complexity of writing sourcing logic in your Fluent Commerce rules.

Detailed Technical Description

Usage

1<dependency>
2    <groupId>com.fluentcommerce</groupId>
3    <artifactId>util-sourcing</artifactId>
4    <version>${util-sourcing.version}</version>
5</dependency>

Features

Capability type:Tool