The problem with per-marketplace returns dashboards
Every marketplace has its own returns portal. Amazon has Seller Central's “Manage Returns” plus A-to-z claims. eBay has Seller Hub returns with money-back-guarantee timers. TikTok Shop has a seller-centre returns queue with its own reason codes. Temu has yet another interface and its own refund rules. Each one has a different SLA, a different refund-approval flow, and a different taxonomy of reasons.
If you try to manage returns by logging into each marketplace in turn, three problems appear as volume grows: deadlines get missed (especially Amazon A-to-z), stock doesn't always make it back into the right SKU, and reporting is impossible because the data lives in four places with four different shapes. The fix is structural — one inbox, one reason-code system, one place to push refunds from.
The architecture that works at scale
- One returns inbox. The inventory platform pulls every marketplace return into a single queue, sorted by urgency (soonest SLA first). Dispatch-team opens one screen a day, not four.
- Match by marketplace order ID. Every return is linked back to the original order automatically. You should never have to type an order number into a search box — the marketplace return payload carries the ID.
- Re-stock by internal SKU, not marketplace SKU. Same physical product sold under three different marketplace SKUs should re-stock into one internal SKU. Without this, your stock counts drift by channel.
- Refund via the marketplace's native API. The platform pushes the refund through Amazon SP-API, eBay Trading API, TikTok Shop API etc. — never asks you to click refund in Seller Central. This keeps the marketplace order state and your finance records in sync.
- Normalise reason codes.Map every marketplace's reason code into a single internal taxonomy at import time. That's the only way to report “which SKUs are returned most often for damage?” across channels.
The marketplace-by-marketplace rules to know
Amazon (UK)
Amazon is the hardest. Buyers can initiate returns unilaterally through the buyer returns centre, and Amazon will typically auto-authorise them for any reason within the 30-day window. A-to-z claims have fast response-time SLAs — miss one and Amazon refunds the buyer on your behalf and counts it against your account health. Automate this first: your inventory platform should pull A-to-z claims hourly and surface them at the top of the queue. FBA returns are a separate flow — Amazon processes the refund and sends a return-to-seller inventory update; your platform needs to reconcile that with the original order.
eBay (UK)
eBay's money-back-guarantee gives buyers 3 days to open a return after receiving the item (within the return window you set). Sellers have 3 business days to respond to a return request or eBay can step in. eBay's return reason codes are fairly granular (~12 codes). Refunds can be partial, full, or item-not-received (no return needed) — your platform needs to support all three flows.
TikTok Shop (UK)
TikTok Shop has a shorter fuse for return acceptance than Amazon or eBay — typically the platform expects a response within 48 hours. Reason codes are simpler (~8 codes) but less discriminating, which means reporting is harder unless your inventory platform adds sub-categorisation. Return labels are generated by TikTok Shop and tracked via their API.
Temu (UK)
Temu's returns flow is younger and simpler. Most returns are buyer-initiated and Temu will often refund the buyer directly before the item reaches the seller. Your job is to ensure the returned item makes it back into stock against the correct SKU when it physically arrives. Temu also runs occasional buyer-friendly refund policies (“refund without return”) for low-value items — you lose the unit but the item never comes back to be re-stocked.
The metrics to report on monthly
- Return rate by channel. Amazon, eBay, TikTok Shop, Temu, Shopify — each one should have its own return rate. Big variance channel-to-channel usually points at listing-quality issues on one marketplace.
- Return rate by SKU. The top 20 returned SKUs often account for 60-70% of all returns. Fix those listings (better photos, better size charts, more accurate descriptions) and total returns drop materially.
- Reason-code distribution.If “doesn't match description” is your biggest category, it's a listing problem. If “damaged in transit” dominates, it's packing or courier. If “changed mind” is 60%, it's product-market fit.
- Average time-to-refund. From return arriving at your warehouse to refund being issued. Under 48 hours is good. Over 5 days means the process is falling over and Amazon A-to-z claims are about to start landing.
- Restock-accuracy rate.Percentage of returned items that make it back into stock against the correct SKU (vs “quarantine” or “write-off”). Should be over 90% for non-damaged returns.
A pragmatic rollout for a team that's currently manual
- Week 1: Connect your inventory platform to the returns APIs of your highest-volume marketplace only (usually Amazon). Process returns from there for a week. Measure average time-to-refund and compare to baseline.
- Week 2-3: Add eBay and TikTok Shop. Normalise reason codes across all three into one internal taxonomy. Build the first monthly returns report.
- Week 4:Add Temu and any remaining channels (Groupon, ClearanceFood, Shopify). Start the “top 20 returned SKUs” listing-improvement loop.
- Month 2: Set up barcode re-stock on scan in the warehouse. Returns physically arriving get scanned in, platform restocks the right SKU automatically.
Where MaxInvent fits
MaxInvent has a unified returns inbox across eBay, Amazon, TikTok Shop, Temu, Groupon and ClearanceFood. Every return comes in tagged with the marketplace order ID, surfaces the SLA deadline at the top of the queue, supports line-item partial returns, pushes refunds via the marketplace's native API, and re-stocks against internal SKUs on barcode scan. Reason codes are normalised into a single taxonomy at import time, so the monthly returns report works across channels without additional mapping.
If you'd like to see it on your own marketplace accounts, a 30-minute demo will walk through an end-to-end return on your real data.
References to Amazon, eBay, TikTok Shop and Temu on this page describe publicly documented marketplace returns behaviour at the page's last-updated date. MaxInvent is an independent UK company and has no affiliation, endorsement or partnership with any of those marketplaces. Marketplace policies change regularly — always confirm current SLA and refund rules on each marketplace's own seller documentation before making operational decisions.