In Export Invoice we mention Freight charges How to fill this freight charges in Json File to invoice purpose Which code applicable for this freight Charges
27 July 2024
To handle the inclusion of freight charges in an eInvoice JSON file for exports under GST, you need to adhere to the eInvoicing schema provided by the GST Network (GSTN). The eInvoice system requires specific fields to be filled out correctly, including those related to freight charges.
Here’s how to handle the freight charges in the eInvoice JSON file for export purposes:
### **1. Freight Charges in eInvoice:**
**HSN Code for Freight Charges:** - **HSN Code for Freight Charges:** Generally, there is no specific HSN code for freight charges as it is considered a service rather than a product. For freight charges, you would typically use the service accounting code (SAC) rather than an HSN code. The SAC code for transportation services (freight) is **9965**.
### **2. Structure of JSON File:**
Here’s how you can include freight charges in your eInvoice JSON file:
**a. Invoice JSON Structure:**
- **"ItemDetails":** This section includes details about each line item on the invoice. Freight charges should be included as a separate line item if you need to itemize them.
**b. Sample JSON for Freight Charges:**
Below is a simplified example of how you might structure the freight charges in your eInvoice JSON file:
- **"ItemCode":** Unique code for the item (e.g., `FRT001` for freight). - **"Description":** Description of the item or service (e.g., `Freight Charges`). - **"SACCode":** The SAC code for freight charges (9965). - **"Quantity":** Typically set to 1 for freight as it is a service. - **"UnitPrice":** The cost of the freight service. - **"TotalValue":** The total amount for the freight charges. - **"TaxableValue":** The value on which GST is applicable (freight charges in this case). - **"CGSTRate", "SGSTRate", "IGSTRate":** GST rates applicable (typically IGST for exports; set to 0 if exempt).
### **4. Export Scenario:**
- **For Exports:** Freight charges are generally subject to IGST at a rate of 0% for exports. Ensure that you mention the IGST rate as 0% and correctly account for this in your tax calculation.
### **5. Validation and Submission:**
- **Validate the JSON:** Use the GSTN’s eInvoice validation tool to ensure that your JSON file is formatted correctly and complies with the schema. - **Submit to GST Portal:** Upload the validated JSON file to the GST eInvoice system.
### **6. Additional Tips:**
- **Refer to GSTN Documentation:** Always refer to the latest GSTN eInvoice schema documentation for accurate and detailed guidance. - **Consult Professionals:** If you're unsure, consult with a GST practitioner or tax consultant to ensure compliance.
By correctly including freight charges and using the appropriate SAC code, you can ensure that your eInvoice for exports is compliant with GST requirements.