Sign in or pick a plan
Same email signs you in or starts a paid plan. We'll email a secure link first — the link takes you to checkout when you've picked a paid plan, or straight to your dashboard otherwise.
Same email signs you in or starts a paid plan. We'll email a secure link first — the link takes you to checkout when you've picked a paid plan, or straight to your dashboard otherwise.
Enter one product (name + your selling price). This becomes the row Benchra Margin tracks profit on. Don't overthink it — pick a SKU you already know the numbers for.
Your real-time P&L dashboard. Shopify and Amazon integrations are in private beta — upload a CSV to get started.
date,type=shipping,amount,sku,channel,carrier,trackingMinimum columns: date and amount. We auto-detect common column names.
Optional columns: sku, channel, type (revenue/cogs/fees/shipping/ad_spend/returns), quantity, order_id, description
If no type column: positive amounts = revenue, negative = costs.
POST /api/margin/ingestcurl -X POST https://pricing.benchra.net/api/margin/ingest \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"transactions": [
{"date":"2026-04-14","type":"revenue","amount":49.99,"sku":"WIDGET-001","channel":"Amazon","quantity":1},
{"date":"2026-04-14","type":"fees","amount":-7.50,"sku":"WIDGET-001","channel":"Amazon"},
{"date":"2026-04-14","type":"cogs","amount":-18.00,"sku":"WIDGET-001","quantity":1},
{"date":"2026-04-14","type":"shipping","amount":-4.25,"sku":"WIDGET-001","channel":"Amazon"}
]
}'
Organizations let you collaborate with your team. Invite members, assign roles, and share P&L data.
Connect your identity provider for single sign-on.
Auto-import Shopify orders as transactions. Revenue, COGS, and shipping mapped automatically.
Push transactions, SKUs, and inventory data programmatically via the Benchra Margin REST API.
Enter your current operating-cash balance to power the Burn / Runway widget on the Dashboard. Stored locally in this browser.
Every business has leakage — chargebacks, damaged goods, write-offs, surprise carrier surcharges, late ad-platform reconciliations. Account for it explicitly so your "true" margin isn't a fantasy.
If a connector or capability would unblock you, tell us. We prioritise what paying users ask for.
Email a request →