Fluent Commerce Logo
Docs

CreateFulfilmentWithSourcingProfile

Rule

Changed on:

29 Sept 2025

Overview

Create Fulfillment(s) using the specified Sourcing Profile.

Plugin NameOrder Reference Module
Namespace[[account.id]].order

The Order Reference Module is the foundation for order-related implementations. It provides reference workflows for click & collect, home delivery and mixed baskets and those needed to build your own. Extensible by design, use this Module as a base to build a solution to your customers' needs.

UI Description

Apply the Sourcing Profile identified by {sourcingProfileRef} to a Sourcing Request (Order, Fulfillment Option, etc.) and produce Fulfillment(s).

Accepts

  • ORDER
  • FULFILMENT_CHOICE

Actions

Rule parameters

Name

Type

Description

`sourcingProfileRef`

`String`

Reference to the Sourcing Profile to apply.

Event attributes

This Rule does not expect any Event attributes.

Exceptions

  • This Rule throws a `PropertyNotFoundException` when the Rule parameter(s) is not provided.
  • This Rule throws an `IllegalArgumentException` if Sourcing Conditions or Criteria are improperly configured

Configuration example

1{
2  "name": "[[account.id]].order.CreateFulfilmentWithSourcingProfile",
3  "props": {
4    "sourcingProfileRef": "GLOBAL_DEFAULT"
5  }
6}

Detailed Technical Description

This Rule executes the following steps:

Version History

2025-09-29

v25.9.29

Initial release