DEV Community

Tomi431
Tomi431

Posted on

Selling into Southeast Asia in 2026: Shopee vs Lazada vs TikTok Shop Fees, Compared

📸 Full version with screenshots: https://tomi431.github.io/Tomi/2026/08/08/sea-fees-2026.html

Selling into Southeast Asia in 2026: Shopee vs Lazada vs TikTok Shop Fees, Compared

If you're a US or UK seller looking at Southeast Asia as a second market, the first question isn't "is there demand" — it's "what do the platforms actually keep." The answer changed materially in 2026, and most of the comparison content still floating around predates the current fee schedules. This article gives the 2026 numbers for the three platforms worth evaluating — Shopee, Lazada, and TikTok Shop — with the source for every figure, so you can recheck it before you commit inventory.

One framing note before the numbers: Southeast Asia is a large, fast-growing e-commerce region, and the platforms are deliberately in a fee-rationalization phase after years of subsidies. The 2026 numbers below reflect that shift.

Shopee: the volume leader, and the widest fee range

Shopee is a market-share leader in most SEA countries, and its fee structure is the most variable — it ranges by country, by seller tier, and by category. The 2026 comparison data puts the range at roughly 2.5% for basic non-Star-category sellers up to ~17.4% for Shopee Mall sellers using all services, depending on marketplace, seller tier, and category (source: Digitalinasia's 2026 platform fee comparison; seller-compiled figures put Singapore at 4–18%).

Key structure points:

  • Commission varies by country (Indonesia, Malaysia, Philippines, Thailand, Vietnam, Singapore all have different schedules) and rises with seller tier — basic non-Star sellers pay least; Shopee Mall sellers pay most.
  • Additional fees stack on top: payment processing, marketing/voucher participation. Separately — Brazil-specific, no SEA equivalent confirmed — affiliate-commission tax reporting moved onto sellers there on August 1, 2026 (source: Valor International, July 2026).
  • The wide range is the risk. A 2.5% headline rate can become 10%+ effective once vouchers and marketing participation are added (an estimate, within Digitalinasia's documented 17.4% ceiling). For SEA entry, model at the top of the range, not the bottom.

Lazada: the close second, simpler structure

Lazada (Alibaba-owned) runs a cleaner structure: a flat commission by category (roughly 4–6% per Digitalinasia's 2026 comparison; seller-compiled figures put Singapore at 4–8%), plus payment fees. It generally undercuts Shopee on headline commission but trails on traffic in most SEA markets — in Vietnam it holds a single-digit GMV share (per Metric 2025), the same market where Shopee and TikTok Shop dominate. For a seller optimizing for fee simplicity, Lazada is the lowest-effort model — the downside is volume.

TikTok Shop SEA: the growth story with a fee story

TikTok Shop is growing fast in SEA, and its fees vary widely by country. Two data points to anchor on: Thailand runs a usual commission of ~6.42–9.63% (official base 3.21% incl. tax, per 2026 seller guidance), and Singapore seller-compiled figures put TikTok Shop at 6–10% — while the US affiliate commission average is 13.02% (source: Hamster Garage) and Brazil's fixed per-item fee rose by up to 50% in July (source: Valor International). Each country's seller center publishes its own schedule; do not assume one direction across markets.

The strategic angle for TikTok Shop isn't the headline fee — it's that the platform converts on video content, and affiliate commissions are a lever that moves as the platform matures. Budget for commission escalation in year 2-3, not in year 1.

The comparison table, 2026

Platform Commission (2026, examples) Notes
Shopee ~2.5% – ~17.4% by country/tier; SG 4–18% Widest range: country + tier + category dependent; marketing costs stack
Lazada ~4% – ~6% by category; SG 4–8% Simplest structure; lower traffic in most markets
TikTok Shop TH ~6.4–9.6% (official 3.21% incl. tax); SG 6–10%; US affiliate avg 13.02% (reference) Fast-growing; fees vary by country — check each seller center

Sources for the table: Digitalinasia 2026 comparison (Shopee/Lazada ranges), seller-compiled Q2 2026 figures (Reddit r/ecommerce: https://www.reddit.com/r/ecommerce/comments/1t84db6), Hamster Garage 2026 (US affiliate rate), TikTok Shop Thailand seller guidance 2026, Valor International 2026-07 (BR changes). Per-country schedules change; verify against each platform's seller center before committing inventory.

What to do with the table (a 30-minute exercise)

1. Pick one country, not the region. Indonesia, Vietnam, Thailand, and the Philippines all have different fee schedules and logistics realities. The table above is the framework; the numbers are per-country.

2. Model effective rate, not headline rate. Take your target price point, run it through commission + payment + marketing participation + fulfillment. For Shopee, this is where the 2.5%-vs-17.4% gap becomes real.

3. Recheck quarterly. Every figure in this article is dated. Fee schedules in SEA moved three times in 2025-2026 across the three platforms. Book a calendar reminder for the first week of each quarter.

4. Track your actuals against the schedule. The difference between "modeled margin" and "actual margin" on a new marketplace is usually the fee stack. Log per-platform actuals per SKU from month one — that's the data that tells you whether the second market is earning its keep.

Full disclosure: sorftime-seller-agent is built by our company, Sorftime — it's open source, with paid usage-based tiers for the underlying data.

On the data side, the open-source sorftime-seller-agent covers Amazon, Walmart, TikTok Shop, Shopee, 1688, and TEMU through one MCP interface — current price, sales volume, BSR, and review structure per product, refreshed on the platform's update schedule (typically daily). If you're comparing two platforms for one SKU, that's the workflow:

git clone https://github.com/DannylydST/sorftime-seller-agent
cd sorftime-seller-agent && python3 scripts/install.py
# then merge the MCP config snippet the script prints into your agent's config

# Then, in your AI agent:
# "Compare this product's sales volume and current price on Shopee (MY) vs TikTok Shop (MY).
#  Which platform is selling more units at what price?"
Enter fullscreen mode Exit fullscreen mode

The one-line takeaway

SEA is real, the fees are rising, and the effective-rate math is the difference between a profitable second market and an expensive experiment. Model the top of the range, recheck quarterly, and track actuals from day one.


Sources

  1. Digitalinasia — Shopee vs Lazada vs TikTok Shop: A 2026 Comparison of Seller Fees: https://digitalinasia.com/shopee-lazada-tiktok-shop-fees-2026
  2. Hamster Garage — TikTok Shop Affiliate Commission: 2026 Rates, Fees & Payouts: https://www.hamstergarage.com/article/tiktok-shop-affiliate-commission-rates-fees-payouts
  3. Valor International — Shopee changes seller rules as TikTok Shop raises fees by 50% (2026-07-08): https://valorinternational.globo.com/business/news/2026/07/08/shopee-changes-seller-rules-as-tiktok-shop-raises-fees-by-50percent.ghtml
  4. Reddit r/ecommerce — Shopee, Lazada, TikTok Shop seller fees in Q2 2026 (2026-08)
  5. sorftime-seller-agent (open source MCP server): https://github.com/DannylydST/sorftime-seller-agent

Try it yourself

Disclosure again, in the same place as the funnel: we're the team behind sorftime-seller-agent.

git clone https://github.com/DannylydST/sorftime-seller-agent
cd sorftime-seller-agent && python3 scripts/install.py
Enter fullscreen mode Exit fullscreen mode

Grab free trial credits at open-intl.sorftime.com (paid usage-based tiers for higher volume), then run one real comparison on a SKU you already sell: current price and sales velocity on the platform you're on versus the one you're considering. One afternoon, one data-backed decision.


Originally published with screenshots at https://tomi431.github.io/Tomi/2026/08/08/sea-fees-2026.html.

Top comments (0)