I have created a developer app and added a postback URL to receive order updates. However, I see that I do not receive any order updates for orders that are placed through the kite console. Is this behaviour expected? How can I keep the orders placed through the kite console and my app client in sync? Is polling the only way to do so?
Postbacks are only sent for the orders that originate from your app. You may use order updates via Websocket to get order updates of all the platforms.