/
Undo Email Id Saving During Order Creation

Undo Email Id Saving During Order Creation

Step 1: will Create a New Setting Option while Configure create new orders automation on Fynd

like below: we will add a tickBox where it will be written “IgnoreEmailField” like here it is written “EnableGiftWrap”

Step 2: According to setting response : changes will get updated in DataBase on table “ie_app_automation_steps_config” on column “otherDetails”

Step 3: I will fetch the value of “otherDetails” from DB on “esb-custom-oms-integration” order Create Service file

Step 4: I will check value of “otherDetails” column that if we can Ignore Email Field or Not while creating order In eshopbox.

if found {"IgnoreEmailField":"1"} - means i will ignore email Field if found {"IgnoreEmailField":"0"} - means i will send email Field

Related content