Samples > Starter stores > Starter store enhancements > Social Commerce > WebSphere Commerce Dojo Enhancements API > Social Commerce services > Implement the Service Adapter API for new service providers
Add support for new service adapters
To ensure compatibility with the social content widgets and the REST API, adding support for new service provider adapters involves configuring both the capabilities settings and the profile details in the SocApp/config/adapter.config file.
- Configure capability settings
Since the implementations of different service provider adapters contain different features and behaviors, the social content widgets must be able to adjust to reflect the features and behaviors of the service provider that is being used. The capability system allows the social content widgets to access the characteristics of the service providers at runtime and display a custom appearance that is based on the configuration of the service provider adapter.
- Configure profile details
You can configure the details that are displayed in the Profile widget to support the profile features and behaviors that are provided by individual service providers.
Previous topic: Deploy new service adapters