magento-client-php icon indicating copy to clipboard operation
magento-client-php copied to clipboard

How can I update products on magento?

Open rhog23 opened this issue 7 years ago • 0 comments

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();

rhog23 avatar Aug 18 '18 03:08 rhog23