$product_create = array(
“product”=> array(
“id”=> 6032403660958,
“title”=> “Insurance”,
“body_html”=> “asdas sss G”,
“variants”=> array(“0”=>array(
“id”=> 37421719715998,
“price”=> “25.00”,
)),
));
{“product”:{“id”:6032403660958,“title”:“Insurance”,“body_html”:“asdas sss G”,“variants”:[{“id”:37421719715998,“price”:“25.00”}]}}
This is my data sending for product price update for the product is given i am using PUT to send the data but price is not updating . i given content in the body_html this is updating but price is not