How to access event logs?

Hi All,
I am new to PIWIK.
I have an eCommerce site where i want try PIWIK.
My requirement is to get all the ecommerce transaction details from PIWIK when they are sent to PIWIK by my ecommerce site.
I want to read those events as and when they arrive and use it for my custom processing in Java application.
Is this possible in PIWIK?

Thanks & Regards,
Abhijit

Hi there,

yes, it’s possible. Use ecommerce tracking: Ecommerce Analytics - Analytics Platform - Matomo

then use the real time API to get all events Real Time Analytics - Analytics Platform - Matomo

and filter them to see only ecommerce interactions via a segment: Segmentation: API Reference - Matomo Analytics (formerly Piwik Analytics) - Developer Docs - v3