(Deprecated) Items

ClearTax Items API provides you the ability to manage your inventory or stock on your ClearTax account.

Item Object

Parameters

Type

Description

Item_code

String

Client Item/SKU code

gst_code

String

Item HSN code

gst_type

String

GOODS/SERVICE

description

String

Item description

notes

String

Item notes

unit_price

String

Item unit price in Rupees

unit_of_measurement

String

id

String

Mandatory. Item unique ID

Get an Item

You can get all the contact details by submitting a GET request to the GST API with the following request headers

URL Query String

{{HOST}}/gst/api/v0.1/businesses/{{business_id}}/items/{{item_id}}

Request Parameter

Parameters

Parameters Type

Type

Description

business_id

Path

String

Required. This is the unique ID associated with the GSTIN in your account.

item_id

Path

String

Unique item ID of the item

Sample Request

Sample Response

Get all Items

You can get all the contact details by submitting a GET request to the GST API with the following request headers

URL Query String

Request Parameter

Parameters

Parameters Type

Type

Description

business_id

Path

String

Required. This is the unique ID associated with the GSTIN in your account.

item_id

Path

String

Unique item ID of the item

override_pagination

Path

Boolean

Ignores the default limit of 20 in the response

item_ids

Path

String

Unique Item ID

item_codes

Path

String

Item code

Sample Request

Sample Response

Add/Update an Item

You can get all the contact details by submitting a PUT request to the GST API with the following request headers

URL Query String

Request Parameter

Parameters

Parameters Type

Type

Description

business_id

Path

String

Required. This is the unique ID associated with the GSTIN in your account.

item_id

Path

String

Unique item ID of the item

Sample Request

Sample Payload

Sample Response

Last updated

Was this helpful?