I am trying to create a Webhook through the API. When the Customer installs the app (Controller):
def init_webhooks topics = [\"products/create\", \"products/
The params you use (topic,format,address) look good to me, but shouldn't it be ShopifyAPI::Webhook.new instead of create?
topic
format
address
ShopifyAPI::Webhook.new
create
Did you now there is a shopify console where you can easily test your ruby code?