From 6c6f010167b5dcfdcb235a9ceb3c0b72cd2a3baa Mon Sep 17 00:00:00 2001 From: Janvi Talreja Date: Tue, 10 Dec 2024 12:34:01 +0530 Subject: [PATCH 1/2] Done the following: 1. Updated the send#ShopifyFulfillmentSystemMessage to send the shipment map as in from the polled feed file. 2. Updated create#Fulfillment service to not preapre the aggregated limne items map as now the feed will have the sum of quantities for the given item. 3. Updated the generate#ShopifyFulfillmentAckFeed to prepare the map at shipment level and not item level. --- .../ShopifyFulfillmentServices.xml | 22 ++++--------------- .../system/ShopifySystemMessageServices.xml | 19 +++------------- 2 files changed, 7 insertions(+), 34 deletions(-) diff --git a/service/co/hotwax/shopify/fulfillment/ShopifyFulfillmentServices.xml b/service/co/hotwax/shopify/fulfillment/ShopifyFulfillmentServices.xml index 85ddeb4..6a89463 100644 --- a/service/co/hotwax/shopify/fulfillment/ShopifyFulfillmentServices.xml +++ b/service/co/hotwax/shopify/fulfillment/ShopifyFulfillmentServices.xml @@ -64,18 +64,6 @@ under the License. - - - - - - - - - - - - @@ -86,10 +74,10 @@ under the License. - - + + @@ -184,14 +172,12 @@ under the License. - - + - - - - - - - - - - - + + + From 5505ee793f489c9f4ea22c4c7dbc1158f01c0687 Mon Sep 17 00:00:00 2001 From: Janvi Talreja Date: Mon, 16 Dec 2024 18:34:12 +0530 Subject: [PATCH 2/2] reverted the changes for aggregating the shopify order line items --- .../fulfillment/ShopifyFulfillmentServices.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/service/co/hotwax/shopify/fulfillment/ShopifyFulfillmentServices.xml b/service/co/hotwax/shopify/fulfillment/ShopifyFulfillmentServices.xml index 6a89463..21a6a12 100644 --- a/service/co/hotwax/shopify/fulfillment/ShopifyFulfillmentServices.xml +++ b/service/co/hotwax/shopify/fulfillment/ShopifyFulfillmentServices.xml @@ -64,6 +64,18 @@ under the License. + + + + + + + + + + + + @@ -74,10 +86,10 @@ under the License. - - + +