Hi Wasca,
you could register to the "checkouts/create" webhook (http://docs.shopify.com/api/webhook), but webhooks don't provide real-time information. Under normal circumstances a few seconds after the event happend you will receive a POST request with the requested data, however in worst case situations it might take several hours before you will receive the information. So don't rely on webhooks for real-time data.
HJ