From b4cc63a0b829a831e790ac3a9602420e43e35148 Mon Sep 17 00:00:00 2001 From: Mridul Pathak Date: Thu, 1 Jun 2023 15:44:23 +0530 Subject: [PATCH] Added details and configuration for generate#ShopifyFulfillmentAckFeed service to README file. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index e3813ca..28a830b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This integration works as a batch process where it polls OMS Fulfilled Order Ite 2. **create#Fulfillment**: Creates fulfillment in Shopify and returns Shopify FulfillmentId. 3. **consume#FulfillmentFeed**: Consumes OMS fulfilled item feed system message and queues outgoing SystemMessage of type "CreateShopifyFulfillment" with sendNow="true" and sends synchronously in a new transaction. 4. **send#ShopifyFulfillmentSystemMessage**: Send service for "CreateShopifyFulfillment" SystemMessage. Calls _create#Fulfillment_ service to create fulfillment in Shopify. +5. **generate#ShopifyFulfillmentAckFeed**: Service to generate shopify fulfillment acknowledgement feed from successfully sent System Messages of type "CreateShopifyFulfillment" and send it to sftp. ### Configuration Data Make sure to setup following configuration data with respect to your environment. @@ -31,6 +32,11 @@ Make sure to setup following configuration data with respect to your environment receivePath="" receiveFilePattern="" receiveResponseEnumId="MsgRrMove" receiveMovePath=""/> + + + @@ -38,4 +44,14 @@ Make sure to setup following configuration data with respect to your environment + + + + + + + + + ```