generated from AdobeDevXSC/da-signet-jewelers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 1.08 KB
/
config.json
File metadata and controls
35 lines (35 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"public": {
"default": {
"commerce-endpoint": "https://na1-sandbox.api.commerce.adobe.com/NZwP3wKPFXBCTLGqxYWZne/graphql",
"headers": {
"cs": {
"AC-View-ID": "426ffe32-e0a9-4c53-8ec9-3f7118cbf6b2",
"AC-Price-Book-ID": "wknd_global",
"AC-Source-Locale": "en-US"
}
},
"commerce-assets-enabled": false,
"analytics": {
"base-currency-code": "YOUR_BASE_CURRENCY_CODE",
"environment": "Testing",
"environment-id": "NZwP3wKPFXBCTLGqxYWZne",
"store-code": "STORE_CODE",
"store-id": "YOUR_STORE_ID",
"store-name": "YOUR_STORE_NAME",
"store-url": "YOUR_STORE_URL",
"store-view-code": "YOUR_AC-Source-Locale_HEADER_VALUE",
"store-view-id": "YOUR_STORE_VIEW_ID",
"store-view-name": "YOUR_STORE_VIEW_NAME",
"website-code": "WEBSITE_CODE",
"website-id": "YOUR_WEBSITE_ID",
"website-name": "YOUR_WEBSITE_NAME"
},
"plugins": {
"picker": {
"rootCategory": "YOUR_ROOT_CATEGORY_ID"
}
}
}
}
}