POST
/
v2
/
product

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
required

Unique id for each item.

item_type
enum<string>
required

Product or Service enum

Available options:
Product,
Service
name
string
required

Name of the Product

price_with_tax
number
required

Price per item with Tax

quantity
number
required

Opening Quantity

unit_price
number
required

Price per item without Tax

category
string

Category

description
string

Item Description

discount_percent
number

Default Discount Percent

hsn_code
string

HSN Code

status
string

Status of the Item

tax_rate
number

Tax percentage for each item . Only valid tax rates are accepted

unit
string

Item quantity unit. You can find the GST-approved units in the UQC Codes section at: https://einvoice1.gst.gov.in/Others/MasterCodes.

Response

201 - application/json
data
object
error_code
string

Error Code

errors
object

Errors

message
string

Response message

success
boolean

Success flag