Skip to content
Robnu

Bulk label download: 100 Meesho orders in minutes.

Labelling orders one at a time is the quiet tax on every dispatch day — a few clicks per order that add up to a lost hour. Here is the batch workflow: filter ready orders, generate labels and invoices as merged PDFs, print, and manifest, without opening each order.

Free during early access · Forever free under 25 orders/day
app.robnu.com/ajio/batchA batch, from open to dispatchedOrders group into one batch, the batch closes at the cut-off, then ships as oneOpen batch · #4821accepting orders until 17:30 cut-off#1#2#3#4#5CLOSED 17:30Manifest generated5 orders · one handoverAWB-7781 · labelledAWB-7782 · labelledAWB-7783 · labelledDispatched to courier as one batchMiss the cut-off and the whole batch rolls to the next day — every order in it is late.
TL;DR
  • Per-order labelling is a repeated tax — trivial once, punishing across a hundred orders.
  • The batch workflow: filter to ready-to-ship orders, bulk-generate labels and invoices, print, manifest, hand over.
  • Generate the label and invoice as one merged PDF per parcel to avoid mismatched documents.
  • Isolate failures instead of re-running the whole batch — one bad order should not stall the rest.
  • Robnu batches the whole chain in the background, not just the download. Free while we figure out pricing.

Ask any growing Meesho seller where their day goes and dispatch will be near the top. Not because packing is slow, but because the software makes you touch each order several times. This guide breaks down the batch dispatch workflow — where the time actually leaks, how to bulk-download labels cleanly, and how an OMS collapses the whole chain into a routine you run once.

Dispatch does not feel slow one order at a time. It feels slow at scale, because every small action — open, generate, print, return — gets multiplied by the number of orders in the day. Bulk label download is the single biggest lever on that math, but only if you run it as part of a clean batch routine. Here is the whole workflow, and where the time really goes.

Why per-order labelling is the hidden tax

The cost of dispatch is not any single click; it is the repetition. Opening an order, generating its label, sending it to the printer, going back to the list, and doing it again is maybe four or five clicks. Trivial. Do it a hundred times and it is four or five hundred clicks, plus the context-switching between orders, plus the errors that creep in when a human repeats the same motion for an hour. That is where a dispatch morning disappears.

Batching attacks the repetition directly. Instead of touching each order, you select the whole batch of ready orders once, generate everything in a single action, and print in one pass. The per-order tax collapses into a per-batch tax, and a per-batch tax barely scales with volume at all. This is the same principle behind the full scan, label, manifest dispatch chain.

The batch dispatch workflow, step by step

A clean batch runs in a fixed order. First, filter to ready-to-ship orders — only the orders that are accepted and eligible for labelling, so the bulk action does not stumble on orders that are not packable yet. Second, bulk-generate the labels and invoices for the whole selection. Third, print in one pass and pack. Fourth, close the manifest listing every parcel. Fifth, hand over to the courier against that manifest. Run in that order, the day flows; run it out of order and you get the classic failures, like a manifest closed before parcels are ready.

The filtering step is the one most sellers skip, and it is the one that saves the most grief. A batch built from a clean ready-to-ship filter labels cleanly; a batch built from “everything on screen” drags in orders that are not ready and fails partway through. See the label-not-generating troubleshooting guide for the specific failure causes.

One parcel, one merged document

The efficient way to handle documents is to generate the shipping label and the tax invoice together as a single merged PDF per order. Each parcel then gets one print with everything the courier and the buyer need, and there is no chance of a label and an invoice for two different orders ending up on the same box. Printing labels and invoices as two separate streams doubles your handling and reintroduces exactly the mismatch risk that merging is meant to remove.

Merge, do not juggle
A merged label-plus-invoice PDF per parcel means one document to print, one document to match, one document to attach. Two separate streams means twice the handling and a live risk of pairing the wrong invoice with the wrong label. Merging is the small discipline that removes a whole class of errors.

When a bulk batch fails partway

Large batches occasionally fail: an order slips out of the ready state, a listing issue surfaces, or the panel times out. The instinct is to re-run the whole batch, which wastes time and can double-generate. The better move is to isolate the failures — identify exactly which orders did not label, resolve the underlying reason, and re-generate only those. One bad order should never stall a hundred good ones. The invoice printing guide covers the document-side failures, and the label failures guide covers the label side.

Where an OMS goes further than the panel

The Supplier Panel can bulk-download, but it does it as a single browser action that gets slower and more fragile as the batch grows. An agentic OMS batches the whole chain in the background instead: it filters ready orders, generates merged label-plus-invoice PDFs, keeps failures isolated, and lines everything up for manifest and handover as one routine. You go from a screen full of orders to a stack of ready parcels without clicking through each one — and the same run also feeds payment reconciliation so the dispatch and the money stay in sync.

Sources & further reading

Panel actions and label formats change over time. Confirm the current steps against the official documentation:

The problem

Where the dispatch hour actually goes

It is not packing that is slow — it is the software making you touch each order several times. The per-order clicks are individually trivial and collectively brutal, and they are pure overhead that adds nothing to the parcel.

  • Open each order. A click and a page load, repeated for every single order in the day.
  • Generate, then print. Two more actions per order, plus the wait for each to complete.
  • Return and repeat. Back to the list, find your place, do it again — the context-switch tax.
  • Fix the slips. Wrong invoice on a box, a skipped order — the errors repetition breeds.

Batching removes all four at once. See how it fits the whole dispatch chain.

app.robnu.com/ajio/ordersOpen ordersSynced from the marketplace · normalised into one schemaOrderSKUStageStatusManifestedManifestedConfirmedConfirmedSlip readySlip readyAwaitingAwaitingOpenOpenManifestedManifestedSlip readySlip ready
The workflow

Five steps, run once per batch

The order of these steps matters as much as the steps themselves. Run them in sequence and the day flows; run them out of order and you get the classic manifest and handover failures.

Step 1

Filter to ready

Select only accepted, ready-to-ship orders. A clean filter is what makes the bulk action label cleanly instead of stumbling on orders that are not packable.

Step 2

Bulk-generate

Generate labels and invoices for the whole batch in one action, as merged PDFs — one document per parcel with everything the courier and buyer need.

Step 3

Print & pack

Print in one pass and pack each parcel with its merged document. Isolate any failures here — re-generate only the orders that did not label, not the whole batch.

Steps 4 & 5

Manifest & hand over

Close the manifest listing every packed parcel, then hand over against it. Manifest after parcels are ready — never before — so nothing is manifested but not handed over.

app.robnu.com/documents/pipelineDocument pipelineSLIP · CUSTOMER INVOICE · VENDOR INVOICE · MANIFESTPacking slipCustomer invoiceVendor invoiceManifest
app.robnu.com/manifests/2026-04-26Manifest closure128 SHIPMENTS · 23:42 IST · CLOSING IN 18 MINOpenConfirmedSlipsInvoicedManifestedClosedMANIFEST · AJ-2026-04-26-ASEALED
The Robnu way

Batch the chain, not just the download

The Supplier Panel can bulk-download, but it does the download as one fragile browser action and leaves the rest of the chain to you. Robnu is an agentic OMS: it batches the whole dispatch chain in the background — filter ready orders, generate merged label-plus-invoice PDFs, isolate failures, line up the manifest and handover.

You go from a screen full of orders to a stack of ready parcels without opening each one. The same run feeds reconciliation, so the dispatch and the money stay in sync, and a bad order never stalls the good ones. What was an hour of clicking becomes a few minutes of checking.

You sell, Robnu runs the rest — dispatch included.

FAQ

Bulk labelling, answered

In the Meesho Supplier Panel, move to the orders that are ready to ship, select the batch you want to dispatch, and use the bulk label or bulk download action rather than opening each order. The panel generates a combined document you can print in one go. The key is to select cleanly — only the orders that are genuinely ready — so you are not printing labels for orders that are not yet packable.

Yes — the efficient workflow generates the shipping label and the tax invoice together as a single merged PDF per order, so each parcel gets one print with everything the courier and the buyer need. Printing them separately doubles your handling and creates the classic mismatch risk where a label and invoice for different orders end up on the same parcel.

Because the per-order tax on dispatch is where the day disappears. Opening an order, generating a label, printing it, going back, and repeating is a few clicks each — trivial once, punishing a hundred times. Batching collapses that repeated tax into a single select-generate-print cycle, which is the difference between an hour of clicking and a few minutes.

Orders need to be at the ready-to-ship stage — accepted and eligible for label generation. Orders that are still pending acceptance, or that have an issue blocking them, will not label cleanly. That is why a good batch routine starts by filtering to genuinely ready orders, so the bulk action does not silently skip or fail on the ones that are not ready.

It happens — an order slips out of the ready state, a listing issue surfaces, or the panel times out on a large batch. The fix is to isolate the failures rather than re-running the whole batch: identify which orders did not label, resolve the underlying reason, and re-generate just those. Our guide on Ready-to-Ship labels not generating walks through the specific causes.

Print and pack first, then close the manifest and hand over. The label goes on the parcel; the manifest is the handover document that lists every parcel you are giving the courier. Closing the manifest before parcels are actually labelled and ready is how orders get manifested but not handed over — a mismatch that triggers penalties.

The panel handles sizeable batches, but very large selections can be slow or time out, and a single failed order can stall a big batch. Splitting a huge day into a few sensible batches is often faster and more reliable than forcing one enormous download. An OMS sidesteps this by generating in the background rather than in a single browser action.

An OMS batches the whole chain, not just the download. It filters ready orders, generates labels and invoices as merged PDFs, keeps failures isolated, and lines everything up for manifest and handover — as one routine rather than a series of manual panel actions. You go from a screen full of orders to a stack of ready parcels without clicking through each one.

Keep reading

Related seller guides

More on the operations, money and claims that decide whether a marketplace catalogue actually makes money.

Bulk Invoice Download on Amazon: Generate GST Invoices at Scale

Downloading Amazon GST invoices one order at a time does not scale. Here is how bulk invoice generation works, why it matters for GST filing, and how Robnu handles it end to end.

Scan, label, manifest: the Meesho dispatch chain end to end

Dispatch is not four separate jobs — it is one chain: scan, label, pack, manifest, hand over. Run as a routine, it flows; broken up, it leaks time and triggers penalties. The full chain, in order, and where each link fails.

Meesho label not downloading? Every cause & fix

The 7 real reasons a Meesho shipping label won't generate or download — order state, AWB assignment, browser blocks, sale-day queues — each with its fix, and what a stuck label costs in SLA penalties.

Meesho A4 label on a 4x6 thermal printer: crop it safely

Meesho labels arrive as A4 PDFs with the invoice attached. How to crop them for a 4x6 thermal printer without cutting barcodes, plus a faster bulk-day workflow.

Meesho invoice printing and the GST mistakes sellers make

The Meesho invoice carries your GST details, and the mistakes on it are the ones that come back to bite. How invoices generate, the GST fields that matter, the common errors, and how to print them cleanly at volume.

Meesho "Ready to Ship" label not generating: causes and fixes

Your Meesho order is Ready to Ship but the label will not generate. The exact causes — order state, listing and stock issues, payment or account holds, panel timeouts — and the step-by-step fix for each.

The 10-minute Meesho order processing routine

Most missed dispatch windows come from reacting to orders all day instead of clearing one early batch. The six-step sequence, in the order that matters.

Meesho orders stuck in pending: what it means and how to clear them

Blocked does not mean paused — the dispatch clock usually keeps running. The four causes, which two you can fix yourself, and what to document when you cannot.

build 381ae572f18c631ad98c0bb20dbe902acf608cc6 · 2026-07-23T01:12:01+05:30