SAP Connector Configuration
This Bloomreach Experience Manager feature requires a standard or premium license. Please contact Bloomreach for more information.
Introduction
As explained in Configure brX GraphQL Service, the .env file contains the connection settings to integrate with SAP.
Configuration Options
The following options are supported:
Property Name | Description | Example Value(s) | Default Value |
---|---|---|---|
SAP_API_BASE_URL | The URL of the SAP. | 'https://api.<instance_ID>.cc.commerce.ondemand.com/rest/v2' | |
SAP_AUTH_BASE_URL | The URL of the SAP OAuth2 server. | 'https://api.<instance_ID>.cc.commerce.ondemand.com/authorizationserver' | |
SAP_BASE_SITE_ID | Your SAP site (i.e. project instance) name. | 'mysite' | |
SAP_CLIENT_ID | The OAuth2 client ID used in requests to the SAP platform. | 'myApollo' | |
SAP_CLIENT_SECRET | The OAuth2 client secret used in requests to the SAP platform. | 'changeIt' | |
SAP_SCOPE |
The OAuth2 scope(s) used in requests to the SAP platform. |
'basic' | |
SAP_MEDIA_BASE_URL | The base URL of the product image resources. | 'https://api.<instance_ID>.cc.commerce.ondemand.com' | |
SAP_DEFAULT_CATALOG_IDENTIFIER | The identifier of the default product catalogs. | 'myProductCatalog' | |
SAP_DEFAULT_CATALOG_VERSION_ID | The version name of the default product catalogs. | 'Online' | |
SAP_CATEGORY_SELECTOR_NAME | The default selector name used to filter products by category | 'category' (or 'allCategories' for B2B) |
.