Order ID Status

Ashok121
orders=kite.orders()
order=orders[1]
order_id=orders['order_id']
print(order_id)


with above python code, I am able to get order id but with that only order id, i am not able to check its status(i.e. COMPLETE, REJECTED etc..)

please help
Tagged:
Sign In or Register to comment.