Changed on:
13 Dec 2023
Setting Area | UI component |
---|---|
Supported context levels: | ACCOUNT RETAILER |
When this setting is set, the default Fluent Store web app will be overridden.
Data Type | Values |
---|---|
JSON | Value provided in the example below. |
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
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.