cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can any one explain how order splitting works?how can we check whether the order is split into different consignments?

PrashanthPundalik
Participant
0 Likes
524

Need information on order splitting and how can a order split in to consignments and what changes we should do for OOTB service?

Accepted Solutions (1)

Accepted Solutions (1)

skotni
Explorer
0 Likes

There is an OOTB extension template 'yacceleratorfulfilmentprocess'.

  1. Create an extension from that template

  2. In the order-process definition(i.e. submitOrderProcess code present in your basestore), there is an action named 'SplitOrderAction'

  3. It uses OOTB OrderSplittingService which has different splitting strategies.

  4. Use relevant splitting strategies for e.g. splitByDeliveryMode, splitByWarehouse, etc as per ur requirement.

  5. If the configurations are correct, you can see consignments created after the action is completed.

PrashanthPundalik
Participant
0 Likes

where can i check the consignment details?

skotni
Explorer
0 Likes

The consignments are seen in backoffice/hmc at order->consignments tab

Answers (0)