Issue with PUT method not finding the product to update
So I want to update products using REST API PUT method and it doesn’t work even if the keys are correct. That said, when I use the GET method(I used Postman to test), it can find the product using the same URL. Here’s the code that I’m using.