Learn how to integrate a different eCommerce engine
platform
module, which implements the Factory pattern to support different e-commerce platform strategies.
The directory structure of the platform
module is as follows:
platform
module to house the new strategy, e.g., bigcommerce
.shopify
strategy.platform
module’s index.ts
to include and expose the new strategy through the Factory pattern.