The order lifecycle
Every marketplace order moves through some version of: placed → confirmed/acknowledged → shipped → delivered → (return window closes) → complete. Cancellations and returns branch off this path at different points, and each branch point has its own metric consequence — a seller-initiated cancellation before shipment is different, and usually worse for your metrics, than a buyer return after delivery.
Understanding exactly where in this lifecycle a problem occurred matters because marketplaces evaluate you differently at each stage. A cancellation before confirmation barely registers on some platforms; a cancellation after the buyer has already been charged and notified is treated as a more serious defect everywhere.
The SLAs that actually get enforced
Ship-by / handling time: the deadline to hand a package to the carrier, starting from order confirmation. Missing it consistently drives up your late shipment rate, one of the most heavily weighted account health metrics on Amazon and Walmart.
Valid tracking: uploading tracking information that the carrier actually scans in. Uploading tracking late or uploading a tracking number that never gets scanned counts against you even if the package physically shipped on time.
Response time: how quickly you respond to buyer messages and, on some platforms, to return requests. Response-time SLAs are typically 24 hours or less.
Order confirmation / acknowledgment: on marketplaces that require an explicit accept step (common in B2B and some managed marketplaces), failing to acknowledge within the required window can auto-cancel the order or count as a missed SLA even before the ship-by clock starts.
Cancellations are more costly than they look
A seller-initiated cancellation — because an item was actually out of stock, priced wrong, or you simply missed the order — counts against your cancellation rate, a metric every major marketplace tracks and most use as a suspension trigger past a threshold (commonly around 2.5%). The fix is almost always upstream: accurate real-time inventory sync (see Inventory Management) prevents the overselling that causes most cancellations.
It's worth separating cancellation causes into two buckets when you review them: preventable (stockout from sync lag, pricing error, missed order) and legitimate (buyer requested cancellation before shipment, fraud-suspected order). Most marketplaces only count seller-attributed cancellations against your metric, but the review process to confirm this varies, so don't assume every cancellation in your report is actually held against you — check the specific report's methodology.
Handling backorders, partial shipments, and multi-item orders
An order with multiple line items complicates the "one order, one status" mental model. If one item in a multi-item order is out of stock, most marketplaces expect you to either ship what's available and communicate a delay on the rest, or cancel just the unavailable line item rather than the whole order — cancelling the entire order over one missing item unnecessarily damages your cancellation rate on units you could have shipped. Check your specific marketplace's partial-shipment and partial-cancellation mechanics before this situation comes up, not during it.
Returns lifecycle
A return typically moves through: return requested → approved/authorized (sometimes automatic) → item shipped back by buyer → received and inspected → refund issued. Where you have discretion (many marketplaces give sellers a window to approve or contest a return request), respond within the SLA even if you plan to contest it — a non-response is usually treated as an automatic approval in the buyer's favor. Refund timing SLAs (how quickly you must issue a refund once a return is received) are enforced separately from the request-approval SLA, and missing either affects your metrics independently.
Third-party logistics and multi-warehouse considerations
If you fulfill through a 3PL or ship from multiple warehouses, your effective ship-by deadline needs to account for the hand-off time between your order management system and the warehouse floor — not just carrier transit time. A common failure mode: the seller's own systems mark an order "confirmed" instantly, but the 3PL doesn't actually pick the item until the next business day, quietly eating into the ship-by window before packing even starts. Build this hand-off lag into your handling-time setting rather than discovering it through a late-shipment spike.
Building a daily order routine
At minimum: check for new orders needing confirmation, check for anything approaching its ship-by deadline, and check for unanswered buyer messages. Sellers running multiple marketplaces typically consolidate this into one multichannel order management tool rather than logging into each seller dashboard separately — see Inventory Management Software for what to look for, since most tools handle both order and inventory sync together.
What to automate first
If you're doing this manually today, the highest-leverage automation is usually order-to-shipping-label generation (so confirmed orders auto-generate a label and drop into a pick queue) followed by tracking-number auto-upload once a carrier scan is detected — these two together eliminate the most common causes of late shipment rate and valid tracking rate misses, which are usually process gaps rather than genuine capacity problems.
Best practices
- Set your internal handling-time target below the marketplace's stated deadline to leave a buffer for exceptions.
- Cancel a single unavailable line item rather than a whole multi-item order wherever the platform allows it.
- Separate "preventable" from "legitimate" cancellations in your own tracking so you know how much of your cancellation rate is actually fixable.
- Account for 3PL/warehouse hand-off time in your handling-time setting, not just carrier transit time.
- Automate order-to-label and tracking-upload before automating anything else in your fulfillment flow.
Troubleshooting
My tracking number shows as uploaded but the marketplace still flags the shipment as late or invalid. Confirm the carrier has actually scanned the package as picked up — an uploaded but unscanned tracking number is frequently treated the same as no tracking at all.
A multi-item order won't let me cancel just one line item. Some marketplaces restrict partial cancellation to specific reasons (out of stock) rather than allowing it freely — check the exact cancellation-reason options available before assuming the whole order must be cancelled.
My cancellation rate report includes cancellations I didn't initiate. Check the report's attribution methodology — some marketplaces' default reports include buyer-initiated and fraud-screening cancellations alongside seller-initiated ones, which can make your rate look worse than what's actually held against you for account health purposes.
FAQs
Does a buyer-initiated cancellation count against me? On most platforms, no — only seller-attributed cancellations typically count toward your account health metric, but verify this per marketplace since terminology and attribution logic differ.
What happens if I miss a response-time SLA once? A single miss is usually absorbed into a trailing-window average without immediate consequence; a pattern of misses is what triggers escalation. Don't panic over one late reply, but don't treat repeated lateness as similarly harmless.
Should I confirm every order manually, or rely on auto-confirmation? Auto-confirmation is fine once your inventory sync is reliable enough that you're not routinely accepting orders you can't fulfill; until then, manual confirmation is a useful check against overselling.