Update Product
Update an existing product record.
Endpoint
PUT/PATCHhttps://crm.twozo.io/rest/api/v1/product/{id}
Request Payload
{
"name": "Unit Price",
"product_code": 772892,
"category" : 10064067,
"unit_price" : [
{
"currency": 3,
"unit_price": "22345",
"tax": "12",
"discount" : "21"
}
],
"active": 10064070,
"taxable" : 10064065,
"quantity_ordered" : 61,
"quantity_in_stock" : 10,
"description" : "This is an Updated Product",
"sku_number" : 36288,
"valid_till" : "2026-07-01T12:55:00Z"
} Response
{
"code": 0,
"data": {
"updatedRecords": [1178142]
}
}