Abbreviations
The following abbreviations are used in this documentation:
- Salesforce B2C Commerce Cloud: SFCC
- Storefront Reference Architecture: SFRA
- Business Manager: BM
Compatibility
The cartridge is compatible with SFRA version 7.0.0 and Salesforce Commerce Cloud API version 24.8 (Compatibility Mode: 22.7).
Summary
This article provides a general overview and technical instructions for installing the Salesforce Commerce Cloud (SFCC) LINK cartridge, which integrates DQE with SFCC. It also introduces the components and features implemented within the cartridges.
Overview
The DQE One cartridge for Salesforce B2C Commerce Cloud connects an SFCC instance to DQE and provides the following features:
- Address suggestions and validation
- Phone validation
- Email validation
The cartridge is designed for both new and existing SFCC retailers, allowing them to launch DQE on their site by installing the cartridge.
The integration is provided as an archive containing the components described below.
| Name | Purpose |
|---|---|
cartridges |
Contains DQE integration cartridges. |
cartridges\int_dqe_sfra |
Contains the SFRA-specific changes required for the DQE integration. |
cartridges\int_dqe |
Contains API calls for the DQE integration and common core integration logic. |
cartridges\bm_dqe |
References the changes made in DQE management for Business Manager and is included in the BM cartridge path. |
metadata |
Contains system object extensions and configurations required for the integration. |
documentation |
Contains documents related to the integration. |
test |
Contains unit tests for DQE integration logic. |
Cartridges Overview
The DQE integration with Salesforce Commerce Cloud (SFCC) is implemented through the following cartridges:
int_dqe
- Description: this cartridge includes the core DQE functionality and can be used with any SFCC architecture, including both SFRA (Salesforce Storefront Reference Architecture) and SG (Salesforce Storefront). It provides the essential features for integrating DQE services such as address, phone, and email validation.
bm_dqe
- Description: this cartridge is designed specifically for SFCC Business Manager. It includes the functionality needed to manage and configure DQE features directly from the Business Manager interface.
int_dqe_sfra
- Description: this cartridge contains logic specific to the SFRA architecture. It integrates DQE features with SFRA's structure and design.
Related to