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
Purchase Price per item with Tax
Example:
118
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"
Cess Percent of the Item
Required range:
x <= 100
Example:
0
Cess Amount of the Item
Example:
0
Barcode
Example:
"2273546838467"
Category
Example:
"Electronics"
Custom Fields
Example:
[
{
"label": "Custom Label",
"value": "Custom Value"
}
]
Alternative Units
Example:
[
{
"alternative_unit": "g",
"conversion_rate": 1000
}
]
Product Preferences