PS EventBus is the official companion module required for PrestaShop's CloudSync infrastructure. It exposes a set of API endpoints that allow external PrestaShop cloud services to synchronize shop data — products, orders, and other shop content — with cloud-based platforms. Without this module installed and connected, CloudSync-dependent services cannot access shop data.
- Unified API controller: All shop content endpoints are grouped under a single
apiShopContent controller, with the content type passed as a query parameter rather than as separate routes, simplifying integration and routing. - Health check endpoint: An authenticated health check route reports the status of PS EventBus, PS Accounts, JWT validity, and environment configuration, making it straightforward to verify that the integration is working correctly.
- Shop content synchronization: The module supports synchronization of multiple shop content types, each backed by a dedicated service class and repository, following a consistent architecture that can be extended for new content types.
PS EventBus is developed and maintained by PrestaShop SA and is intended for store operators using PrestaShop's cloud-connected services. It is a technical dependency module rather than a standalone feature — it is typically installed automatically alongside other official PrestaShop cloud modules that require CloudSync functionality.
Comments (0)
Your review appreciation cannot be sent
Report comment
Report sent
Your report cannot be sent