notion
How to run your entire ecommerce store from Notion — product management, supplier tracking, orders, and finances in one workspace.
# build your store in notion
Notion works well as an ecommerce operations hub because everything links together. A supplier record links to purchase orders; a product links to its supplier, variants, and pricing history. You get a relational database without the complexity of a full ERP.
what you need
A Notion account on any plan works. The free plan supports unlimited pages and databases for a single user. If you're working with a team, the Plus plan ($10/month) is worth it for collaborative editing and permission controls.
the core databases
SKU, name, category, status, cost price, sell price, margin %, supplier (relation), images, notes
name, contact, lead time, MOQ, payment terms, country, active products (rollup), notes
order ID, platform, date, status, customer, line items (relation), total, tracking, fulfilment date
PO number, supplier (relation), products (relation), quantity, cost, status, expected delivery
campaign name, platform, start/end dates, budget, status, linked products (relation), notes
month, revenue, COGS, ad spend, platform fees, shipping costs, net profit, margin %
how they connect
Products → Suppliers (relation + rollup for active count). Orders → Products (relation + rollup for revenue per product). Purchase Orders → Suppliers + Products. Once linked, Notion formulas handle margin calculations and rollup properties aggregate totals automatically.
# setup checklist
Follow this order to avoid re-linking databases after the fact.
(Sell Price - Cost) / Sell Price * 100.