Hello,
I try to update a product via REST API using the url http://example.com/api/products/:id as mentioned here .
I am using the PUT method but I am getting
405 Method Not Allowed
The requested method PUT is not allowed for the URL /api/stores/1/products/27
I am trying from Postman, and creating or getting products works fine. What could go wrong?