Self-hosted · one payment · no subscription

Your Temu orders.
Connected to what happens next.

Temu Order Fetcher pulls every Temu order into a MySQL database on your own server — buyer, delivery address, items, amounts and status. Use the dashboard, give another system access through scoped, revocable API keys, or let signed webhooks push each order to your software the moment it lands. Send an order to Amazon MCF or Royal Mail Click & Drop; the fetcher collects its tracking and returns it to Temu. £199 + VAT, once. No subscription. No per-order fees.

Built from the Temu and fulfilment workflows in our own order-management system; no order leaves the app until you confirm its route.

Temu Order Fetcher dashboard showing a searchable, sortable table of Temu orders — buyer, items, amounts, status and tracking, with CSV export
The Fetcher's dashboard: every Temu order in a table you own — searchable, sortable and exportable. (Demo data shown.)

Why this exists

Built from a real Temu fulfilment workflow, not a prettier export.

Selling on Temu means living inside Seller Central's slow pages and exporting by hand — and an export still does not fulfil anything. We had that problem in our own business, so we built this as a small order hub: every order lands in a database and API you control, can be handed to a fulfilment provider, and comes back with tracking. The useful outcome is not merely another order table; it is getting the order into the system that will actually ship it.

1

It fetches

On a schedule you set, new and updated Temu orders land in your own MySQL database — buyer, items, amounts, status. First run backfills a week; every run after picks up changes.

2

It connects

Create a separate API key for each OMS, warehouse or report — or add a webhook and the fetcher pushes signed events to your system as they happen. Keys are scoped, stored as one-way hashes and individually revocable; buyer addresses need their own explicit permission.

3

It fulfils and closes the loop

Confirm Amazon MCF or Click & Drop on the order page. The fetcher prevents a second route, polls for tracking and sends it back to Temu with a local audit trail.

Exactly what it does

The precise function list — no marketing verbs

Fetching & dashboard

  • Pulls your Temu orders through Temu's official Open Platform API on a schedule (cron, or a tokened web-cron URL for hosts without cron)
  • Incremental fetching with a watermark — first run backfills 7 days, every run picks up new and changed orders
  • Versioned JSON API covering everything the app holds — orders with line items, per-order audit timeline (status changes, tracking pushes, fulfilment events), SKU mappings, and a health endpoint your monitoring can watch so a dead cron never goes unnoticed
  • Separate hashed keys with read, buyer-data, status-write, tracking-write and fulfilment-dispatch scopes — each key gets only what its program needs
  • Webhooks: the fetcher POSTs signed events to your endpoint (new order, status change, tracking pushed, fulfilment update) with automatic retries for up to 24 hours — no polling loop to write
  • OpenAPI 3.0 description served by the app itself — imports straight into Postman or a code generator
  • Stores everything in plain MySQL tables you own — the database is still available for your own reporting and backups
  • Dashboard: search, status filter, sortable columns, 25 / 50 / 100 per page, full pagination and local working-status changes
  • Streams any filtered view to CSV
  • Order detail page with every captured field and the raw Temu payload
  • Confirmed hand-off to Amazon Multi-Channel Fulfilment using optional per-SKU Amazon Seller SKU mappings
  • Confirmed hand-off to Royal Mail Click & Drop using per-SKU weights/package formats and your chosen service code
  • One fulfilment route per order, stable provider references, duplicate-safe retries and an append-only audit log
  • Fulfilment can also be triggered through the API — its own write scope, a free preview mode that checks readiness first, and the same guards as the dashboard
  • Scheduled provider polling; available tracking is validated and pushed back to Temu automatically
  • Manual dispatch remains available: tracking number + carrier pushed back to Temu via the official API
  • Keeps a local push log as your proof — Temu's API doesn't echo pushed tracking back, so the log is the record (we tell you this honestly, on the page itself)
  • Shows Temu's own message verbatim if an order is locked (Temu won't accept tracking changes on already-shipped orders)
  • Connection tester that translates Temu's error codes into plain English — wrong keys, unregistered IP, or missing permission
  • Temu, Amazon and Royal Mail credentials stored in your own database or your own Google Secret Manager project — your choice

Requirements

Read this bit properly — especially the IP rule

Your server

  • PHP 8.1 or newer, MySQL 5.7+ / MariaDB 10.4+
  • HTTPS on your domain
  • Cron — or use the built-in web-cron URL with any free ping service
  • A fixed public IP address — non-negotiable (see below)
  • Your own Temu seller account with API access (guide included — allow a few days)
  • Optional for fulfilment: an Amazon SP-API app with the Amazon Fulfilment role and/or a Click & Drop Public API key
  • Guided web installer included; or we install it for you, usually same day
⚠ The Temu fixed-IP rule — read this before you buy. Temu's API only accepts calls from server IPs you've registered in advance. Cheap shared hosting with rotating outbound IPs will not work — you need a basic VPS (from a few pounds a month) or any server with a stable public IP. The app shows you the exact IP to register, and the Temu API keys guide has the full walkthrough of getting your Temu keys.

Security considerations

Your orders, your keys, your hardware

Everything stays on your server

Orders, buyer details and figures are fetched by your server, straight from Temu, and stored in your database. Nothing passes through sitelead — ever.

Login-protected, CSRF-guarded

Ships with its own password login; every action form is CSRF-protected; the cron endpoint uses its own secret token.

Least-privilege access

Integration keys are stored as one-way hashes and can be scoped and revoked separately. Keep Temu, Amazon and Royal Mail credentials in your own database or Google Secret Manager project. We never see them.

Watermarked copies

Every copy sold is individually watermarked to its buyer — which is how we can sell it once instead of renting it to you.

Pricing

£199 + VAT. Once. No tiers, no add-ons.

One payment

Temu Order Fetcher

£199 + VAT
one-off — no monthly fees, no per-order fees
  • Unlimited orders, unlimited fetches
  • Your data in your own database — export or query it however you like
  • Full JSON API with signed webhooks, plus Amazon MCF and Click & Drop fulfilment routes
  • Guided web installer — or we install it for you
  • Full Temu API key guide with screenshots included
  • Three-month guarantee, including Temu API changes
  • Licensed to one business, on your domain
Buy Temu Order Fetcher — £199 + VAT

No server? No fixed IP? We offer installation onto your hosting and managed hosting with a fixed IP if you don't have one — ask us for a quote.

Guarantee & change policy

Three months guaranteed — with Temu, that matters

The three-month guarantee

If the fetcher stops doing what this page says in your first three months — including Temu changing its API — we fix it free.

?

How often does Temu change things?

More often than Amazon or eBay — Temu's API is young and less predictable. That's exactly why the guarantee covers API changes: keeping up with Temu is work we already do for our own business, so you don't have to.

£

After three months

Fixes and new features quoted at a fixed price — no subscription, no obligation. Licensed to one business: the full licence terms fit on one page.

FAQ

Questions Temu sellers actually ask

Do I need Temu API keys?

Yes — this product's whole job is talking to Temu's API on your behalf, so you need your own keys: an app key, app secret and access token from Temu Seller Central's open platform. The included guide walks you through it with screenshots; allow a few days for Temu's side. The app's connection tester tells you in plain English if anything's wrong.

Can I use the data in my own tools?

Yes — that's rather the point. Create a scoped API key for your OMS, warehouse, script or report and use the documented JSON endpoints: orders with line items, each order's audit timeline, SKU mappings and a health endpoint for your monitoring. Prefer pushes? Add a webhook and the fetcher sends signed, retried events the moment an order arrives or changes. An OpenAPI description imports the whole API into Postman or a code generator. The normal MySQL tables and CSV export are available too. Buyer names, phone numbers and addresses require the separate buyer-data scope, and dispatching through the API requires its own fulfilment scope.

Doesn't Click & Drop already connect to Temu?

Royal Mail offers its own Temu import, and if Click & Drop is the only outcome you need, that native connection may be the simpler choice. This fetcher is for sellers who also need their own order API/database, Amazon MCF, local workflow and a choice of fulfilment route. Do not enable both Click & Drop import routes for the same shop, or you can create duplicate postage orders.

What's this fixed IP business?

Temu only accepts API calls from server IPs you've registered with them. Shared hosting that sends traffic from changing IPs won't work. Any basic VPS is fine, and the app shows you the exact IP to register. If you're unsure what your hosting does, email us your host's name before buying and we'll tell you.

Can I see it working before I buy?

There's no self-serve demo for this one yet — it needs your Temu account to show anything real. Email us and we'll walk you through it live on a screen share before you spend anything. And the three-month guarantee covers everything this page promises.

Does it change anything on my Temu account?

Fetching is read-only. A local status change stays local. External writes happen only when you confirm an Amazon MCF or Click & Drop hand-off, manually send tracking, or the scheduled sync returns tracking for an order you already handed off. Those actions are logged locally; example orders are blocked from every provider.

Do I get updates?

You get a three-month guarantee: if the fetcher stops doing what this page says — including a Temu API change — we fix it free. After that, fixes and new features are quoted at a fixed price, just ask. Full policy on the before you buy page.

What's the refund policy?

All sales are final — downloaded software can't be returned. So check the requirements above honestly — especially the fixed IP — and email us with any doubt before buying. We'd rather talk you out of a bad purchase than deal with an unhappy one.

I want it to do something more.

There's a good chance what you're after has already been built — this tool comes from a much larger system. Fixed-price quote for exactly the change you want: just ask.

Get Temu orders out of the portal and into the system that ships them.

£199 + VAT, once. Your orders, your API, your fulfilment route, no subscription.

Buy Temu Order Fetcher — £199 + VAT