shopify 事件 API 不适用于更新订单

shopify event API is not working for Update Order

我正在使用 restful APIs 将 Shopify 订单与我的数据库同步,我正在使用这个 API

https://sapphire-online.myshopify.com/admin/api/2020-07/events.json?filter=order&created_at_min=2020...

获取最近在 shopify 上更新的事件记录。

结果:

{
    "events": []
}
 

这个 API 除了 Confirm 动词之外不起作用。

根据 shopify 文档更新事件不起作用,它仅返回确认记录。我已经尝试过 Weebhooks,

为什么不设置并监听 orders/update webhook?这确实有效,您可以将其自定义为仅 return 您感兴趣的数据。