Hi @adobecq-venkat!
While there are different ways to store and synchronize user generated data on/between publish instances (@vaibhavi_j already pointed out Sling Content Distribution), I would not recommend any of them for actual order data in terms of e-commerce or similar transactional data. AEM and especially the publish tier is not the right place to manage or store transactions and orders.
For online stores, AEM is usually integrated with some kind of e-commerce system (see [1]), e. g. leveraging the Commerce Integration Framework (CIF) [2]. There are integrations available e. g. for Adobe Commerce (aka Magento) [3] as well as many 3rd party e-commerce systems.
I would highly recommend to re-evaluate your requirements and check if a different solution approach fits better than storing orders in AEM. As a general rule, storing personally identifiable information (PII) within AEM is recommended to be kept to the absolute minimum and avoided whenever it is possible.
If you have to store order data, I would suggest to leverage an external system (e. g. e-commerce system or in simpler cases maybe a dedicated database) to store and manage this kind of data.
[1] https://experienceleague.adobe.com/docs/experience-manager-65/commerce/home.html
[2] https://github.com/adobe/aem-core-cif-components
[3] https://experienceleague.adobe.com/docs/experience-manager-65/commerce/integrations/magento.html