The access token to use to authenticate requests against the Coveo endpoints. Typically, this will be an API key or search token that grants the privileges to execute queries and push usage analytics data in the target Coveo organization.
The commerce analytics configuration.
OptionalcartThe initial cart state to restore.
The commerce context options.
OptionalenvironmentThe environment in which the organization is hosted.
The dev and stg environments are only available internally for Coveo employees (for example, Professional Services).
Defaults to prod.
OptionalnameThe Engine name (for example, myEngine). Specifying your Engine name will help in debugging when using an application with multiple Redux stores.
The unique identifier of the target Coveo organization (for example, mycoveocloudorganizationg8tp8wu3)
OptionalpreprocessAllows for augmenting a Platform request before it is sent.
OptionalproxyThe base URL to use to proxy Coveo commerce requests (for example, https://example.com/commerce).
This is an advanced option that you only set if you proxy Coveo commerce requests through your own server. In most cases, you should not set this option.
OptionalrenewA function that fetches a new access token. The function must return a Promise that resolves to a string (the new access token).
The commerce engine configuration.