close

Filter

loading table of contents...

Connector for HCL Commerce Manual / Version 2110

Table Of Contents

12. Commerce Adapter Properties

wcs.always-use-master-category
Type java.lang.Boolean
Default false
Description

Determines that the master category is set on a product. A "master" category must exists in the master catalog and the sales catalog as well. If it is combined with categoryValidationEnabled = true and if the master category cannot be loaded then the next valid category is returned.

If set to "true" the master category is set on products.

wcs.auth-header-name
Type java.lang.String
Default  
Description

The name of an authentication header the REST connector uses the access the WCS REST services.

Default is empty, no Authentication header is used.

wcs.auth-header-value
Type java.lang.String
Default  
Description

The value of an authentication header the REST connector uses the access the WCS REST services.

wcs.category-validation-enabled
Type java.lang.Boolean
Default false
Description

Determines that only a loadable category is set on a product. All eligible categories are loaded one after the other. The first one that is successful is used.

If set to "true" only a loadable category is set on products.

wcs.connection-pool-size
Type java.lang.Integer
Default 200
Description

Maximum number of connections used by the REST connector to access WCS REST services.

wcs.connection-request-timeout
Type java.lang.Integer
Default -1
Description

The connection request timeout in milliseconds used by the REST connector to access WCS REST services.

That is the time to wait for a response after a connection has been successfully established. A value of "-1" means the client will wait "for ever".

wcs.connection-timeout
Type java.lang.Integer
Default 10000
Description

The connection timeout in milliseconds used by the REST connector to access WCS REST services.

That is the time until the server accepts the request. A value of "0" means "infinite".

wcs.default-locale
Type java.util.Locale
Default  
Description

The default locale the REST connector is using if no locale is given.

wcs.dynamic-pricing-enabled
Type java.lang.Boolean
Default false
Description

Determines if dynamic pricing is enabled.

If set to "true" the PriceRepository tries to get personalized prices from the WCS, otherwise an empty price list is returned.

wcs.network-address-cache-ttl-in-millis
Type java.lang.Integer
Default -1
Description

The time a network address will be cached from the WCS REST Connector.

A value of "-1" means network addresses will be cached "for ever".

wcs.password
Type java.lang.String
Default  
Description

The service user password the REST connector uses to login into WCS.

This is mandatory and must be set.

wcs.response-size-threshold-k-bytes
Type java.lang.Integer
Default 200
Description

The threshold for response sizes. A warning is logged for responses exceeding the configured size.

wcs.search-profile-prefix
Type java.lang.String
Default CoreMedia
Description

Configures the prefix of the HCL Commerce Search profile.

For HCL Commerce 9.0 and older the prefix CoreMedia is used as the default search profile prefix. With HCL Commerce 9.1 the prefix should be set to HCL.

wcs.search-url
Type java.lang.String
Default  
Description

The general WCS URL to access the search-based WCS REST services via http.

If a REST service does not need secure access this url prefix is used.

wcs.secure-search-url
Type java.lang.String
Default  
Description

The secure WCS URL to access the search-based WCS REST services via https.

If a REST service needs secure access this url prefix is used.

wcs.secure-url
Type java.lang.String
Default  
Description

The secure WCS URL to access the BOD-based WCS REST services via https.

If a REST service needs secure access this url prefix is used.

wcs.single-value-search-facets
Type java.util.List<java.lang.String>
Default  
Description

Configures the keys of the facets that that can only be added with a single value to product search requests.

Should e.g. be configured with parentCatgroup_id_search when connecting to WCS 8.0, because it doesn't allow searching with multiple category facets.

wcs.socket-timeout
Type java.lang.Integer
Default 30000
Description

The socket timeout in milliseconds used by the REST connector to access WCS REST services.

That is the time to wait for a response after a request has been sent. A value of "0" means "infinite".

wcs.trust-all-ssl-certificates
Type java.lang.Boolean
Default false
Description

Determines if the REST connector accepts any certificates from the WCS.

Note, this value has to be set to "false" in production environments. For internal test systems it is ok bypassing the server authentication.

wcs.url
Type java.lang.String
Default  
Description

The general WCS URL to access the BOD-based WCS REST services via http.

If a REST service does not need secure access this url prefix is used.

wcs.username
Type java.lang.String
Default  
Description

The service user the REST connector uses to login into WCS.

This is mandatory and must be set.

wcs.version
Type java.lang.String
Default  
Description

The WCS version. Some of the WCS REST services are version specific.

wcs.cookie.user.filter-pattern
Type java.lang.String
Default WCP?_.+
Description

The regular expression pattern for which the client should filter the relevant cookies. This should narrow down the cookies on the client side to a subset of cacheable cookies.

wcs.cookie.user.filter-pattern-for
Type java.util.Map<java.lang.String,java.lang.String>
Default  
Description

Cookie filter pattern for specific environment. The structure of the Map should be: key=environment, value=cookie pattern. The environment is the hardcoded name of the entity param which must be configured on the CM App client side e.g. `commerce.hub.data.customEntityParams.environment=PREVIEW|LIVE``

Examples:

wcs.link.filter-pattern-for.preview=WCP?_.+
wcs.link.filter-pattern-for.live=WC?_.+
wcs.cookie.user.user-session-pattern
Type java.lang.String
Default WCP?_USERACTIVITY_(-1002|\d+)
Description

The regular expression pattern for the WCS user session cookie. See description for {@code WC_USERACTIVITY_ID} in:

wcs.link.asset-url
Type java.lang.String
Default  
Description

Asset URL prefix that is used to build asset links to shop images in the live system.

Typically, a proxy url is set including protocol and possibly a context path prefix.

Should only be set if the adapter does not need to distinguish environments. In this case no environment metadata.custom-entity-param-names parameter is required.

Examles:

https://shop-hcl.coremedia.vm
https://shop-preview-hcl.coremedia.vm

This and the further wcs.link properties are not needed when only connecting to HCL Commerce 9.1+ React stores.

wcs.link.asset-url-for
Type java.util.Map<java.lang.String,java.lang.String>
Default  
Description

Asset URL prefixes which are used to build asset links to shop images for different environments.

Typically, a proxy url is set including protocol and possibly a context path prefix. The structure of the Map should be: {key=environment, value=url}. The environment is the hardcoded name of the entity param which must be configured in the CMS app, e.g. commerce.hub.data.custom-entity-params.environment=preview|live. IMPORTANT: The keys used here must match those used in the CMS app via commerce.hub.data.customEntityParams.environment={environment}.

Examples:

wcs.link.asset-url-for.preview=https://shop-preview-hcl.coremedia.vm
wcs.link.asset-url-for.live=https://shop-hcl.coremedia.vm

For configuration options see also documentation of wcs.link.storefront-url-for.

This and the further wcs.link properties are not needed when only connecting to HCL Commerce 9.1+ React stores.

wcs.link.link-templates
Type java.util.Map<java.lang.String,java.lang.String>
Default  
Description

Map of {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRef}. Used to build shop urls for the Studio Preview and Content-Led integration scenarios.

Known default lookup keys are defined in {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysCommerceLed} and {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysContentLed}: Commerce-led Links:

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysCommerceLed#CATEGORY_LINK_FRAGMENT}. Used to generate category page links into CoreMedia fragments.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysCommerceLed#CM_AJAX_LINK_FRAGMENT}. Used to generate ajax urls to CoreMedia contents into CoreMedia fragments.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysCommerceLed#CM_CONTENT_LINK_FRAGMENT}. Used to build links to shop pages displaying CoreMedia Articles and Channels into CoreMedia fragments.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysCommerceLed#SHOP_PAGE_LINK_FRAGMENT}. Used to build URLs to shop pages into CoreMedia fragments.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysCommerceLed#PRODUCT_LINK_FRAGMENT}. Used to build product detail page links into CoreMedia fragments.

Content-led Links:

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysContentLed#CATEGORY_NON_SEO_URL}. Non-seo-friendly shop URLs to category pages.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysContentLed#CATEGORY_SEO_URL}. Used to build seo-friendly URLs to category pages.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysContentLed#CONTRACT_PREVIEW_URL}. Used to build a preview url with a contract parameter.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysContentLed#CHECKOUT_REDIRECT_URL}. Used to build the redirect URL to the checkout page.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysContentLed#CM_CONTENT_URL}. Used to build seo-friendly URLs to shop pages displaying CoreMedia Articles and Channels.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysContentLed#EXTERNAL_PAGE_NON_SEO_URL}. Used to build non-seo-friendly URLs to shop pages.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysContentLed#EXTERNAL_PAGE_SEO_URL}. Used to build seo-friendly URLs to shop pages.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysContentLed#LOGIN_URL}. Used to build the URL to the Login page.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysContentLed#LOGOUT_URL}. Used to build the URL which logs off the current user.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysContentLed#PRODUCT_NON_SEO_URL}. Url pattern that is used to build non-seo-friendly shop URLs to product detail pages.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysContentLed#PRODUCT_SEO_URL}. Url pattern that is used to build shop URLs for product detail pages.

  • {@link com.coremedia.commerce.adapter.base.entities.links.StorefrontRefKeysContentLed#SEARCH_REDIRECT_URL}. Used to build the parameterized search url to be redirected to the shop search result page.

Only lookup keys in lowercase and without "_" are valid.

These patterns can include tokens which will be replaced. These tokens must be well known. The following tokens are predefined:

  • {storefrontUrl} ... the current store front URL

  • {storeId} ... the current store id

  • {locale} ... the current locale in java format, eg. en_US

  • {language} ... the current language in java format, eg. en

  • {langId} ... the current language as WCS specific id, e.g. "-1" as default language

  • {catalogId} ... the current catalog id

  • {categoryId} ... the current category id

  • {productId} ... the current product id

  • {seoSegment} ... the current seo segment path (can contain path delimiters)

This and the further wcs.link properties are not needed when only connecting to HCL Commerce 9.1+ React stores.

wcs.link.product-max-url-segments
Type java.lang.Integer
Default 3
Description

Max url segments of an seo url for products

This and the further wcs.link properties are not needed when only connecting to HCL Commerce 9.1+ React stores.

wcs.link.storefront-url
Type java.lang.String
Default  
Description

Storefront URL prefix that is used to build storefront links to shop pages and resources in the live system.

Typically, a proxy url is set, including protocol and possibly a context path prefix.

Should only be set if the adapter does not need to distinguish environments In this case no environment metadata.custom-entity-param-names parameter is required.

Examples:

https://shop-hcl.coremedia.vm/webapp/wcs/shop
https://shop-preview-hcl.coremedia.vm/webapp/remote/preview/servlet

This and the further wcs.link properties are not needed when only connecting to HCL Commerce 9.1+ React stores.

wcs.link.storefront-url-for
Type java.util.Map<java.lang.String,java.lang.String>
Default  
Description

Storefront URLs which are used to build storefront links to shop pages and resources for different environments. The structure of the Map should be: {key=environment, value=url}.

The multi environment support needs to be activated via metadata.custom-entity-param-names=environment.

Examples:

wcs.link.storefront-url-for.preview=https://shop-preview-hcl.coremedia.vm/webapp/remote/preview/servlet
wcs.link.storefront-url-for.live=https://shop-hcl.coremedia.vm/webapp/wcs/shop

The environment name for the custom entity param must be configured on the client side (CAE, Studio, etc.). Global configuration example: commerce.hub.data.customEntityParams.environment=preview|live

You may also configure multiple storefront URLs for different sites/environments via the commerce settings struct: commerce (Struct) customEntityParams (Struct) environment=siteus (String) Keep the lookup keys simple. Use lowercase with no special characters.

Be aware that you need to configure the environment values on the client site first, otherwise lookups can't work and will fail. There is no default fallback as this could lead to even more confusion.

This and the further wcs.link properties are not needed when only connecting to HCL Commerce 9.1+ React stores.

cache.capacities
Type java.util.Map<java.lang.String,java.lang.Long>
Default  
Description

Number of cache entries per cache class until cache eviction takes place. The keys must match the cache classes as defined by the cache keys. Please refer to javadoc of com.coremedia.cache.CacheKey.

cache.timeout-seconds
Type java.util.Map<java.lang.String,java.lang.Long>
Default  
Description

TTL in seconds until certain cache entries are invalidated.

entities.recompute-on-invalidation
Type java.lang.Boolean
Default false
Description

Whether or not to recompute entities proactively on invalidation.

entities.send-invalidations
Type java.lang.Boolean
Default true
Description

Whether or not to propagate invalidations of entities to the clients.

metadata.additional-metadata
Type java.util.Map<java.lang.String,java.lang.String>
Default  
Description

Map of additional metadata.

Can be used as customization hook. All properties starting with "metadata.additional-metadata.*" are transmitted to the generic client on the CMS side.

metadata.custom-attributes-format
Type com.coremedia.commerce.adapter.base.entities.CustomAttributesFormat
Default  
Description

Format of the custom attribute values.

The keys are always plain strings.

Used to identify the deserialization format on the CMS side.

metadata.custom-entity-param-names
Type java.util.Collection<java.lang.String>
Default  
Description

List of parameter names, which values need to be transmitted with every entity request from the CMS side.

metadata.replacement-tokens
Type java.util.Map<java.lang.String,java.lang.String>
Default  
Description

Map of key value pairs.

Used as replacement map for example for link building in the generic client on the CMS side.

metadata.vendor
Type java.lang.String
Default  
Description

Name of the vendor.

Used to identify the connected vendor on the CMS side.

Table 12.1. HCL Commerce Adapter related Properties


Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.