hi!
We have a problem of not getting the relevant events for orders
When we query all recent event:
https://.myshopify.com/admin/events.json?created_at_min=2015-1-12 14:00:00
we only got the Order->confirmed event
But when we query:
https://.myshopify.com/admin/orders/295969039/events.json
we do get the other events like
Order->placed
Order->authorization_success
Order->confirmed
Order->mail_sent
How can we get these events as well when polling the latest events?
Thanks!
Guy.