Enter your email — we'll send a secure magic link.
Your real-time P&L dashboard. Connect Shopify or Amazon, or upload a CSV to get started.
Minimum 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://margin.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.
Sync COGS, revenue, and expenses from QuickBooks. Automate P&L with real accounting data.
Full ERP integration: inventory, purchase orders, multi-subsidiary P&L consolidation.
Materials management, cost centers, and cross-entity margin reporting from SAP Business One.
Push transactions, SKUs, and inventory data programmatically via the Benchra Margin REST API.