Update Product
id
Integer
product id
product_name
Integer
name of the product
category_id
Integer
Product category id
brand
Integer
Brand name of the product
mrp
Integer
Price in numbers added for that product by the user
unit
Integer
id of the unit that is selected for that product
image
Integer
name of the image uploaded to that product
image_path
Integer
image path location of that product
short_desc
Integer
short description of the product in text format
product_code
Integer
product code added by the user for that product
status
Integer
Status of the product - Active or inactive
variant
Integer
variant of that product
moq
Integer
Minimum order quantity of that product in sales/orders
discount
Integer
Product wise discount
inventory_available_quantity
Integer
quantity available in the inventory
created_at
Integer
Product creation date and time
updated_at
Integer
Product update date and time
deleted_at
Integer
Product deletion date time , it is not deleted. shows null status
max_discount
Integer
maximum discount amount
category_name
Integer
category name of the product
brand_name
Integer
brand name of the product
unit_name
Integer
product unit
d
unit_symbol
Integer
product unit symbol
product_variants
Integer
product variant details
product_tax
Integer
Tax exclusive to a specific product
conversion
Integer
unit conversion calculation
Request
$Curl http://dev.deltasalesapp.com/api/v1/updateProducts
-X POST
-H "Content-Type: application/json;charset=UTF-8"
-H "Accept: application/json"
-H "Authorization: Zoho-oauthtoken
-X POST
-H "Content-Type: application/json;charset=UTF-8"
-H "Accept: application/json"
-H "Authorization: Zoho-oauthtoken
Response