Fluent Commerce Logo
Docs
Sign In

fc.mystique.manifest.store

Setting

Changed on:

13 Dec 2023

Setting AreaUI component
Supported context levels:ACCOUNT RETAILER

Overview

When this setting is set, the default Fluent Store web app will be overridden.

Values

Data TypeValues
JSON

Value provided in the example below.

Configuration example

1{
2    "manifestVersion": "2.0",
3    "name": "store",
4    "title": "Fluent Store",
5    "orchestrationAlias": "servicepoint",
6    "homePath": "waves",
7    "plugins": [
8        {
9            "type": "url",
10            "src": "/_plugins/store"
11        },
12        {
13            "type": "url",
14            "src": "/_plugins/returns"
15        }
16    ],
17    "context": {
18        "level": "location",
19        "role": [
20            "STORE_ASSISTANT",
21            "STORE"
22        ],
23        "switcher": true
24    },
25    "routes": [
26        {
27            "type": "reference",
28            "settingName": "fc.mystique.manifest.store.fragment.waves"
29        },
30        {
31            "type": "reference",
32            "settingName": "fc.mystique.manifest.store.fragment.orders.awaitingpick"
33        },
34        {
35            "type": "reference",
36            "settingName": "fc.mystique.manifest.store.fragment.waves.inprogress"
37        },
38        {
39            "type": "reference",
40            "settingName": "fc.mystique.manifest.store.fragment.waves.complete"
41        },
42        {
43            "type": "reference",
44            "settingName": "fc.mystique.manifest.store.fragment.arrivals"
45        },
46        {
47            "type": "reference",
48            "settingName": "fc.mystique.manifest.store.fragment.customer.collections"
49        },
50        {
51            "type": "reference",
52            "settingName": "fc.mystique.manifest.store.fragment.carrier.collections"
53        },
54        {
55            "type": "reference",
56            "settingName": "fc.mystique.manifest.store.fragment.uncollected"
57        },
58        {
59            "type": "reference",
60            "settingName": "fc.mystique.manifest.store.fragment.returns"
61        }
62    ]
63}

Language: json