Hi,
I'm trying to modify the product.liquid asset in the templates section.
I call the API but when I look at the product.liquid in the web interface I see the value was erased.
Any idea?
$params = array ("asset"=>array ("key"=>"templates/product.liquid","value"=>'{% include 'product' %}\n{% include 'test_shopify' %}' ) ); $sc->call('PUT','/admin/themes/'.$themeId.'/assets.json?asset[key]=templates/product.liquid&theme_id='.$themeId,$params);