Product
Update a Item
PUT
/
v1
/
product
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
id
string
requiredUnique id for each item.
name
string
requiredName of the Product
quantity
number
requiredOpening Quantity
unit_price
number
requiredPrice per item without Tax
price_with_tax
number
requiredPrice per item with Tax
item_type
enum<string>
requiredProduct or Service enum
Available options:
Product
, Service
tax_rate
number
Tax percentage for each item . Only valid tax rates are accepted
discount_percent
number
Default Discount Percent
description
string
Item Description
hsn_code
string
HSN Code
unit
enum<string>
item quantity unit
Available options:
kg
, g
, l
, ml
, m
, cm
, sqm
, sqcm
, sqft
, sqkm
, unit
category
string
Category
status
string
Status of the Item
Response
200 - application/json
success
boolean
Success flag
message
string
Response message