Meesho API for sellers: is there one, and how integrations really work.
Meesho does not publish a public seller API the way Amazon and Flipkart do. Here is what sellers actually have, how order management software connects in practice, and what to check before any tool gets your login.
Meesho API for sellers does not exist as a public, self-serve programme: there is no official API documentation, no API key page and no developer console for sellers. Sellers work through the Supplier Panel, its bulk sheets and reports, and the Supplier app. Order management software connects with your authorisation through that same panel, not through an open API.
- There is no public Meesho seller API; Amazon (SP-API) and Flipkart (Seller APIs) do publish one.
- Sites and GitHub repos offering a Meesho API are unofficial and can break with any panel change.
- What you have: the Supplier Panel, bulk upload sheets and reports, the Supplier app, and select partner integrations.
- OMS tools connect through your own panel access with your authorisation; check who holds credentials and what the tool writes.
- An OMS runs orders, returns, claims and settlements; it is not a listing, bulk upload or label-printing tool.
How software reaches each marketplace
Amazon and Flipkart hand a seller credentials and a documented API. Meesho hands a seller a panel. Everything below follows from that one difference.
Amazon SP-API, Flipkart Seller APIs and Meesho compared
The same six questions, asked of each marketplace. Programmes change, so confirm the current position in each marketplace’s own documentation.
| Capability | Amazon SP-API | Flipkart Seller APIs | Meesho |
|---|---|---|---|
| Public documentation | Yes, developer-docs.amazon.com | Yes, seller.flipkart.com/api-docs | No public seller API docs |
| Self-serve keys | Yes, register an app in Seller Central | Yes, app credentials from the seller dashboard | No; access is your panel login and OTP |
| Order read | Yes, orders and order items | Yes, shipments and orders | Panel views, order reports and the Supplier app |
| Inventory write | Yes, listings and inventory feeds | Yes, listing and stock updates | Panel inventory page and bulk sheets only |
| Label download | Yes, for Easy Ship and MFN flows | Yes, shipping label endpoints | Panel label download after acceptance |
| Settlement data | Yes, financial events and settlement reports | Yes, settlement and payment reports | Payments section and downloadable payment sheets |
Read the Meesho column as “available to the seller, in the panel”, not “unavailable”. Every row is something a Meesho seller can do today; the difference is that the only sanctioned way to do it is with the seller’s own access, which is exactly how serious order management software connects.
Sellers who search “Meesho API” usually want one of four things
Almost nobody wants an API for its own sake. They want the daily loop to run without a person sitting in the panel. Both views are illustrative.
The four surfaces Meesho gives a seller
The Supplier Panel
The system of record at supplier.meesho.com: orders, acceptance, labels, returns, claims, payments and catalog. Every integration ultimately reads from or writes to this.
Bulk sheets and reports
Category upload templates, price and inventory sheets, and downloadable order and payment reports. Data entry in, data out, in spreadsheet form.
The Supplier app
Meesho's own mobile app for alerts and quick actions. Useful on the move, not a place to run a day of processing from.
Partner integrations
Meesho works directly with a small set of logistics and finance partners. Those are Meesho's integrations, not a programme sellers can join.
Every few weeks a seller who has just connected Amazon or Flipkart to their systems goes looking for the Meesho equivalent and finds a wall of unofficial pages. This guide is the honest map: what exists, what does not, and how the tools that genuinely work with Meesho manage it.
Is there a Meesho API? The straight answer
No, not in the sense the phrase usually means. When sellers say “API” they mean what Amazon and Flipkart offer: a public developer site, documentation for each endpoint, and a place inside the seller dashboard where you generate your own credentials and plug them into whatever software you like. Amazon calls this the Selling Partner API. Flipkart calls it the Seller APIs. Meesho has no equivalent programme for sellers. There is no developer portal, no endpoint reference, no “create API key” button in the Supplier Panel, and no sandbox. Meesho does build integrations, but with partners it chooses, on its own terms, for its own logistics and finance needs. That is a private arrangement, not a seller-facing product.
This is not a criticism of Meesho. The platform grew by making selling simple for people who had never used a marketplace before, and a panel plus a mobile app is the right product for that seller. It only becomes a problem when you outgrow the panel, which is exactly the point at which you start typing “Meesho API” into a search box.
What the “documentation” and “API key” searches find
Search for Meesho API documentation and you will find three kinds of page. The first is a marketing page from a software vendor that says it “integrates with the Meesho API”; read closely and the integration is through the panel, the way this guide describes. The second is an aggregator site listing a “Meesho API” next to hundreds of others, usually a template page with no endpoints at all. The third is a GitHub repository, typically a small project that reverse-engineered a few panel requests, sometimes with a note that it stopped working after a panel update. None of these is Meesho, none is supported by Meesho, and a change to the Supplier Panel can break any of them overnight without anyone owing you an explanation.
The “Meesho API key” search is more worrying, because the answer people find is often “just give us your panel login and OTP”. A login is not an API key. An API key can be scoped to reading orders and nothing else, and revoked in one click. A login can do everything you can do, including changing your bank details, and it cannot be scoped at all. The next section is about what that means for you.
If you are technically minded and tempted to build your own connector from one of those repositories, weigh three costs honestly. The first is fragility: the panel is a web application that Meesho changes whenever it likes, and every change is a possible breakage on a day you have orders waiting. The second is standing: Meesho’s supplier terms govern how the panel may be used, and a home-built script has no support line to call and no one to explain a locked account to. The third is scope creep: a script that reads orders on Monday is asked to accept them on Tuesday and request labels on Wednesday, and by Friday it is running your business with no log, no approval step and no one on call. For a hobby project that is fine. For an account that pays your rent, buy the loop from someone who runs it for many sellers and is accountable when it breaks.
How order management software connects to Meesho in practice
Since there is no open API, every tool that genuinely works with Meesho, including Robnu, connects the only sanctioned way: through the supplier’s own panel and the reports it provides, with the seller’s authorisation, for that seller’s account. At a high level the tool does what you would otherwise do by hand. It reads the orders that have arrived, runs the processing and dispatch steps you have approved, picks up the labels once they are generated, watches the returns and claims screens, and downloads the payment sheets so the money can be checked line by line. Everything it does is visible in the panel afterwards, because the panel is where it did it.
The raw material for all of this already exists in the panel as reports. The order report gives every order with its status, sub-order and product. The payments section gives the settlement sheet, one line per order with the commission, shipping and other deductions, and it is the only place the money is ever explained. The returns and claims screens give the parcels coming back and the tickets raised against them. The catalog export gives your SKUs and stock. A tool that connects through the panel is essentially reading these same sources on a schedule and joining them, so that an order, its label, its return and its settlement line all sit on one record instead of four downloads. Nothing in that description needs an API; it needs your access, a schedule, and discipline about what may be written back.
We deliberately keep this description at the level of what and why rather than how, for two reasons. The first is that the mechanics are an implementation detail that changes as the panel changes. The second is more important: what you should judge a tool on is not the cleverness of its connection but the safeguards around it, and those are the same questions whether the tool is a hosted service or a browser extension. Our order management guide for Meesho sellers walks through the daily loop such a tool takes over; the checklist below covers what to ask before you hand any of it over.
Before any tool gets your Meesho login
Because there is no scoped credential, the login you share is the whole account, so the vetting has to do the job a key scope would otherwise do. Four questions matter most. Who holds the credentials? Encrypted on a server with named access and revocation from your side is acceptable; a founder’s phone is not. Does it run in your browser or on their servers? An extension acts inside your own logged-in session on your machine; a hosted tool acts from elsewhere with access you granted. Know which one you are choosing. What does it write to the panel? Reading orders is harmless; accepting orders, requesting labels, editing stock and raising tickets change your business, and you want that list in plain language. Can it trigger an action you did not approve? Prefer tools that act under rules you set or steps you confirm, that can be paused, and that log every action against the order it touched. The accordion further down turns these into a checklist you can run in ten minutes.
Why Amazon and Flipkart feel so different
If you already sell on Amazon, you will have noticed that any inventory tool, ERP or accounting package lists an Amazon connector. That is the SP-API at work: Amazon publishes the interface, so vendors build against it once and every seller can plug in with their own credentials. Flipkart’s Seller APIs give the same result on a smaller scale. The comparison table above shows the practical consequence: for Amazon and Flipkart the answer to “can software do this for me?” is almost always “yes, through the API”, while for Meesho it is “yes, through your panel access”. The capability exists on all three; what differs is the door. For a seller running two or three marketplaces, that is the whole reason a multi-marketplace order management setup is worth having: it hides the door and shows you one order list.
What an OMS does for a Meesho seller, and what it does not
An order management system earns its place on the operating loop, the work that repeats every single day whether or not you feel like doing it. For a Meesho seller that means syncing every new order into one list alongside AJIO and Amazon, running the processing and dispatch steps on the schedule you approve, tracking each return and RTO as it moves, filing the claims that are worth filing while their window is still open, and reconciling every settlement line against what Meesho should have paid. Our guide to bulk order processing on Meesho shows what that looks like at fifty or five hundred orders a day, and the inventory sync guide covers the stock side of the same loop.
A day with the loop running looks like this. Overnight orders are already in one list when you open it, marked new, with the ones nearing their dispatch deadline at the top. The processing steps you approved have run or are waiting for your confirmation, and the labels Meesho generated are collected and ready for the packing bench. Returns that landed yesterday are listed with what came back and whether it is worth a claim, and the claims with a window closing today are flagged rather than buried. When the payment sheet arrives, every line has been matched against the order it belongs to and the ones that do not add up are separated out, so the question is no longer “is this right?” but “do I dispute these six?”. None of that is magic; it is the panel’s own data, read on time and joined properly.
It is just as important to be clear about what an OMS is not. It is not a listing tool: it does not write your catalog or choose your attributes. It is not a bulk upload tool: the category templates still come from the panel and you still fill them. It is not a label printer: labels are generated by Meesho once an order is accepted, and an OMS collects and organises them for dispatch. And it is not an ads manager. Sellers who expect an OMS to do those things are disappointed, and sellers who expect a listing tool to run their returns and settlements are disappointed the other way. Pick the tool for the loop that eats your hours; for most sellers past a few dozen orders a day, that loop is operations and money, not listing.
Can you integrate Meesho with your own website?
Sellers with a Shopify, WooCommerce or custom store often want Meesho orders and stock to flow into it. Without a public API there is no native channel connector, so the realistic options are two. Either a system that already syncs Meesho with your authorisation becomes the shared source of orders and stock for the website too, or you fall back to exporting reports from the panel and importing them on a cadence. The second option works at low volume and breaks the moment a popular SKU sells on both surfaces in the same hour. If a website is in your plan, treat SKU discipline and a single stock count as the foundation, and read the order management feature overview to see what a shared order list gives you.
Whichever route you take, one habit makes it work: a single SKU per physical variant, spelled identically on Meesho, on the website and anywhere else it is listed. That shared key is what lets one stock count serve every surface and what lets an order from any of them decrement the same number. Without it, a sync tool is guessing which website product matches which Meesho listing, and an export-and-import routine is a weekly reconciliation of two spreadsheets that were never meant to agree. Set the SKU discipline first, then decide how often stock needs to move: every few minutes for a fast-selling variant, once or twice a day for a slow one. A website integration is only as good as the SKU map underneath it.
Sources & further reading
Marketplace developer programmes change. Confirm the current position on each marketplace’s own site before you build or buy anything that depends on it.
Six questions before you connect any tool to Meesho
Run these in order. A vendor who answers all six plainly is a vendor you can work with.
Ask whether your login is stored encrypted, who on the vendor side can see it, and whether it can be revoked from your end. If the answer involves a spreadsheet, a shared WhatsApp group, or a person's phone, stop there.
A browser extension acts inside your own session on your machine. A hosted service acts from its servers using access you granted. Neither is automatically wrong, but you should know which one you are using, because it changes who is responsible for what.
Reading orders and downloading reports is one thing. Accepting orders, requesting labels, changing prices or stock and raising tickets are writes. Get the list of writes in plain language before you connect, and confirm each one is something you want a tool to do for you.
Prefer tools where each step runs under a rule you set or a button you press, and where a step can be paused. A tool that acts on its own schedule with no approval path is a tool you cannot stop when something looks wrong.
You should be able to see what the tool did, to which order, and when. Without a log you cannot tell whether a wrong accept or a missing label was you, the tool or Meesho, and that ambiguity always costs the seller.
The Supplier Panel changes. Ask how the vendor handles a change, how fast, and what happens to your daily run in the meantime. A tool built by one developer as a side project answers this very differently from a team that runs it for thousands of sellers.
No API needed to run the day, and the money, on Meesho
Robnu is the agentic OMS for Meesho, AJIO and Amazon sellers. It connects to Meesho the sanctioned way, through your own panel access with your authorisation, and then runs the daily loop: orders synced into one list, processing and dispatch steps run on the schedule you approve, returns and claims tracked, and every settlement reconciled so each rupee Meesho pays you is the rupee it should have paid. Every action is logged against the order it touched. It does not list products, fill bulk sheets, print labels or run ads; those stay your craft.
Free for every seller right now, and forever free under 25 orders a day when paid pricing launches. See it on Meesho OMS or the full order management system overview.
Meesho API questions, answered honestly
There is no free Meesho API because there is no public Meesho seller API at all, paid or free. Amazon and Flipkart publish developer documentation and let a seller create their own credentials; Meesho does not offer an equivalent self-serve programme for sellers. Anything advertised as a free Meesho API is either an unofficial project or a service that works through the Supplier Panel on your behalf, and you should evaluate it on that basis.
There is no official Meesho API documentation page for sellers. Meesho's public seller material is the Supplier Panel itself, the Learning Hub inside it, and the help articles on supplier.meesho.com. If a site presents a page titled Meesho API documentation, check who publishes it: as of writing it is not Meesho, and the endpoints it describes are not something Meesho supports or guarantees.
You cannot, because Meesho does not issue seller API keys. There is no developer console, no app registration and no key page in the Supplier Panel. Your credentials are your panel login and the OTPs Meesho sends you. Never hand those to a service that calls them an API key; that is a login, with everything a login can do.
Repositories on GitHub that call themselves a Meesho API are community projects, not Meesho products. Some wrap parts of the panel, some are abandoned, and none carry any support or stability promise from Meesho. Treat them as a way to understand what is technically involved, not as a foundation to run a business on. A panel change can break them without notice.
Not through a native connector, because there is no public API for a plugin to call. WooCommerce and Shopify have official Amazon and Flipkart channels precisely because those marketplaces expose APIs. For Meesho, a website can only stay in step with Meesho through a tool that syncs orders and stock on your behalf with your authorisation, or through you exporting reports from the panel and importing them. Plan for that rather than for a one-click plugin.
At a high level, it works the way you do: through the Supplier Panel and the reports it provides, with your authorisation, for your account only. Instead of you opening the panel to read new orders, accept them, request labels and download the payment sheet, the software does those steps for you in a controlled, logged way. There is no back door; the seller grants access, the tool acts within it, and everything it does is visible in the panel.
It can be, if you check the right things first. Who holds the credentials and how are they stored? Does the tool act inside your own browser session or on its servers? What does it write to the panel, and can it trigger an action you did not approve? Is every action logged so you can audit it? Never share OTPs over chat, and prefer tools that run steps with your approval rather than silently. A tool that cannot answer these questions plainly has not earned your login.
Nobody outside Meesho can say. Marketplaces do open APIs as their seller base matures, and Meesho already integrates directly with a handful of partners, so it is possible. The practical advice is to run your operations on a system that already works today through the panel and can adopt an official API if one appears, rather than waiting for an announcement that may not come.
Related seller guides
More on the operations, money and claims that decide whether a marketplace catalogue actually makes money.
Meesho Automation Tools Compared: Extensions, Bulk Sheets, Ads Managers and OMS
Meesho automation tools compared: Chrome extensions, bulk sheets, ads managers and an OMS. What each automates, what it cannot, the safety risk, how to pick.
How Meesho visibility and ranking actually work
Meesho is a price-first marketplace. What actually moves your ranking, price competitiveness, first-image CTR, conversion, rating and delivery record, and what to fix first.
Meesho OMS: The Honest Buyer's Guide for Sellers
What an order management system for Meesho actually is, what to look for before you commit, the questions that separate real tools from dashboards, and where Robnu fits in as one honest option.
Amazon Payment Reconciliation for Indian Sellers (2026)
How Amazon settlements work for Indian sellers: referral fees, closing and shipping fees, FBA vs Easy Ship vs self-ship costs, returns, refunds and reserves, why the payout differs from sales, and how to reconcile the settlement report l...
Amazon Returns and RTO for Indian Sellers (2026)
How Amazon returns and RTO work for Indian sellers: customer returns, refunds, return shipping, undeliverable RTO, the costs, how they hit your settlement, disputing wrong charges with SAFE-T claims, and reducing returns.
AJIO vs Myntra for Fashion Brands: An Honest Comparison
A balanced comparison of AJIO and Myntra for an early-stage Indian fashion brand, buyer profile, catalogue and QC bar, commissions and fees, fulfilment, onboarding, returns, payment cycles, and which to start on first.
When to Add Your Second Marketplace: A Decision Framework for Indian Sellers
Adding a second channel doubles the work before it doubles the revenue. The readiness signals that mean you are ready, the wrong reasons to expand, the real costs, and a practical checklist.
Selling on multiple marketplaces: what actually multiplies
Panels, SLA clocks, label formats, settlement files and claim windows all multiply, your packing bench doesn't. The readiness checklist and the 2-person schedule for two panels.

