Hybris Version used: 6.5
Current Scenario We have an implementation that has the following implemented
SAP to Hybris connector (datahub) (manage customers, products, prices, stock levels)
One storefront ( product, carts)
Integration with payment system
Everything works fine .
The questions:
- Ability to create multiple new storefronts (apart from the main one) on the fly => event based storefronts that stay online for a pre-defined period and then shut down(based on some rule/trigger)
- Reuse the SAP to Hybris connector from above(to manage products, prices, stock levels etc).
- Reuse the integration with payment system from above.
- The main storefront operates as usual
Is this functionality supported in Hybris? If yes, how is it achieved? What needs to be done? Any suggestions?