Product fields you want to change inside the Product object; omitted fields are left unchanged. No field is required.ProductBundle to replace them; omit it to keep the existing components. Some changes are blocked once the product has stock movements — for example you cannot change the bundle type or the stock tracking type when related stock transactions exist. Products are scoped to the current branch. On success the response is a simple confirmation with HTTP 200.Authorization: Bearer ********************curl --location --globoff --request PUT 'https://.daftara.com/api2/products/101.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"Product":{"unit_price":27.50,"low_stock_thershold":5}}'{
"result": "successful",
"code": 200,
"message": "string"
}