-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfig.template.json
More file actions
46 lines (46 loc) · 1.22 KB
/
Copy pathconfig.template.json
File metadata and controls
46 lines (46 loc) · 1.22 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
36
37
38
39
40
41
42
43
44
45
46
{
"shopify": {
"shop_domain": "your-shop.myshopify.com",
"access_token": "shpat_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"api_version": "2026-01",
"client_id": "",
"client_secret": ""
},
"woocommerce": {
"site_url": "https://your-wordpress-store.com",
"consumer_key": "ck_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"consumer_secret": "cs_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"version": "v3",
"_setup_guide": "WooCommerce 后台 → 设置 → 高级 → REST API → 添加密钥(读写权限)"
},
"youzan": {
"access_token": "your_youzan_access_token_here",
"client_id": "",
"client_secret": "",
"shop_id": ""
},
"notifications": {
"telegram_chat_id": "YOUR_TELEGRAM_ID"
},
"alerts": {
"low_stock_threshold": 10,
"order_poll_interval_minutes": 15
},
"report": {
"daily_report_hour": 8,
"timezone": "Asia/Hong_Kong"
},
"approval": {
"required_for": ["price_change", "refund", "fulfill", "bulk_publish"],
"approver_telegram_id": ""
},
"business": {
"type": "domestic|crossborder|both",
"template": "A|B|C",
"category": "商品品类",
"brand_tone": "专业|活泼|温馨"
},
"webhooks": {
"secret": ""
}
}