How do you handle Maharashtra eWaybill, GST, and HSN classification?
Categories:
Magento Developer, Mumbai
Indian GST has three pieces that hit every Magento store:
- GST rate per product (0%, 5%, 12%, 18%, 28%), mapped to HSN/SAC codes (8-digit Harmonised System Nomenclature). We tag each product with its HSN, configure Magento tax classes per slab, and add CGST + SGST + IGST logic by ship-state (intra-state = CGST+SGST, inter-state = IGST).
- eWaybill, mandatory for inter-state shipments > ₹50,000 and Maharashtra intra-state > ₹1 Lakh. We auto-generate eWaybills via the NIC eWaybill API at order-creation, attach the EWB number to the shipping label, and store it in the order record. Stops trucks getting stuck at state borders.
- GST-invoice generation, we generate an IRN-compliant tax invoice (with QR code, e-Invoice fields for stores > ₹5 Cr turnover) via the GSP/IRP API. Optional but recommended: Tally / Zoho Books / ClearTax sync for end-of-month reconciliation.
Full setup is included in Standard + Enterprise tiers.
Was this helpful?