Skip to main content

Order Orchestration

Scoping Questions
  1. Is order orchestration required?
  2. What order routing rules are needed?
  3. How are orders prioritised?
Configuration Examples
Order orchestration configuration
<retail:orderType
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:orderTypeId>CLICK_AND_COLLECT</retail:orderTypeId>
<retail:descriptions>
<core:string language="en" country="GB">Click and Collect</core:string>
</retail:descriptions>
<retail:fulfilmentType>STORE_COLLECT</retail:fulfilmentType>
<retail:paymentRequired>true</retail:paymentRequired>
<retail:depositRequired>false</retail:depositRequired>
<retail:customerRequired>true</retail:customerRequired>
</retail:orderType>