Skip to main content

[Reddit Gaming Hot Post] Seamless Platform Shift + Operational Sync for Skin Health and You

So, we recently wrapped up a pretty interesting project for Skin Health and You, a science-backed skincare brand built specifically for Indian skin (backed by Galderma + Elian Trading Company). They had to move off Kartify (sunsetting in June 2025) and migrate to Shopify. Sounds simple, right? Not quite.

The Problem:

Shopify was the right choice for the storefront, but all order + customer data had to route through Elian, their distributor handling OMS, WMS, fulfillment, and support.Shopify’s data model is not as same as Elian’s ERP. Direct sync was impossible. Deadline was tight with Kartify shutting down.

Basically: no middleware → broken workflows → frustrated customers.

The Solution:

We built a AWS Lambda powered serverless middleware layer that acted as the glue between Shopify and Elian’s OMS/WMS.

Here’s what it handled:

   1.  Order fetching & transformation:

a. On every Shopify order, it reformatted order/customer/coupon data into Elian’s ERP structure.

b. Sent the payload securely via APIs.

   2. Inventory sync + fulfillment acknowledgement: 

a. Once Elian processed shipments, updates flowed back into Shopify.

b. Real-time stock accuracy.

   3. API-first design

Custom APIs for: a. order fetch + transformation

b. fulfillment status

c. inventory adjustment

d. delivery event tracking

   4. Pincode mapping logic

Middleware matched customer pincode → warehouse, ensuring orders were routed correctly.

   5. Coupons, discounts & rewards

a. All promo logic stayed in Shopify.

b.Middleware simply extracted applied offers + passed them along to Elian for context.

The Impact:

a. Real-time sync between Shopify ↔️ OMS/WMS.

b. 100% discount + coupon parity (no mismatches).

c. Cleaner operations for Elian, smoother shopping for customers.

d. Custom integration that worked without bloating Shopify or forcing hacks.

The Takeaway:

This wasn’t just a platform migration. It was building a custom connector that let Shopify act as the pretty storefront while Elian handled the heavy backend ops.

Middleware → small word, but absolute game-changer in making migrations like this actually work in the real world.



Submitted September 24, 2025 at 02:27PM by devxcommerce https://ift.tt/HJL1N3z

Comments

Popular posts from this blog

Case Study of Narayana Murthy

  Narayana Murthy is the co-founder of Infosys, one of the largest providers of business consulting, information technology, software engineering, and outsourcing services in the world. He played a crucial role in the growth of the company since its inception in 1981. One of the notable case studies involving Narayana Murthy is his role in turning around Infosys during his second tenure as CEO. In 2013, Infosys was facing several challenges including slow growth, high employee turnover, and a lack of direction. Narayana Murthy was brought back as the Executive Chairman to help turn the company around. He focused on re-igniting the company's entrepreneurial spirit and culture by encouraging innovation and risk-taking. He also worked to improve the company's relationships with clients and boost employee morale. Under his leadership, Infosys saw a significant increase in revenue and profits, and the company was able to regain its position as a leader in the industry. Narayana Murt...

[Reddit Gaming Hot Post] How We Built a Scalable GenAI Chatbot for Higher Education Using AWS Bedrock (Case Study Inside!)

We recently partnered with a higher education institution to build a  high-performance GenAI chatbot  that handles student queries efficiently while ensuring security, scalability, and cost-effectiveness. Key Highlights: Upgraded to Claude/Sonnet via AWS Bedrock + LiteLLM  : Improved response speed & cost-efficiency without sacrificing output quality. Deployed AWS Web Crawler for Real-Time Data  : Fetches updated university website data to ensure accurate, current responses. Automated Crawls with AWS Lambda Triggers  : Scheduled periodic data refreshes for consistency (zero manual effort). Serverless AWS Infrastructure  : Handled traffic spikes seamlessly + reduced operational overhead. Full case study here:   Building a GenAI Chatbot for Higher Education with AWS Bedrock Questions for discussion: What’s your biggest challenge when deploying AI chatbots in regulated sectors (like education)? How are you leveraging RAG or semantic cachi...