【发布时间】:2019-06-07 15:02:01
【问题描述】:
我需要订阅 Shopify webhook 的订单更新。问题是,我找不到它!他们改变了shopify_app.rb 配置文件的结构方式。所以这就是它现在的样子:
config.scope = "read_shipping, write_shipping, read_products, write_products,
read_fulfillments, write_fulfillments, read_orders, write_orders, read_themes, write_themes, orders/updated"
查看 Shopify 文档,订单更新挂钩似乎不再存在。 According to their own docs
但是有一个包含订单更新挂钩的旧文档:https://help.shopify.com/en/api/reference/events/webhook
我将这种样式放入我的config.scope 行,但是当我尝试安装时得到了这个:https://nimb.ws/JH267z
有什么想法吗?
编辑:我现在只是在尝试 sh*t.. 我尝试了 update_orders,但没有成功:https://nimb.ws/Yun5Us
【问题讨论】:
标签: ruby-on-rails shopify shopify-app