magento-client-php
magento-client-php copied to clipboard
How can I update products on magento?
I tried to use the put function to update my products in magento, but it doesn't work. Can you help me? $result = $client->put('/api/rest/products/1333', null, ["price" => "50"])->send();