DocsGetting StartedQuick Start
Quick Start — from zero to first invoice in 10 minutes
This guide walks you through creating your first business, importing products, and issuing your first GST-compliant invoice. Total time: about 10 minutes.
v2.4 (Jun 2026)
Prerequisites
- Your GSTIN (or you can add it later)
- A list of products (Excel/CSV is fine)
- Your business address & state — needed for CGST/SGST calculation
Step 1 — Create your business
Head to Settings → Business Profile. Enter your legal name, GSTIN, and PAN. SaathiX auto-fetches address and business type from the GSTN registry.
curl · create-invoice.sh
curl -X POST https://api.saathix.in/v1/invoices \
-H "Authorization: Bearer $SAATHIX_KEY" \
-d '{
"party_id": "pty_123",
"items": [
{ "sku": "COKE-250", "qty": 12, "rate": 40 }
]
}'Step 2 — Import products
Bulk-import via Excel or CSV. SaathiX auto-maps columns (name, SKU, price, GST rate, HSN). We flag rows with missing HSN and let you fix inline.
Step 3 — Create your first invoice
Billing → New Invoice → pick customer → add items → Save. IRN generates in under 2 seconds; WhatsApp share is one tap.