NotifyFulfilmentsInWave
Changed on:
2 Nov 2023
Overview
Sends an event to all Fulfilments in a Wave. Optionally, it can also send each event with a list of Articles and their dimensions, such as length, width, height, and weight.
Plugin Name | Fulfilment Reference Module |
---|---|
Namespace | {{accountId}}.fulfilment |
The Fulfilment Reference Module is the foundation for in-store operations. It provides a reference Workflow for pick, pack, and shipping of orders for in-store staff. Extensible by design, use this Module as a base to build a solution to the needs of your customers.
UI Description
Sends an event to all Fulfilments in a Wave. Optionally, it can also send each event with a list of Articles and their dimensions, such as length, width, height, and weight.
Accepts
- Wave
Actions
- Type: sendEvent
- Condition: Always
- Description: Sends an event for each Fulfilment within a Wave
Rule parameters
Properties | Type | Description |
eventName |
| The name of the outgoing event sent for each Fulfilment |
Event attributes
Name | Type | Required? | Default | Description |
allFulfilmentArticles |
| Yes | N/A | The details of all the Articles packed by the Store associate which are keyed by the Fulfilment.id they relate to within a Wave. |
fulfilmentArticles | Array of
| No | N/A | If the rule is used during the packing step, then the dimensions and weight specified by the Store Associate are sent. |
Attribute Types
ArticleDetails
Name | Type | Required? | Description |
packaging_name |
| Yes | The name of an article belonging to Fulfilments in a Wave. |
length |
| Yes | The length of an article in cm. |
width |
| Yes | The width of an article in cm. |
height |
| Yes | The height of an article in cm. |
weight |
| Yes | The weight of an article in kg. |
maxWeight |
| No | The maximum weight of an article. |
Configuration example
1N/A
Language: json
Detailed Technical Description
- Sends an event for all Fulfilments in the Wave
- If the event attribute has a list of Articles for the Fulfilment; then that list and its details are placed into the event attribute
`allFulfilmentArticles`
`fulfilmentArticles`
Version History
v23.8.2
refers to the plugin