Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I would like to post order timeline comments to slack.
Would a new timeline entry trigger an order update?
The it would be easy to just create a order update webhook...
Solved! Go to the solution
This is an accepted solution.
Hey @Djurmamman,
A timeline update doesn't appear to fire an order/update event, so this might be tricky. Nonetheless, comments can be accessed via Order.events (filter by comments).
Scott | Developer Advocate @ Shopify
This is an accepted solution.
Hey @Djurmamman,
A timeline update doesn't appear to fire an order/update event, so this might be tricky. Nonetheless, comments can be accessed via Order.events (filter by comments).
Scott | Developer Advocate @ Shopify
Thank you @SBD_ ! I solved it using order.events.
BTW, do you know when we will be able to post to order timeline thru API?
Awesome! Not sure if/when this will be available.
Scott | Developer Advocate @ Shopify
Can you share how ?