Adds the specified reducers to the store.
An object containing the reducers to attach to the engine.
Disable analytics tracking
Enable analytics tracking
Adds a change listener. It will be called any time an action is
dispatched, and some part of the state tree may potentially have changed.
You may then access the new state
.
A callback to be invoked on every dispatch.
A function to remove this change listener.
Waits for the request to be completed and returns a promise that resolves to an Action
.
Readonly
Internal
[stateThe readonly internal state of the headless engine.
Readonly
configurationThe readonly global headless engine configuration
Dispatches an action directly. This is the only way to trigger a state change. Each headless controller dispatches its own actions.
The logger instance used by headless.
The navigator context (referer, location, UserAgent)
The Relay instance used by Headless.
The SSR commerce engine.