Changed on:
25 Oct 2023
The rule creates fulfilment based on the incoming proposed fulfilment, excluding fulfilments in specified statuses. If the
`fulfilmentType`
Creates fulfilment based on the incoming proposed fulfilment, excluding fulfilments in statuses {excludedFulfilmentStatuses}. If the "fulfilmentType" parameter is not empty then a fulfilment with this type will be created.
Parameter | Description |
excludedFulfilmentStatuses | The list of excluded fulfilment statuses. |
fulfilmentType | The type of the fulfilment. |
Parameter | Description | Data Type | Required? |
proposedFulfilment | The object of a proposed fulfilment. | ProposedFulfilment | Required |
This rule does not explicitly identify any exceptions.
1{
2 "name":"<ACCOUNTID>.order.CreateFulfilment",
3 "props": {
4 "fulfilmentType":"HD_PFS",
5 "excludedFulfilmentStatuses":"CREATED"
6 }
7}
Language: json
If you are using Click and Collect, Home Delivery or Mixed Baskets reference workflows, following fulfilment types can be used without additional rule modification.
`CC_PFS`
`CC_PFDC`
`HD_PFS`
`HD_PFDC`
If you create your own fulfilment type and would like it to be supported in our reference workflow, you need to set the custom type in the
`fulfilmentType`
Useful information:
First release
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.