NotifyFulfilmentsInWave
Changed on:
2 Nov 2023
Overview
Sends an to all Fulfilments in a . Optionally, it can also send each 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 is the foundation for in-store operations. It provides a reference 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 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 . |
fulfilmentArticles | Array of | No | N/A | If the 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 belonging to Fulfilments in a . |
length |
| Yes | The length of an in cm. |
width |
| Yes | The width of an in cm. |
height |
| Yes | The height of an in cm. |
weight |
| Yes | The weight of an in kg. |
maxWeight |
| No | The maximum weight of an . |
Configuration example
1N/A
Detailed Technical Description
- Sends an event for all Fulfilments in the Wave
- If the event attribute
`allFulfilmentArticles`
has a list of Articles for the Fulfilment; then that list and its details are placed into the event attribute`fulfilmentArticles`
Version History
v23.8.2
refers to the