<div dir="ltr">Hi List,<div><br></div><div>I&#39;ve been putting around the net over the past few days figuring out how to get xmlrpc working with ruby. I&#39;m trying to do some programmatic insertion of products into a WooCommerce site. Running the latest version of Wordpress. I&#39;ve read some stuff on add_post_meta() but hasnt helped.</div>
<div><br></div><div>I&#39;ve managed to get the posting working, as well as custom fields, the problem has come in with hidden fields. In the snippet bellow product_url works fine, _sku doesn&#39;t</div><div><br></div><div style>
snippet as part of the post content:</div><div style>-------------------------------------------------------------------------------------------------------------------------</div><div><div>&#39;custom_fields&#39; =&gt; [{&#39;key&#39; =&gt; &#39;product_url&#39;, &#39;value&#39; =&gt; &#39;<a href="http://mysite.com?rsid=9999&#39;">http://mysite.com?rsid=9999&#39;</a>},</div>
<div>                      {&#39;key&#39; =&gt; &quot;_sku&quot;, &#39;value&#39; =&gt;  &#39;9999&#39;}]</div></div><div>-------------------------------------------------------------------------------------------------------------------------<br>
</div><div><br></div><div>XMLRPC Call:</div><div>-------------------------------------------------------------------------------------------------------------------------<br></div><div><div>post_id = connection.call(</div>
<div>  &#39;metaWeblog.newPost&#39;,</div><div>  1,</div><div>  &#39;user&#39;,</div><div>  &#39;password&#39;,</div><div>  post,</div><div>  true</div><div>)</div><div>-------------------------------------------------------------------------------------------------------------------------<br>
</div><div><br></div><div style>Hoping someone can help me out.</div><div style><br></div><div><div><div>Bradly Swart</div><div><br></div><div>Mobile: +61447068962</div><div>Skype: bradly.swart</div><div>Twitter: <a href="http://twitter.com/brad8711" target="_blank">@brad8711</a></div>
</div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">linkedIn:</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> </span><font color="#222222" face="arial, sans-serif"><a href="http://za.linkedin.com/in/bradlyswart" target="_blank">http://za.linkedin.com/in/bradlyswart</a></font></div>
</div>
</div></div>