Good day, all I need to create and app for selling things like roof tiles or textile. The thing is that such goods selling by sq m. So, what I want is to add to product page two fields: width and h...
No content to show
User Activity
It turns out that the error was referring to the 2nd product option, which is not mentioned in the request. As you can see in the screenshot, the product has the "Size" option, it must also be passed in the request, otherwise the API tries to remove ...
I'm trying to rename a product option using the REST API: $ch = curl_init();
curl_setopt($ch, CURLOPT_URL, testurl.'products/4383793250431.json');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
//curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CUR...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
423 | 07-21-2022 03:43 AM |