Does the PUT API create a new product if the product ID doesn't exist?

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. :slightly_smiling_face:

Hope it helps!