on 2025 Sep 18 5:50 AM
How can we implement real-time inventory synchronization between a composable commerce storefront and SAP Commerce Cloud using APIs or event-driven architecture, without causing a performance bottleneck?
Request clarification before answering.
For now, we don't support natively WebStock. And even so, I'm sure it will scale easily and it makes sense for stock data in peak period...
But you could use Angular hydration approach : https://angular.dev/guide/hydration
Idea is to get PDP page from SSR (CDN caching) and activate some hydration (CSR) on user events to fetch latest product stock information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.