Get HSN Details

Sandbox API to provide information for goods against the provided HSN code

Pricing Documentation

Overview

This API takes in the gstin of the Requester(Taxpayer or Transporter) and hsncode and gives the HSN details.

Endpoint

HTTP MethodResource
Get/ewb/hsn?hsn-code={hsn-code}

API Endpoint Contact Us  Free Trial

Request

Follow the below guidelines to pass GSTIN in path parameters to call the API.

Headers

ParamTypeDescriptionExample
x-api-keystringAn API key is a public key to identify users when calling any Sandbox API.key_live_ZUQT5UEf4......
AuthorizationstringJWT Authorization token which is generated using E-Way Bill Authentication API.eyJhsebihGyUf......

Query Parameters

ParamTypeDescriptionExample
gstinstring15-character alpha-numeric unique identifier assigned to business entities registering under the GST regimeAAAAA0000A
hsn-codestringhsncode for which the details are required1001

Once the values are added, Your curl will look something like this

curl --request GET \
     --url 'https://api.sandbox.co.in/ewb/hsn?hsn-code=1001' \
     --header 'Authorization: xxxxxxxxxx' \
     --header 'accept: application/json' \
     --header 'x-api-key: xxxxxxxxxx' \
     --header 'x-api-version: 1.0'

Response

ParamTypeDescriptionExamples
hsnCodenumHSN code - HSN stands for Harmonized System of Nomenclature1001
hsnDescstringIt's a description of commodity of particular hsnCode.WHEAT AND MESLIN - Durum wheat

Response Caching

Response caching is not available for this API. Learn more about our response caching mechanism here

Wallet Charges

Since Generate E-Way Bill is a Paid API, a wallet charge of INR 0.25 + GST will take place.

Versioning

This API is currently in major version 1.0. Refer to our versioning policies here