From 2a8d03d78a945f6b3a1c4bc671bb3336db4cbb57 Mon Sep 17 00:00:00 2001 From: Deepak Dixit Date: Wed, 17 Apr 2024 12:25:20 +0530 Subject: [PATCH] Added option to clone order routing group, order routing and order routing rule --- .../order/routing/OrderRoutingServices.xml | 151 ++++++++++++++++++ service/orderrouting.rest.xml | 9 ++ 2 files changed, 160 insertions(+) diff --git a/service/co/hotwax/order/routing/OrderRoutingServices.xml b/service/co/hotwax/order/routing/OrderRoutingServices.xml index 6a42d3f..b669a15 100644 --- a/service/co/hotwax/order/routing/OrderRoutingServices.xml +++ b/service/co/hotwax/order/routing/OrderRoutingServices.xml @@ -608,4 +608,155 @@ + + + + + + + + Parameter to check if the Order routing needs to be cloned. + + + Parameter to check if the Order routing rule needs to be cloned, works only if copyOrderRoutings set to true. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/service/orderrouting.rest.xml b/service/orderrouting.rest.xml index a77d321..c657c93 100644 --- a/service/orderrouting.rest.xml +++ b/service/orderrouting.rest.xml @@ -77,6 +77,9 @@ + + + @@ -103,6 +106,9 @@ + + + @@ -124,6 +130,9 @@ + + + \ No newline at end of file