← back to Secrets Manager
register Shopify full-access token routes
b712be43d4d4e13b398fa6c73d54bb4401a2d97b · 2026-08-28 08:31:24 -0700 · Steve Abrams
Files touched
Diff
commit b712be43d4d4e13b398fa6c73d54bb4401a2d97b
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Fri Aug 28 08:31:24 2026 -0700
register Shopify full-access token routes
---
routes.json | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/routes.json b/routes.json
index cbe368e..e560e66 100644
--- a/routes.json
+++ b/routes.json
@@ -1650,6 +1650,27 @@
}
]
},
+ "SHOPIFY_FULL_ACCESS_TOKEN": {
+ "label": "Shopify Admin token — DW full Online Store pages, content, navigation, and theme access",
+ "verify": {
+ "method": "GET",
+ "url": "https://designer-laboratory-sandbox.myshopify.com/admin/api/2024-10/shop.json",
+ "auth": "header",
+ "headerName": "X-Shopify-Access-Token"
+ },
+ "destinations": [
+ {
+ "type": "env_file",
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/.env",
+ "key": "SHOPIFY_FULL_ACCESS_TOKEN"
+ },
+ {
+ "type": "env_file",
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/.env",
+ "key": "SHOPIFY_FULL_ACCESS_TOKEN"
+ }
+ ]
+ },
"SHOPIFY_STORE_DOMAIN": {
"label": "Shopify store domain for DW vendor microsites Memo-Sample checkout",
"destinations": [
← 6205d31 auto-data-snapshot: 2026-08-28T07:45:44 (2 data files) — reg
·
back to Secrets Manager
·
Add secret freshness report command 76a6bf3 →