Integrating Laravel 8 with Pimcore

598 Views Asked by At

There are 10 e-commerce shops (1.5k products per each). Every shop is developed in Laravel 8 and has its own MySQL DB. Each DB is quite different.

Is it a good idea to store all products in Pimcore (particular products connected with parent shop object) and sync them with each e-commerce? If so, does Pimcore has default API enabling syncing products with POSes (which does not require developers ingerention on PIMs side)?

Our aim is to store all products in 1 relational DB (currently they are in .xls file :)). We are able to provide frontend and e-commerce logic on Laravels side.

0

There are 0 best solutions below