Actions overview
| Action | Description |
|---|---|
SelectStore | Sets a store as the active store for the current session. |
Actions
SelectStore
With this action, the customer selects a store as their active store for the current session. The selection is applied immediately and is then available, for example, for displaying location-based content or as a preselection in the checkout. Usage exampleUseful for a store overview page, for example, where the customer is shown all available stores and can select their desired store with a click, e.g., to view opening hours, availability, or Click & Collect options for their store. Parameters
| Name | Description |
|---|---|
storeId | The ID of the store to be set as the active store. |
| Code | Description |
|---|---|
missingStoreId | Parameter storeId is missing. |
invalidStoreId | The specified store ID does not exist or is invalid. |
