Built for Meesho sellers who want the real number
Meesho Profit is a free web tool that reads the payment XLSX file you download from the Meesho Seller Panel and turns it into a clear, honest profit-and-loss picture. No guesswork, no hidden deductions, no spreadsheets.
Why this tool exists
If you've sold on Meesho for more than a month, you know the problem. The payment report XLSX is dense. Every order has a listed price, a supplier-listed price, a settlement amount, a commission, a shipping fee, sometimes an RTO penalty, sometimes a compensation adjustment — and none of it is totalled in a way that answers the question a seller actually has:
“After everything, how much did I actually make on this SKU last month?”
Most sellers we've spoken to either maintain a fragile self-built Excel with manual formulas, or simply trust the settlement amount and hope the cost numbers in their head are close enough. Both approaches break at scale. A seller with 2,000 orders a month can't verify 2,000 rows by eye.
Meesho Profit was built to do one thing well: take that messy payment file, parse every row, apply your own cost inputs (packaging, shipping, overhead per product), and show the real margin.
How we calculate profit
Transparency matters when the number on screen determines what you stock next. Here's the formula we use, at the order level, before any aggregation:
What comes from the file
- Settlement amount — the final amount Meesho actually paid you for the order, already factoring most deductions.
- Commission and shipping fee — platform charges that varied by product category and order weight.
- RTO charges — fees you bore when a delivered order was returned by the buyer or refused.
- Claims, compensation, penalties — any adjustments (positive or negative) Meesho applied to the order.
What you provide
- Packaging cost per product — poly bag, bubble wrap, invoice sheet, labels.
- Product cost per SKU — what you paid your supplier for a unit.
- Optional overhead — courier pickup fees, labour, or anything else you want allocated per order.
Once you enter costs once for a SKU, they're applied to every future upload. Re-parsing a new month is a 30-second job.
We are not Meesho
This is important enough to be in plain text: Meesho Profit is an independent, third-party tool. We are not owned by, affiliated with, endorsed by, sponsored by, or officially connected to Meesho, Fashnear Technologies Private Limited, or any of their subsidiaries.
“Meesho” is a registered trademark of its owner. We reference the name only to describe the type of seller data our tool works with — the payment report XLSX a seller downloads from the Meesho Seller Panel. We don't log in to your Meesho Seller account, we don't have an API integration with Meesho, and we don't receive any data from Meesho directly.
If you have a dispute or support question about your Meesho settlement itself, you need to contact Meesho Seller Support. We can help you read the numbers; we can't change them.
What we care about
Your data is yours
Uploads live in your own Firebase-backed account. We don't sell seller data. We don't share it with advertisers. We don't use it to train models.
Transparent math
Every number on a dashboard maps back to a row in your file. Open any order and you'll see exactly which deductions were applied and where the bottom line came from.
Free to use
The tool is free today. If we ever introduce paid plans, we'll announce it clearly. You'll always be able to export your data and walk away.
Built for sellers, not investors
We don't optimise for vanity metrics. The tool wins when a seller notices a loss-making SKU and stops running it. That's the job.
How it's built
Meesho Profit is a single-page web application. There's nothing to install, no extension to add to your browser, no password going to the Meesho Seller Panel.
- Frontend. Vue 3 with Vuetify and TypeScript. Charts are rendered client-side with Chart.js.
- Authentication. Firebase Authentication, with email/password or Google sign-in.
- Storage. Cloud Storage for Firebase for your uploaded XLSX file; Firebase Realtime Database for parsed rows, product costs, and settings.
- Parsing. The XLSX is read in-browser using SheetJS, so the file's content is processed on your device before anything is persisted.
- Hosting. Firebase Hosting over HTTPS.
Get in touch
Have a question, a feature request, a payment-file edge case that doesn't parse cleanly, or something to correct on the site? Write to us.
maxwhathappen@gmail.comWe read every email. Please include your account email and, if the issue is with a specific upload, the approximate time and file name.