How to get List of all the pending order using API with their Order ID ??
Hi @Abhi1,
You can use the Order Book API to check the status of all orders placed for the current day. The response includes a status field, which you can use to filter pending orders, along with the order ID in the JSON response.
Thank you!
1 Like