How to handle URL encoding? Specifically regarding updating a product using REST API
I have a product with a SKU that looks like this: “0/000.150.2010” So naturally, when I try to update said product: https://URL.com/index.php/rest/da/V1/products/0/000.150.2010 I get a “message”: “Request does not match any route.” error. Encoding the parameter, gives a HTML page… Read More »How to handle URL encoding? Specifically regarding updating a product using REST API