Hi everyone, I've recently started to mess around with the API, and everything is going quite smooth, I'm only having one problem, now... I can' create any comments, here goes my code, I think everything is correct, I've set an article_id that should be the required field here, just don't know what's wrong...
ShopifyAPI::Comment.new(:article_id => article_id, :email => 'author@email.com', :author => 'Back Author', :body_html => 'Really Like this Article!')
Thanks for your time :)
Cheers