Fulfilment Routes
Scoping Questions
- What fulfilment routes are required?
- Home delivery
- Collect in store
- Fulfil from store stock
- Are fulfilment routes determined automatically?
- Can customers choose their fulfilment method?
How To Guide
Configuration Examples
Fulfilment route configuration
<retail:fulfilmentRoute
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:routeId>STORE_TO_CUSTOMER</retail:routeId>
<retail:descriptions>
<core:string language="en" country="GB">Ship from Store to Customer</core:string>
</retail:descriptions>
<retail:sourceType>STORE</retail:sourceType>
<retail:destinationType>CUSTOMER_ADDRESS</retail:destinationType>
<retail:carrierRequired>true</retail:carrierRequired>
<retail:trackingRequired>true</retail:trackingRequired>
</retail:fulfilmentRoute>