regarding the PUT api to update product ,
if the product id does not exist, does it create the product or returns 404 ?
Hi @shop213 ,
If the id does not exist, it will give an error and not create a new product.
Hope it helps!