eBay Fee Calculator
Estimate eBay final value, per-order, promoted-listing, and insertion fees from your item price, quantity, and category, then see net profit, margin, and the price you'd need to hit a target margin.
Input
Total for the order, not per unit.
Total for the order, not per unit.
Leave blank to use the selected category's rate.
Output
| Metric | Value |
|---|---|
| No data yet | |
| Category | Final Value Fee % | Final Value Fee ($) |
|---|---|---|
| No data yet | ||
More ways to use this tool
REST API
curl -X POST https://api.iotools.cloud/v1/tool/ebay-fee-calculator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"itemPrice": "50",
"quantity": "1",
"shippingCharged": "5",
"productCost": "20",
"shippingCostActual": "4.5",
"category": "most",
"fixedOrderFee": "0.4",
"promotedListingPct": "2",
"insertionFeeEach": "0",
"targetMarginPct": "25",
"currency": "USD"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `ebay-fee-calculator` tool (eBay Fee Calculator) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.
Embed widget
<iframe
src="https://iotools.cloud/embed/ebay-fee-calculator/"
width="100%" height="520" frameborder="0" scrolling="no" loading="lazy"
title="eBay Fee Calculator — iotools.cloud"
sandbox="allow-scripts allow-forms allow-same-origin allow-downloads allow-popups allow-popups-to-escape-sandbox"
allow="clipboard-write"
style="width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden"></iframe>
<script src="https://iotools.cloud/embed.js" async></script>Drop this into your own page — free, no key required, just a link back.
| Cost per API/MCP call | From 5 credits |
|---|---|
| Need more credits? | View pricing |
Also available with
Guides
What this calculates
eBay takes a cut on almost every part of a sale — a final value fee on the total the buyer pays, a small per-order fee, an optional promoted-listings cut, and insertion fees if you're past your free monthly listings. The sticker price rarely tells you what you'll actually keep. This tool adds up every fee eBay charges on a sale, then works out your net profit, your margin, and the price you'd need to charge to hit a target margin.
How this tool works
- Enter the item price, quantity, and the shipping you charge the buyer.
- Enter your product cost and your actual shipping cost — what the sale really costs you, separate from what eBay charges.
- Pick a category — eBay's final value fee rate varies by category, from 6.35% for musical instruments up to 15% for jewelry & watches. Enter a custom fee % instead if you know your exact rate (store subscriptions and promotions can shift it).
- Fill in the per-order fee, promoted listings rate, and insertion fee if any apply to your listing.
- Set a target profit margin to see the item price that would hit it.
The Summary table shows every fee eBay charges, your total costs, net profit, margin, and the target item price. The Category Fee Comparison table shows what the final value fee would be under every category's rate at your current sale price, so you can see how much category choice matters before you list.
The math
The final value fee and promoted-listings fee are both charged on the buyer's total payment — item price × quantity, plus shipping charged — matching how eBay actually bases these fees. The per-order fee is flat per order; the insertion fee applies per unit. Total eBay fees is the sum of all four; total costs adds your product cost and actual shipping on top.
Target item price is solved directly rather than guessed at: holding quantity, shipping, your costs, and the fee rates fixed, the tool works out algebraically which item price makes net profit equal your target margin percentage of total revenue. If your fee rates and target margin together exceed 100% of revenue, no price can hit that target — the tool tells you so instead of returning a nonsense number.
Category fee rates here are approximate, based on eBay's published percentage-of-order-total rates — some categories also cap the dollar amount of the fee above a price threshold, which this tool doesn't model. Always check eBay's current seller fees page before pricing a real listing.
Common uses
- Pricing a listing to hit a specific profit margin before you list it
- Comparing how much category choice affects your take-home on the same sale
- Checking whether promoted listings or per-unit insertion fees are worth it at your price point
- Sanity-checking eBay's fee breakdown on an order you've already sold
For a general markup/margin calculation outside marketplace-specific fees, use the Discount & Markup Calculator. For a broader return-on-investment figure, use the ROI Calculator.
Privacy
This tool runs entirely in your browser. Your numbers are never uploaded to a server.