← All posts
Entrepreneurial Journey

Launching E-Commerce: Year One Lessons in Building a Business That Runs Itself

I launched an electronics business on Amazon, Shopee, and Lazada in 2018. The key decision: automate everything before taking the first order. The business still runs on ~10 hours weekly attention.

I remember the moment I realized the business was working without me.

It was 11 PM on a Thursday night, and my phone buzzed with a notification. An order had come in - a customer in Malaysia had purchased a wireless keyboard bundle.

I watched the automation unfold in real time:

  1. Payment processed (less than 2 seconds)
  2. Order details extracted from the marketplace - Amazon, Shopee, or Lazada depending on where the customer bought - and consolidated into a single fulfillment queue
  3. Inventory decremented automatically
  4. Label printed at the warehouse (via hardware automation)
  5. Tracking number generated
  6. Customer notified

Total time from order to fulfillment workflow: 47 seconds.

I hadn't touched any part of this. I was asleep for seven of those forty-seven seconds.

By 1 AM that night, when I woke up for an unrelated reason and checked the dashboard, seven more orders had come through. All processed. All shipped labels printed. All customers notified.

That's when I knew: everything from game automation to hardware reconditioning to corporate work had been leading to this single realization.

I'd finally built a business that didn't require me to be present.

The Foundation: Everything Previous Had Prepared Me

Here's what most people don't understand about business automation: it's not a side skill you pick up while running a company. It's the foundation you need before you launch.

When I started the e-commerce business in 2018, I wasn't starting from scratch. I had twelve years of built-in advantages:

From game automation (age 18-21):

  • Understood that money could be automated, not earned
  • Knew how to think about systems that run 24/7 without human input
  • Understood ROI thinking: time invested in building systems vs. ongoing returns
  • Had proven that compound systems work (SGD 2K/month for three years from 40 hours of initial work)

From hardware reconditioning (age 19-20):

  • Understood supply chain fundamentals: sourcing, inventory management, fulfillment
  • Learned quality control and logistics
  • Had experience with physical goods moving through fulfillment cycles

From corporate roles (2013-2018):

  • Understood vendor relationships and supplier negotiation
  • Had business process thinking (how operations actually work)
  • Learned regulatory thinking (compliance, documentation, standards)

When I launched the e-commerce business, I wasn't starting my first automation project. I was applying twelve years of learnings to physical retail.

And I made one critical decision from day one: Never build this to require my time.

The Architecture: Built for Automation From Day One

Most e-commerce businesses start manual. Someone takes an order, manually enters it into a system, manually prints a label, manually tracks shipments. Then they optimize later when they get busy.

I did the opposite. I designed for full automation before we took the first order.

Order Processing Automation

The flow:

  • Customer places order on any of three platforms: Amazon, Shopee, or Lazada
  • Order data automatically extracted via API
  • Item details, customer address, shipping preference pulled into database
  • Fulfillment instruction generated automatically
  • No human touches the order data

What this required:

  • Integration between e-commerce platform and fulfillment system
  • Database to centralize orders
  • Validation rules to catch errors
  • Fallback processes for edge cases

Time invested: ~30 hours across weeks 1-3

Inventory Synchronization

The problem: If you're selling online, your inventory number in the system needs to match physical stock. This is tedious to do manually.

The solution:

  • Physical inventory updates fed automatically to all sales channels
  • SKU system standardized across all locations
  • Real-time stock levels accessible to fulfillment team
  • Backorder alerts if stock falls below threshold

What this required:

  • Barcode scanning at warehouse
  • Database synchronization
  • Alert rules for low stock

Time invested: ~20 hours across weeks 2-4

Label Printing Automation

Here's the detail that saves the most time: hardware automation for label printing.

The old way (what most e-commerce does):

  • Order comes in
  • Fulfillment person prints label on standard printer
  • Applies label to box
  • Scans label to confirm shipment

Time per order: 2-3 minutes per shipment

My way:

  • Order triggers USB label printer - connected not directly to a PC, but to a flashed mini router running as a dedicated print server
  • Label prints immediately when order is processed
  • Pre-cut label stock ready to apply
  • Batch scanning confirms shipment

The print server detail is worth unpacking: instead of tethering the label printer to a PC that needed to be on and logged in, I flashed a cheap mini USB-powered router with open-source firmware and configured it as a network print server. The printer could receive jobs from any device on the network - triggered automatically when an order cleared. No PC required. The printer just woke up, printed, and waited for the next job.

Time per order: 20 seconds per shipment

The math:

  • Manual: 100 orders/day × 2.5 minutes = 250 minutes (~4 hours) of labor daily
  • Automated: 100 orders/day × 20 seconds = 33 minutes of oversight

Time reduction: 80%

This single hardware automation reduced daily fulfillment time from 4 hours to 33 minutes. At SGD 15/hour labor cost, that's SGD 60 per day, or SGD 1,800 per month in labor savings alone.

Time invested: ~40 hours to source hardware, integrate with order system, test.

But that's paid back in 4 weeks.

Customer Notifications

Automated at each step:

  • Order received → Customer notified with order confirmation
  • Fulfillment processed → Tracking number sent automatically
  • Shipped → Shipping notification sent
  • Delivery confirmed → Follow-up engagement email (satisfaction survey, related products)

What this does:

  • Reduces "where's my order?" inquiries by 70%
  • Creates touchpoints without manual work
  • Builds customer data for personalization

Time invested: ~10 hours to set up email workflows

Year One Numbers: The Results

By the end of 2018, looking back on our first year:

Revenue: SGD 100K–200K annually

Time investment: ~10 hours per week

  • 4 hours: Monitoring dashboards, checking alerts
  • 3 hours: Supplier communication and inventory management
  • 2 hours: Strategy and optimization
  • 1 hour: Financial reconciliation

Profit margin: Healthy (not sharing exact percentage, but healthy enough to justify the time)

Most importantly: The business runs itself.

I can take two weeks off. The orders process. The labels print. The customers get notified. Revenue continues.

I couldn't do this with hardware reconditioning. I couldn't do this with manual fulfillment. I could only do this because I invested heavily in automation before revenue required it.

What This Enabled

This e-commerce business created something I'd wanted since age 18: true semi-passive income.

Game automation generated SGD 2K/month, but it required ongoing monitoring and optimization. If I stopped tweaking the system, performance would degrade.

This e-commerce generates steady five-figure monthly revenue, but it actually improves with attention and maintains itself without it.

This fundamentally changed my relationship with work.

Before 2018: I worked because I needed income, even if I didn't need the income immediately.

After 2018: I worked because I chose to, not because I had to.

This distinction matters more than people realize. Financial security removed pressure from career decisions. I could take interesting work at a global medical aesthetics and technology company without worrying about income. I could pursue learning (homelab, real estate license, technical depth) without financial anxiety.

The e-commerce business didn't become a distraction from my corporate work. It became the financial foundation that let me choose my corporate work.

The Principle: Build Once, Run Forever

The entire approach came from lessons learned at 18:

From game automation:

  • Identify repetitive patterns (order processing, inventory management, notifications)
  • Automate those patterns completely
  • Invest time upfront to save time forever
  • Monitor for edge cases, but don't manually handle common cases

Applied to e-commerce:

  • Order processing: Automated 95% of cases, manual review for 5% edge cases
  • Inventory: Automated sync, alerts for human review only when stock is problematic
  • Fulfillment: Automated 80% of labor through hardware automation
  • Notifications: Automated 100% through workflows

The ROI:

  • Time invested in automation: ~100 hours across setup and optimization
  • Time saved monthly: ~40 hours
  • Payback period: 2.5 months
  • Annual time savings: 480 hours
  • 5-year time savings: 2,400 hours
  • Return on 100 hours invested: 24x

And this is conservative. The real savings are higher if you factor in quality improvements (fewer errors, better customer experience) and scalability (adding new products requires minimal new work).

The Contrast: Entrepreneurial Speed + Automation

This approach is completely opposite to how most businesses start.

Most businesses begin with manual processes, then automate when they get frustrated with manual work. This approach made business sense for hundreds of years before computers existed.

But in 2018, this is backwards. If you can automate something, why would you build habit around doing it manually and then spend time breaking that habit?

I started with full automation because I'd already learned the hard way (through game automation) that this saves time.

Some people building e-commerce businesses spent 2018 processing orders manually, printing labels manually, entering inventory manually. They're still doing it. By 2020, some of them may have hired people to do it, or invested in expensive software.

I spent a few weeks upfront automating everything. Then I've spent 10 hours per week monitoring something that would otherwise take 40+ hours per week to execute.

The difference isn't luck or working harder. It's one strategic decision: automate before you scale, not after.

What I'd Do Differently

If I were launching today (instead of 2018), I'd make one change:

I'd invest more in redundancy from day one.

Specifically:

  • Backup supplier for critical items (what happens if main supplier is unavailable?)
  • Secondary warehouse location (what if primary warehouse goes down?)
  • Multiple payment gateways (what if payment processor has issues?)

This was less critical in 2018. It became critical in 2020 when COVID disrupted everything.

Actually, no-let me correct myself. I did have diversification built in because I learned from game automation that single points of failure are dangerous.

But I'd do it more deliberately from day one, rather than adding it later when supply chain pressure forced it.

The Connection to Crisis Response

The skills built into this e-commerce business-supply chain thinking, process automation, rapid scaling, operational leverage-became absolutely critical in March 2020 when COVID hit and family-run electronics trading enterprise faced complete disruption.

Because I'd built an automated e-commerce system, I understood how to structure fulfillment, how to manage suppliers, how to think about inventory under constraint.

These aren't niche skills. They're foundational to any business that scales.

And the best time to learn them is before you're in crisis.

The Bigger Pattern

Looking back at game automation → hardware reconditioning → e-commerce, I notice something:

Each venture is the same skill applied at slightly different scale.

Game automation: Patterns in digital economies, exploit them systematically, scale through replication Hardware reconditioning: Patterns in hardware markets, exploit them through knowledge, scale through volume E-commerce: Patterns in retail supply chains, exploit them through automation, scale through infrastructure

The domain changes. The principle stays the same: find inefficiency, systematize response, invest in systems that compound.

The Reflection: Work as Choice, Not Necessity

Every system I've built since age 18 has been about the same thing: removing the requirement to trade time for money.

Game automation: Make money while sleeping Hardware reconditioning: Make money from knowledge, not labor E-commerce: Make money from systems, not effort

This isn't greed. It's the opposite. It's about removing economic pressure so you can work because you choose to, not because you have to.

The e-commerce business generates enough money that I never need to work again if I don't want to.

The corporate work at a global medical aesthetics and technology company I do because it's interesting and because it teaches me things. Not because I need the paycheck.

That freedom-to work on craft rather than income-changes how you approach everything.

It's what let me spend 2019-2020 building homelab infrastructure (pure learning). It's what let me spend 2021 getting a real estate license (pure curiosity). It's what lets me approach corporate work as a place to build excellent systems rather than as career advancement.

This e-commerce business didn't make me rich. It made me free.

And free people build better systems.

Shi Jun

Shi Jun

Senior Regional Technical Operation and Quality Engineer, Medical Technology / Pharma Industry. Building automated systems since 2008. Philosophy: "Using less resource and achieve big time."