Product V2
Update an Item
PUT
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Unique id for each item.
Example:
"ITEM123"
Name of the Product
Example:
"Item Name"
Opening Quantity
Example:
1
Price per item without Tax
Example:
100
Price per item with Tax
Example:
118
Product or Service enum
Available options:
Product
, Service
Example:
"Product"
Tax percentage for each item . Only valid tax rates are accepted
Example:
18
Default Discount Percent
Example:
10
Item Description
Example:
"Item Description"
HSN Code
Example:
"1234"
Item quantity unit. You can find the GST-approved units in the UQC Codes section at: https://einvoice1.gst.gov.in/Others/MasterCodes.
Example:
"kg"
Category
Example:
"Electronics"
Status of the Item
Example:
"Active"