If I use “confirmed” it’s returning list of all the orders confirmed, not only the newly created one.
If I create a webhook, it will execute a piece of code or notify me when a new order will get created. But how will I get that newly created order details in real time?
Hi @SBD ,
GET/admin/api/2023-01/events.json?filter=Order&verb=placed
I’m also getting an empty response. Any suggestions for me on how to get placed order data in-store using rest api?