Author:
Fluent Commerce
Changed on:
5 Sept 2025
`WaveDispatch` ruleset to:`FLUENTRETAIL.base.SendEventForAllFulfilmentsFromWaveWithArticleInfo``FLUENTRETAIL.base.SendEventForAllFulfilmentsFromWave``SendEventWithAttributesForAllFulfilments``WaveDispatch` ruleset:`fc.mystique.manifest.store.fragment.waves` fragment and configuring from there.`fc.mystique.manifest.store.fragment.waves` fragment with the following changes:`fc.list` component from descendants within the `fc.pages.wizard` component, within the `step` where `title` = `"i18n:fc.sf.ui.waves.wizard.pack.title"``noCard: true` to the props of the `fc.page.wizard.action` component located within the same aforementioned `step` titled `"i18n:fc.sf.ui.waves.wizard.pack.title"``fc.mystique.fields.basicpack` setting. Details about this setting can be found within the Multi-Parcel field component page`PACKAGING``OBJECT`| Name | Type | Description |
| name | `String` | The name of the parcel type. This value will be used as the dropdown option name. |
| depth | `Number` | The depth (aka the length) of this parcel type. |
| width | `Number` | The width of this parcel type. |
| height | `Number` | The height of this parcel type. |
| maxWeight | `Number` (Optional) | The maximum weight of this parcel type. The form will not accept a weight value higher than this number. Can be empty or omitted. |
1"attributes": [
2 {
3 "name": "allFulfilmentArticles",
4 "label": "All Fulfilment Articles",
5 "type": "MULTI_PARCEL_FIELD",
6 "source": "",
7 "defaultValue": "",
8 "mandatory": true
9 }
10]1[
2 {
3 "name": "Attributes Small Box",
4 "depth": "10",
5 "width": "10",
6 "height": "10",
7 "maxWeight": "10"
8 },
9 {
10 "name": "Attributes Medium Box",
11 "depth": "20",
12 "width": "20",
13 "height": "20",
14 "maxWeight": "20"
15 },
16 {
17 "name": "Attributes Large Box",
18 "depth": "30",
19 "width": "30",
20 "height": "30",
21 "maxWeight": ""
22 }
23]