Ecommerce business models and what each one demands technically

Ecommerce basics 8 min read

Three small product displays on a table representing different selling models
The model is a technical decision wearing commercial clothes.

Business model discussions usually stop at margin and marketing. That is a mistake in a build project, because the model you pick decides your product data, your checkout rules and roughly half of your integration work before anyone writes a line of code.

Here is what each common model actually demands from the store.

Five models, five technical bills#

Ecommerce business models and what each one demands technically — Five models, five technical bills
ModelWhat it forces technicallyUsual surprise
Own-stock retailAccurate stock, returns flow, purchasing dataReturns are a whole subsystem
DropshippingSupplier feeds, delivery time per item, split ordersOne order becomes three shipments
B2B wholesaleCustomer-specific pricing, credit terms, quotesCheckout is not a checkout, it is an approval
SubscriptionRecurring billing, dunning, plan changesFailed payments become a support workload
MarketplaceSeller accounts, payouts, moderationYou now run a platform, not a shop

Where the model hits the checkout#

  1. Own-stock: simple, and that is why it is the right first release for most people.
  2. Dropshipping: shipping cost and delivery estimate must be calculated per supplier, not per order.
  3. B2B: prices depend on who is logged in, so nothing can be cached the naive way.
  4. Subscription: the first charge is the easy one, the twelfth is where the work is.
  5. Marketplace: money moves between three parties, which changes your legal position too.

Mixing models is expensive earlier than you think#

A retail store adding wholesale mid-project is not adding a price list; it is adding an entire second set of rules over every product, every tax calculation and every checkout step. It is doable, and it should be a deliberate decision with its own budget.

If you know a second model is coming, say so at the start. Retrofitting B2B pricing is one of the most expensive changes in ecommerce.

How to choose without over-thinking it#

Pick the model that matches how you already get paid today. The store should encode a business that works, not propose a new one you have not tested.

Frequently asked questions

Can I start retail and add subscriptions later?

Yes, and it is a real project — recurring billing touches accounting, support and customer records, not just checkout.

Is dropshipping technically simpler?

No. It removes warehousing but adds supplier feeds, split shipments and delivery estimates you do not control.

What is the hardest model to build?

Marketplace, by a wide margin — payouts, seller accounts and moderation make it a platform business.

ecommerce business modelsb2b ecommercedropshippingsubscription commercemarketplace platform

All guides

Last updated 2026-08-04 by ecommercedevelopment.info · About us

Written by builders

Every guide is written by developers who ship and maintain real stores, not spun from other sites.

Reviewed on a schedule

Platforms and payment rules change. Each guide carries the date of its last review, and we publish the date even when nothing changed.

No paid placements

No platform, theme shop, app vendor or agency can buy a mention, a ranking or a link here.

Twelve languages

Every guide is translated, not machine-popped — each language has its own URL and its own review date.

Limits named

We say plainly when a hosted platform or a marketplace listing would be cheaper and more reliable than a custom build.