Error Creating Shopify Webhook through the API

后端 未结 1 1187
伪装坚强ぢ
伪装坚强ぢ 2021-01-25 12:09

I am trying to create a Webhook through the API. When the Customer installs the app (Controller):

def init_webhooks
  topics = [\"products/create\", \"products/         


        
相关标签:
1条回答
  • 2021-01-25 13:08

    The params you use (topic,format,address) look good to me, but shouldn't it be ShopifyAPI::Webhook.new instead of create?

    Did you now there is a shopify console where you can easily test your ruby code?

    0 讨论(0)
提交回复
热议问题