Hi We are using Publisher to post order its basket order , in "tag" parameter we are passing our "Order ID" . My question is 1.Once Order is success Can I get "Zerodha Order ID" once i placed order using Publisher? 2.How I will get my Order ID passed in "tag" parameter.
I know on in python client, you have a call back function on_update and using that, you can get executed orders call back. In that JSON data you can get what you want
Am sure it would be applicable similarly in any other client that is being used. I guess you are talking about PHP client
I have never used Publisher based stuff you are mentioning. But am sure in that case you would have option to create your call back API and configure it in the Kite Trade Dashboard. Every time order gets executed, your API would be called with data
I know on in python client, you have a call back function on_update and using that, you can get executed orders call back. In that JSON data you can get what you want
Am sure it would be applicable similarly in any other client that is being used. I guess you are talking about PHP client
Same