Extension lifecycle
The customization lifecycle outlines the steps to create, test, and deploy command extensions in HCL Commerce+. These extensions allow users to customize the app to fit their business needs and keep the process simple.
About this task
- Steps to Customize with xC Extensions
-
- Understand the xC Command Extensions
- Before starting, familiarize yourself with the concepts of xC command extensions and how they enhance Commerce Cloud processes.
- Identify Requirements
- Define the business problem or requirement you need to address.
- Design Extension
-
- Identify the Business Component
-
- Determine the functional area (for example, Orders, Inventory, Payments) relevant to your customization.
- Select the xC Extension Point
-
- Choose the extension point to integrate your custom logic. For more information, see xC Command Extension Points.
- Develop Extension
-
- Refer to sample xC extensions in the toolkit (for example, Payments, Inventory, Users, Tax services).
- Minimize data retrieval and transfer to ensure optimal performance.
- Use Open Liberty's built-in libraries to avoid unnecessary external dependencies.