标签: shopify-app
我尝试为app/uninstalled事件创建一个webhook。 但是,我无法找到它。
app/uninstalled
任何人都可以指导我在哪里可以找到它吗?
答案 0 :(得分:0)
app/uninstalled webhook只能通过Webhooks API进行注册。请注意,只有在卸载注册webhook的应用程序时才会触发。其他应用程序不会触发它。