Skip to main content

Fulfilment Routes

Scoping Questions
  1. What fulfilment routes are required?
    • Home delivery
    • Collect in store
    • Fulfil from store stock
  2. Are fulfilment routes determined automatically?
  3. Can customers choose their fulfilment method?
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>