This section lists the Commerce Adapter client properties. For the configuration of the Commerce Adapter properties themselves, see the vendor specific Commerce Adapter manuals.
commerce.hub.caching.enabled
Type
Boolean
Default
true
Description
De-/activates the commerce cache. If activated the caching is adjusted
by the related property keys in
com.coremedia.blueprint.base.livecontext.commerce-cache-defaults.properties.
commerce.hub.data.custom-entity-params
Type
Map<String,String>
Description
The custom entity parameters.
commerce.hub.data.deadline
Type
Duration
Default
20s
Description
Deadline value to be used when calling a grpc service method. After
this time, the client no longer expects an answer and cancels the
call. Default is 20 seconds. If no unit is given the value is taken as
seconds.
Deprecation
This property has been deprecated since 2506.0.0 and will be removed in a future version.
Use grpc.stubs.default-timeout instead.
commerce.hub.data.endpoints
Type
Map<String,String>
Description
The endpoints of the commerce adapter services to connect to. Each
key-value pair represents one commerce adapter service to be
connected. The keys can freely be defined, but they should easily
identify the connected commerce system. Please refer to the java
documentation of the method
com.coremedia.blueprint.base.livecontext.client.settings.CommerceSettings#getEndpoint().
The value consists of the host name and the port of the connected
commerce adapter service.
Deprecation
This property has been deprecated since 2506.0 and will be removed in a future version.
Use grpc.client instead.
Reason:
It is recommended to use a symbolic name for the commerce adapter
service on the content level using the 'endpointName' property of the
'commerce' struct instead of the host and port assigned to the
struct's 'endpoint' property. The symbolic name can be used to
configure the gRPC client.
commerce.hub.data.services-without-deadline
Type
List<String>
Deprecation
This property has been deprecated since 2506.0.0 and will be removed in a future version.