A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello,
I'm using the REST API to try to get when an order is fulfilled. I want to use the events object but it's only returning events with verb='confirmed'.
I'm trying to get those events using this call:
GET /admin/api/2022-04/events.json?created_at_min=2022-10-10&filter=Order&verb=fulfillment_success
But this is returning nothing even though there have been fulfillments since then.
Can you please provide some help?
Thanks
Toni